extend archive index with lists, use in source view for tree #1792
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| types: [opened, reopened, review_requested] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| update-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions-ecosystem/action-add-labels@v1 | |
| with: | |
| labels: S-waiting-on-review | |
| - uses: actions-ecosystem/action-remove-labels@v1 | |
| with: | |
| labels: S-waiting-on-author |