@@ -4,30 +4,30 @@ queue_rules:
4
4
checks_timeout : 4h
5
5
merge_method : squash
6
6
commit_message_template : |
7
- {{ title }} (#{{ number }})
7
+ {{ title }} (#{{ number }})
8
8
9
- {{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
9
+ {{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
10
10
11
- Approved by: @{{ approved_reviews_by | join(', @') }}
12
- - name : release-1.2
11
+ Approved by: @{{ approved_reviews_by | join(', @') }}
12
+ - name : release-2.0
13
13
merge_conditions : []
14
14
checks_timeout : 4h
15
15
merge_method : squash
16
16
commit_message_template : |
17
- {{ title }} (#{{ number }})
17
+ {{ title }} (#{{ number }})
18
18
19
- {{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
19
+ {{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
20
20
21
- Approved by: @{{ approved_reviews_by | join(', @') }}
22
- - name : release-2.0
21
+ Approved by: @{{ approved_reviews_by | join(', @') }}
22
+ - name : release-2.1
23
23
merge_conditions : []
24
24
checks_timeout : 4h
25
25
merge_method : squash
26
26
commit_message_template : |
27
27
{{ title }} (#{{ number }})
28
-
28
+
29
29
{{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
30
-
30
+
31
31
Approved by: @{{ approved_reviews_by | join(', @') }}
32
32
33
33
pull_request_rules :
@@ -40,83 +40,83 @@ pull_request_rules:
40
40
queue :
41
41
name : main
42
42
43
- - name : Automatic queue on approval for release-1.2
43
+ - name : Automatic queue on approval for release-2.0
44
44
conditions :
45
45
- " #changes-requested-reviews-by<=0"
46
46
- label!=do-not-merge/wip
47
- - base=1.2 -dev
47
+ - base=2.0 -dev
48
48
actions :
49
49
queue :
50
- name : release-1.2
50
+ name : release-2.0
51
51
52
- - name : Automatic queue on approval for release-2.0
52
+ - name : Automatic queue on approval for release-2.1
53
53
conditions :
54
54
- " #changes-requested-reviews-by<=0"
55
55
- label!=do-not-merge/wip
56
- - base=2.0-dev
56
+ - base=2.1-dev
57
+ - approved-reviews-by=XuPeng-SH
57
58
actions :
58
59
queue :
59
- name : release-2.0
60
+ name : release-2.1
60
61
62
+ - name : Auto Request Reviewer For Non Main Branch
63
+ conditions :
64
+ - base!=main
65
+ actions :
66
+ request_reviews :
67
+ users :
68
+ - XuPeng-SH
61
69
62
70
- name : Auto update branch
63
71
conditions :
64
72
- created-at>=00:10 ago
65
73
actions :
66
- update :
67
-
68
- # - name: Auto Request Reviewer For Non Main Branch
69
- # conditions:
70
- # - base!=main
71
- # actions:
72
- # request_reviews:
73
- # users:
74
- # - sukki37
74
+ update :
75
75
76
76
- name : label for Bug
77
- conditions :
77
+ conditions :
78
78
- body~=(?im)- \[x\] BUG
79
79
actions :
80
80
label :
81
81
add :
82
82
- kind/bug
83
83
- name : label for Feature
84
- conditions :
84
+ conditions :
85
85
- body~=(?im)- \[x\] Feature
86
86
actions :
87
87
label :
88
88
add :
89
89
- kind/feature
90
90
- name : label for Improvement
91
- conditions :
91
+ conditions :
92
92
- body~=(?im)- \[x\] Improvement
93
93
actions :
94
94
label :
95
95
add :
96
96
- kind/enhancement
97
97
- name : label for Documentation
98
- conditions :
98
+ conditions :
99
99
- body~=(?im)- \[x\] Documentation
100
100
actions :
101
101
label :
102
102
add :
103
103
- kind/documentation
104
104
- name : label for Test and CI
105
- conditions :
105
+ conditions :
106
106
- body~=(?im)- \[x\] Test and CI
107
107
actions :
108
108
label :
109
109
add :
110
110
- kind/test-ci
111
111
- name : label for Code Refactoring
112
- conditions :
112
+ conditions :
113
113
- body~=(?im)- \[x\] Code Refactoring
114
114
actions :
115
115
label :
116
116
add :
117
117
- kind/refactor
118
118
- name : label for API-change
119
- conditions :
119
+ conditions :
120
120
- body~=(?im)- \[x\] API-change
121
121
actions :
122
122
label :
0 commit comments