Skip to content

Commit 635d15f

Browse files
authored
Merge pull request #22 from jarrodmillman/label-check-events
Ensure label check runs on all PR push events / commits
2 parents 9a5a2f8 + 9e4621f commit 635d15f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/label-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
pull_request:
55
types:
66
- opened
7+
- reopened
78
- labeled
89
- unlabeled
10+
- synchronize
911

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ on:
4141
pull_request:
4242
types:
4343
- opened
44+
- repoened
4445
- labeled
4546
- unlabeled
47+
- synchronize
4648

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

0 commit comments

Comments
 (0)