File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change
1
+ queue_rules :
2
+ - name : default
3
+ conditions :
4
+ - status-success=build
5
+
1
6
pull_request_rules :
2
7
- name : Automatically merge on CI success and review
3
8
conditions :
@@ -6,9 +11,9 @@ pull_request_rules:
6
11
- " label=ready to merge"
7
12
- " approved-reviews-by=@oss-approvers"
8
13
actions :
9
- merge :
14
+ queue :
10
15
method : squash
11
- strict : smart
16
+ name : default
12
17
label :
13
18
add : ["auto merged"]
14
19
- name : Automatically merge release branch changes on CI success and release manager review
@@ -18,9 +23,9 @@ pull_request_rules:
18
23
- " label=ready to merge"
19
24
- " approved-reviews-by=@release-managers"
20
25
actions :
21
- merge :
26
+ queue :
22
27
method : squash
23
- strict : smart
28
+ name : default
24
29
label :
25
30
add : ["auto merged"]
26
31
# This rule exists to handle release branches that are still building using Travis CI instead of
@@ -32,9 +37,9 @@ pull_request_rules:
32
37
- " label=ready to merge"
33
38
- " approved-reviews-by=@release-managers"
34
39
actions :
35
- merge :
40
+ queue :
36
41
method : squash
37
- strict : smart
42
+ name : default
38
43
label :
39
44
add : ["auto merged"]
40
45
- name : Automatically merge PRs from maintainers on CI success and review
@@ -44,9 +49,9 @@ pull_request_rules:
44
49
- " label=ready to merge"
45
50
- " author=@oss-approvers"
46
51
actions :
47
- merge :
52
+ queue :
48
53
method : squash
49
- strict : smart
54
+ name : default
50
55
label :
51
56
add : ["auto merged"]
52
57
- name : Automatically merge autobump PRs on CI success
@@ -56,9 +61,9 @@ pull_request_rules:
56
61
- " label~=autobump-*"
57
62
- " author:spinnakerbot"
58
63
actions :
59
- merge :
64
+ queue :
60
65
method : squash
61
- strict : smart
66
+ name : default
62
67
label :
63
68
add : ["auto merged"]
64
69
- name : Request reviews for autobump PRs on CI failure
You can’t perform that action at this time.
0 commit comments