We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a2e75 commit 0b11200Copy full SHA for 0b11200
.github/workflows/branch-remove.yml
@@ -2,7 +2,7 @@ name: RemoveCustomDeployment
2
on:
3
workflow_dispatch:
4
pull_request:
5
- types: ['unlabeled']
+ types: ['unlabeled', 'closed']
6
jobs:
7
remove:
8
if: ${{ github.event.label.name == 'status/feature_testing' || github.event.label.name == 'status/feature_testing_public' }}
@@ -37,4 +37,4 @@ jobs:
37
with:
38
issue-number: ${{ github.event.pull_request.number }}
39
body: |
40
- Custom deployment removed
+ Custom deployment removed
0 commit comments