chore(mergify): update configuration#4306
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughAdds author != mergify[bot] conditions in .mergify.yml across pull_request_rules and two queue_rules, altering rule evaluation and queue admission to exclude actions on PRs authored by mergify[bot]. No code or API changes. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer/Bot
participant GH as GitHub PR
participant M as Mergify
participant Q as Merge Queue
Dev->>GH: Open/Update PR
GH-->>M: Trigger rule evaluation
M->>M: Check conditions (includes author != mergify[bot])
alt Author is not mergify[bot]
M->>GH: Apply matching pull_request_rules
M->>Q: Enqueue PR (boxmoji/strict) if conditions pass
Q-->>M: Queue status updates
else Author is mergify[bot]
M-->>GH: Skip actions and queueing for this PR
end
note over M,Q: New/changed condition gate: exclude PRs by mergify[bot]
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b8135ba to
5c05129
Compare
Summary by CodeRabbit