skip crate-delete when there is no crate, also remove it from the build queue #1356
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 |