Skip to content

Commit e74fdc7

Browse files
authored
Merge pull request namada-net#4277 from anoma/tomas/ci-maint-1.1
ci/mergify: update for maint-1.1 and maint-libs-0.47
2 parents a0cc88c + 48fbbf1 commit e74fdc7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.mergify.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)