Skip to content

Commit dad2c82

Browse files
authored
feat: next release from main branch is 1.122.0 (#1409)
1 parent 682bd66 commit dad2c82

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ branches:
2626
handleGHRelease: true
2727
releaseType: java-backport
2828
branch: 1.120.x
29+
- bumpMinorPreMajor: true
30+
handleGHRelease: true
31+
releaseType: java-backport
32+
branch: 1.121.x

.github/sync-repo-settings.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,24 @@ branchProtectionRules:
118118
- OwlBot Post Processor
119119
- 'Kokoro - Test: Java GraalVM Native Image'
120120
- 'Kokoro - Test: Java 17 GraalVM Native Image'
121+
- pattern: 1.121.x
122+
isAdminEnforced: true
123+
requiredApprovingReviewCount: 1
124+
requiresCodeOwnerReviews: true
125+
requiresStrictStatusChecks: false
126+
requiredStatusCheckContexts:
127+
- dependencies (8)
128+
- dependencies (11)
129+
- lint
130+
- clirr
131+
- units (8)
132+
- units (11)
133+
- 'Kokoro - Test: Integration'
134+
- Kokoro - Against Pub/Sub Lite samples
135+
- cla/google
136+
- OwlBot Post Processor
137+
- 'Kokoro - Test: Java GraalVM Native Image'
138+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
121139
permissionRules:
122140
- team: yoshi-admins
123141
permission: admin

0 commit comments

Comments
 (0)