Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
22948cf
feat: require human-triggered CodeRabbit reviews
roomote Aug 29, 2026
9fbb368
fix: allow authors to request CodeRabbit reviews
roomote Aug 29, 2026
be80010
fix: harden pull request review gate
roomote Aug 29, 2026
c18e593
refactor: queue CodeRabbit after required CI
roomote Aug 29, 2026
627ed33
test: model PR review labels with TLA+
roomote Aug 29, 2026
8f76ffa
docs: clarify advisory review gate
roomote Aug 29, 2026
11ac8e5
fix: address review gate feedback
roomote Aug 29, 2026
1f67e3f
refactor: publish review gate as commit status
roomote Aug 29, 2026
3ac71c5
fix: harden PR review reconciliation
roomote Aug 29, 2026
5c31f23
fix: retry transient review workflow API failures
roomote Aug 29, 2026
9506ab8
fix: keep advisory review gate pending
roomote Aug 29, 2026
19db556
fix: deduplicate PR review gate statuses
roomote Aug 29, 2026
f64a0f9
fix: preserve required reconcile checks
roomote Aug 29, 2026
2d866c6
fix: enforce CodeRabbit pre-merge checks
roomote Aug 30, 2026
02a0ff7
fix: make CodeRabbit optional for bot PRs
roomote Aug 30, 2026
18ef7ae
fix: keep fork review gates advisory
roomote Aug 30, 2026
f08e285
test: model bot and fork review policy
roomote Aug 30, 2026
b2da3fa
fix: invalidate stale review gate success
roomote Aug 30, 2026
e171f34
fix: preserve external review gate checks
roomote Aug 30, 2026
2f00458
fix: reserve review gate status context
roomote Aug 30, 2026
58c1d2b
fix: reserve reconciliation check name
roomote Aug 30, 2026
99df2ad
fix: keep review gate advisory
roomote Aug 30, 2026
d3aadd8
docs: simplify pull request review guidance
roomote Aug 30, 2026
88fa063
fix: recover CodeRabbit label activation
roomote Aug 30, 2026
333508c
chore: remove PR review TLA model
roomote Aug 30, 2026
7fbf7d3
chore: calibrate CodeRabbit trust check
roomote Aug 30, 2026
573cf6d
Revert "chore: calibrate CodeRabbit trust check"
roomote Aug 30, 2026
046c456
fix: pass review gate at maintainer handoff
roomote Aug 30, 2026
9514ed4
test: cover gate lookup failure at handoff
roomote Aug 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ reviews:
poem: false

auto_review:
enabled: true
enabled: false
drafts: false
auto_incremental_review: true
auto_incremental_review: false
labels:
- "coderabbit-review-active"

path_filters:
- "!**/node_modules/**"
Expand Down
Loading
Loading