Skip to content

Commit 79c9f5b

Browse files
Use old style label-check action (#427)
1 parent 8cf4e1f commit 79c9f5b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/label-check.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Labels
22

33
on:
4-
pull_request_review:
5-
types: [submitted]
64
pull_request:
7-
types: [reopened, labeled, unlabeled]
5+
types:
6+
- opened
7+
- reopened
8+
- labeled
9+
- unlabeled
10+
- synchronize
811

912
env:
1013
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}

0 commit comments

Comments
 (0)