chore: fail the CodeRabbit status when the review did not run (#15382)

This commit is contained in:
Christian Byrne 2026-08-06 21:04:25 -07:00 committed by GitHub
parent a464ac3358
commit 0dd9b154a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ reviews:
review_status: false
review_details: true
commit_status: true
# Without this, a review that never happened (rate limit, internal error)
# still posts a green "CodeRabbit" commit status, so a throttled review is
# indistinguishable from a clean one.
fail_commit_status: true
collapse_walkthrough: true
changed_files_summary: false
sequence_diagrams: false