Skip to content
Closed
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
merge_protections:
- name: Do not merge outdated PRs
description: Make sure PRs are almost up to date before merging
if:
- base = main
success_conditions:
- "#commits-behind <= 10"
Comment on lines +2 to +7
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The protection description says PRs should be “almost up to date”, but the condition allows up to 10 commits behind. Either tighten the threshold (e.g., 0–1 commits behind) or adjust the wording so it matches the actual merge protection behavior.

Copilot uses AI. Check for mistakes.
Loading