add support for new label for branch-remove.yml workflow (#1261)
This commit is contained in:
parent
20e1d28fb4
commit
7804a6eb9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/branch-remove.yml
vendored
2
.github/workflows/branch-remove.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
types: ['unlabeled']
|
types: ['unlabeled']
|
||||||
jobs:
|
jobs:
|
||||||
remove:
|
remove:
|
||||||
if: ${{ github.event.label.name == 'status/feature_testing' }}
|
if: ${{ github.event.label.name == 'status/feature_testing' || github.event.label.name == 'status/feature_testing_public' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue