File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
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
17
17
18
18
jobs :
19
19
# Check if a PR has no major breaking changes to be backported to library
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ queue_rules:
18
18
merge_method : merge
19
19
autosquash : true
20
20
21
- - name : backport-libs-0.47 -queue
21
+ - name : backport-libs-0.48 -queue
22
22
batch_size : 3
23
23
queue_conditions :
24
24
- " #approved-reviews-by >= 1"
25
- - base = maint-libs-0.47
25
+ - base = maint-libs-0.48
26
26
merge_method : merge
27
27
autosquash : true
28
28
@@ -35,7 +35,7 @@ pull_request_rules:
35
35
- or :
36
36
- base = main
37
37
- base = maint-1.1
38
- - base = maint-libs-0.47
38
+ - base = maint-libs-0.48
39
39
actions :
40
40
queue :
41
41
@@ -60,10 +60,10 @@ pull_request_rules:
60
60
branches :
61
61
- " maint-1.1"
62
62
63
- - name : backport PR to libs 0.47 lane
63
+ - name : backport PR to libs 0.48 lane
64
64
conditions :
65
- - label = backport-libs-0.47
65
+ - label = backport-libs-0.48
66
66
actions :
67
67
backport :
68
68
branches :
69
- - " maint-libs-0.47 "
69
+ - " maint-libs-0.48 "
You can’t perform that action at this time.
0 commit comments