Skip to content

Commit 50850bd

Browse files
authored
Do label check after first review (#376)
1 parent a0c0e1f commit 50850bd

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/label-check.yaml

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

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

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

0 commit comments

Comments
 (0)