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 437e121 commit 2031223Copy full SHA for 2031223
.github/workflows/label-check.yaml
@@ -4,8 +4,10 @@ on:
4
pull_request:
5
types:
6
- opened
7
+ - reopened
8
- labeled
9
- unlabeled
10
+ - synchronize
11
12
env:
13
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
0 commit comments