Skip to content

Commit 5ca1d58

Browse files
ci: add ready_for_review trigger to PR validation workflow (#36)
When a draft PR is converted to ready-for-review, the ready_for_review event fires but the workflow was not configured to listen for it. This caused PR validation checks to remain in a skipped state permanently. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1a98d61 commit 5ca1d58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/enforce-conventional-pr-title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- synchronize
1010
- labeled
11+
- ready_for_review
1112

1213
jobs:
1314
pr-title-check:

0 commit comments

Comments
 (0)