Skip to content

Commit 64d8419

Browse files
ci: add ready_for_review trigger to PR validation workflow
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 e397a98 commit 64d8419

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)