Skip to content
Merged
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
5 changes: 2 additions & 3 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:
- base = main
- label != do-not-merge
Expand All @@ -13,7 +13,6 @@ queue_rules:
# Dependabot: full CI required
- name: dependabot
merge_method: squash
autoqueue: true
queue_conditions:
- base = main
- label != do-not-merge
Expand All @@ -30,7 +29,6 @@ queue_rules:
# Release-plz: DCO only (exempt from full CI -- code already tested on main)
- name: release-plz
merge_method: squash
autoqueue: true
queue_conditions:
- base = main
- label != do-not-merge
Expand Down Expand Up @@ -122,3 +120,4 @@ merge_protections:
- "#commits-behind <= 10"
merge_protections_settings:
reporting_method: check-runs
auto_merge: true
Loading