Remove always true
fw
argument in fas
, fab
and far
tera filters
#378
Workflow file for this run
This file contains 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: | |
- master | |
types: [closed] | |
jobs: | |
update-labels: | |
if: ${{ github.event.pull_request.merged }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: S-waiting-on-deploy | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
S-waiting-on-async | |
S-waiting-on-author | |
S-waiting-on-crate-author | |
S-waiting-on-decision | |
S-waiting-on-review |