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 9474ada commit 3c0edcdCopy full SHA for 3c0edcd
.mergify.yml
@@ -1,13 +1,19 @@
1
+queue_rules:
2
+ - name: default
3
+ conditions:
4
+ - -draft
5
+ - base=main
6
+
7
pull_request_rules:
8
- name: Automatic merge on approval and when when GitHub branch protection passes on main
9
conditions:
10
- "#approved-reviews-by>=1"
11
- -draft
12
- base=main
13
actions:
- merge:
14
+ queue:
15
method: merge
- strict: smart+fasttrack
16
+ name: default
17
18
19
- name: Automatic merge for leadership team members when there are no reviewers and the label is "ready"
@@ -19,6 +25,6 @@ pull_request_rules:
25
- author=@leadership
20
26
- label=ready
21
27
22
28
23
29
24
30
0 commit comments