Skip to content

Commit 1439116

Browse files
authored
[chore] trigger changelog CI check on PR title edit (#12737)
The changelog CI check is modified to be re-triggered when the PR title is edited. The changelog CI relies on PR title, so I think it makes sense to rerun it when one edits PR title (eg to include "chore", that can make the CI pass)
1 parent 9e2f49a commit 1439116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: changelog
66

77
on:
88
pull_request:
9-
types: [opened, ready_for_review, synchronize, reopened, labeled, unlabeled]
9+
types: [opened, ready_for_review, synchronize, reopened, labeled, unlabeled, edited]
1010
branches:
1111
- main
1212
merge_group:

0 commit comments

Comments
 (0)