Skip to content

Commit c665f39

Browse files
authored
CI - Label check runs on synchronize events (#4602)
# Description of Changes This shouldn't actually be required in the long-term, because it runs on new PRs and any label changes, but the case where it _is_ required? PRs that are currently already open and merge in `master`. That triggers a `synchronize` event but not any of the events that this check runs on. Sigh. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 6d9cf69 commit c665f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-merge-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check merge labels
22

33
on:
44
pull_request:
5-
types: [opened, reopened, labeled, unlabeled]
5+
types: [opened, reopened, synchronize, labeled, unlabeled]
66
merge_group:
77

88
permissions: read-all

0 commit comments

Comments
 (0)