Skip to content

Commit 01efc9f

Browse files
ci: add synchronize trigger to semantic PR title validation workflow (#18)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7f884cf commit 01efc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Semantic PR Title Validation
66

77
on:
88
pull_request:
9-
types: [opened, edited, ready_for_review]
9+
types: [opened, edited, ready_for_review, synchronize]
1010

1111
jobs:
1212
validate-pr-title:

0 commit comments

Comments
 (0)