We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219bf79 commit b3e9d82Copy full SHA for b3e9d82
1 file changed
.github/workflows/label-check.yaml
@@ -4,8 +4,10 @@ on:
4
pull_request:
5
types:
6
- opened
7
+ - repoened
8
- labeled
9
- unlabeled
10
+ - synchronize
11
12
env:
13
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
0 commit comments