Fix high rate of cancelled AI review jobs - #67
Conversation
Check review comment in AI review job to avid high cancellation rate upstream.
PR SummaryLow Risk Overview On a submitted PR review, the trigger phrase and The Reviewed by Cursor Bugbot for commit a568c03. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Two-line fix in .github/workflows/ai-review.yml that makes the pull_request_review branch of the preflight if: read github.event.review.body instead of the non-existent github.event.comment.body. The corrected expression now matches how the downstream resolve step already extracts the body/actor for review events, and the caller restricts pull_request_review to submitted, so the trigger path behaves as documented.
Findings: 0 blocking | 0 non-blocking | 0 posted inline
Blockers
- None at the file/PR level.
Non-blocking
- None at the file/PR level.
Check review comment in AI review job to avid high cancellation rate upstream.