File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ queue_rules:
1010 merge_method : merge
1111 autosquash : true
1212
13- - name : backport-apps-1.0 -queue
13+ - name : backport-apps-1.1 -queue
1414 batch_size : 3
1515 queue_conditions :
1616 - " #approved-reviews-by >= 1"
17- - base = maint-1.0
17+ - base = maint-1.1
1818 merge_method : merge
1919 autosquash : true
2020
21- - name : backport-libs-0.46 -queue
21+ - name : backport-libs-0.47 -queue
2222 batch_size : 3
2323 queue_conditions :
2424 - " #approved-reviews-by >= 1"
25- - base = maint-libs-0.46
25+ - base = maint-libs-0.47
2626 merge_method : merge
2727 autosquash : true
2828
@@ -34,8 +34,8 @@ pull_request_rules:
3434 - " #approved-reviews-by >= 1"
3535 - or :
3636 - base = main
37- - base = maint-1.0
38- - base = maint-libs-0.46
37+ - base = maint-1.1
38+ - base = maint-libs-0.47
3939 actions :
4040 queue :
4141
@@ -52,18 +52,18 @@ pull_request_rules:
5252 Sorry about that, but you can requeue the PR by using `@mergifyio requeue`
5353 if you think this was a mistake.
5454
55- - name : backport PR to apps 1.0 lane
55+ - name : backport PR to apps 1.1 lane
5656 conditions :
57- - label = backport-1.0
57+ - label = backport-1.1
5858 actions :
5959 backport :
6060 branches :
61- - " maint-1.0 "
61+ - " maint-1.1 "
6262
63- - name : backport PR to libs 0.46 lane
63+ - name : backport PR to libs 0.47 lane
6464 conditions :
65- - label = backport-libs-0.46
65+ - label = backport-libs-0.47
6666 actions :
6767 backport :
6868 branches :
69- - " maint-libs-0.46 "
69+ - " maint-libs-0.47 "
You can’t perform that action at this time.
0 commit comments