We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54cce2a + 0228b74 commit 4f676deCopy full SHA for 4f676de
1 file changed
.mergify.yml
@@ -1,7 +1,7 @@
1
pull_request_rules:
2
- name: Make sure PR are update before merging with rebase
3
description: This automatically rebases PRs when they are out-of-date with the
4
- base branch to avoid semantic conflicts (next step us switch to merge
+ base branch to avoid semantic conflicts (next step us switch to merge
5
queue).
6
conditions:
7
- "#commits-behind >= 10"
@@ -26,6 +26,5 @@ pull_request_rules:
26
message: >
27
👋 {{author}} your PR is conflicting and needs to be updated to be
28
merged
29
-queue_rules:
30
- - name: surf-api-queue
31
- branch_protection_injection_mode: none
+merge_protections_settings:
+ reporting_method: check-runs
0 commit comments