File tree 1 file changed +9
-22
lines changed
1 file changed +9
-22
lines changed Original file line number Diff line number Diff line change 1
1
queue_rules :
2
2
- name : default
3
- conditions :
4
- - -draft # not a 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 :
3
+ queue_conditions :
10
4
- " #approved-reviews-by>=1"
11
5
- -draft
12
6
- base=main
13
- actions :
14
- queue :
15
- method : merge
16
- name : default
17
-
18
- pull_request_rules :
19
- - name : Automatic merge for leadership team members when there are no reviewers and the label is "ready"
20
- conditions :
21
- - " #review-requested=0"
22
- - " #changes-requested-reviews-by<1"
23
- - -draft
7
+ merge_conditions :
8
+ - -draft # not a draft
24
9
- base=main
25
- - author=@leadership
26
- - label=ready
10
+ merge_method : merge
11
+
12
+ pull_request_rules :
13
+ - name : Automatic merge on approval and when when GitHub branch protection passes
14
+ on main
15
+ conditions : []
27
16
actions :
28
17
queue :
29
- method : merge
30
- name : default
You can’t perform that action at this time.
0 commit comments