Skip to content

Commit c94a29c

Browse files
committed
CI: bump lib to last released version 0.48
1 parent 8a55e5e commit c94a29c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
MINOR_VERSION_RELEASE: "0.47.999" # bump on a major release
15-
BACKPORT_LIBS_LABEL: "backport-libs-0.47" # also bump on major release
16-
MAINT_LIBS_BRANCH: "maint-libs-0.47" # also bump on major release
14+
MINOR_VERSION_RELEASE: "0.48.999" # bump on a major release
15+
BACKPORT_LIBS_LABEL: "backport-libs-0.48" # also bump on major release
16+
MAINT_LIBS_BRANCH: "maint-libs-0.48" # also bump on major release
1717

1818
jobs:
1919
# Check if a PR has no major breaking changes to be backported to library

.mergify.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ queue_rules:
1818
merge_method: merge
1919
autosquash: true
2020

21-
- name: backport-libs-0.47-queue
21+
- name: backport-libs-0.48-queue
2222
batch_size: 3
2323
queue_conditions:
2424
- "#approved-reviews-by >= 1"
25-
- base = maint-libs-0.47
25+
- base = maint-libs-0.48
2626
merge_method: merge
2727
autosquash: true
2828

@@ -35,7 +35,7 @@ pull_request_rules:
3535
- or:
3636
- base = main
3737
- base = maint-1.1
38-
- base = maint-libs-0.47
38+
- base = maint-libs-0.48
3939
actions:
4040
queue:
4141

@@ -60,10 +60,10 @@ pull_request_rules:
6060
branches:
6161
- "maint-1.1"
6262

63-
- name: backport PR to libs 0.47 lane
63+
- name: backport PR to libs 0.48 lane
6464
conditions:
65-
- label = backport-libs-0.47
65+
- label = backport-libs-0.48
6666
actions:
6767
backport:
6868
branches:
69-
- "maint-libs-0.47"
69+
- "maint-libs-0.48"

0 commit comments

Comments
 (0)