fix(review): approve warning-only auto reviews #55
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Branch protection can stay blocked after AR previously requested changes, even when a later review only reports warning-severity findings. Today AR maps warning-only output to a Forgejo COMMENT review, so it does not supersede stale REQUEST_CHANGES reviews or satisfy the required approval gate.
In practice, AR warnings are usually advisory reminders for a human reviewer to check something, not merge blockers. The commit status already treats warning-only reviews as success, but the review event does not.
Desired behavior
Acceptance criteria
ReviewOutputmaps toReviewEvent::Approvedwith inline comments retained.ReviewEvent::RequestChanges.RequestChanges.