Skip to content
Open
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
10 changes: 5 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# WARNING: auto_merge applies globally to all queue rules. The following queue rules did NOT have autoqueue enabled and will now also auto-queue: 'default'. Review your queue_conditions to ensure this is the desired behavior.
queue_rules:
# Dosubot: only needs quality (fmt + clippy) to pass
- name: dosubot
merge_method: squash
autoqueue: true
queue_conditions:
- author = dosubot[bot]
- base = main
Expand All @@ -12,7 +12,6 @@ queue_rules:
# Dependabot: full CI required
- name: dependabot
merge_method: squash
autoqueue: true
queue_conditions:
- author = dependabot[bot]
- base = main
Expand Down Expand Up @@ -86,9 +85,7 @@ merge_protections:
- author != dependabot[bot]
- author != dosubot[bot]
success_conditions:
- "title ~=
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
\\))?:"
- "title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\\))?:"

- name: Full CI must pass
description: All CI checks must pass. This protection prevents manual merges that bypass the merge queue.
Expand All @@ -113,3 +110,6 @@ merge_protections:
- base = main
success_conditions:
- "#commits-behind <= 10"
merge_protections_settings:
auto_merge: true
reporting_method: check-runs
Loading