We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6edc commit 7182c61Copy full SHA for 7182c61
1 file changed
.mergify.yml
@@ -18,7 +18,6 @@ merge_queue:
18
19
queue_rules:
20
- name: single-commit
21
- autoqueue: true
22
batch_size: 1
23
merge_method: rebase
24
queue_conditions: &single_commit_conditions
@@ -44,7 +43,6 @@ queue_rules:
44
43
merge_conditions: *single_commit_conditions
45
46
- name: multi-commit
47
48
49
merge_method: squash
50
queue_conditions: &multi_commit_conditions
@@ -77,3 +75,6 @@ pull_request_rules:
77
75
actions:
78
76
comment:
79
message: "@{{author}} This pull request has conflicts with the target branch. Please resolve them and update the branch before merging."
+merge_protections_settings:
+ auto_merge_conditions: true
80
+ reporting_method: check-runs
0 commit comments