Skip to content

Commit 81677f5

Browse files
committed
feat: next release from main branch is 2.31.0
1 parent 0adc965 commit 81677f5

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ branches:
3838
extraFiles:
3939
- README.md
4040
branch: 2.22.x
41+
- bumpMinorPreMajor: true
42+
handleGHRelease: true
43+
releaseType: java-backport
44+
extraFiles:
45+
- README.md
46+
branch: 2.30.x

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@ branchProtectionRules:
130130
- OwlBot Post Processor
131131
- 'Kokoro - Test: Java GraalVM Native Image'
132132
- 'Kokoro - Test: Java 17 GraalVM Native Image'
133+
- pattern: 2.30.x
134+
isAdminEnforced: true
135+
requiredApprovingReviewCount: 1
136+
requiresCodeOwnerReviews: true
137+
requiresStrictStatusChecks: false
138+
requiredStatusCheckContexts:
139+
- dependencies (17)
140+
- lint
141+
- clirr
142+
- units (8)
143+
- units (11)
144+
- 'Kokoro - Test: Integration'
145+
- cla/google
146+
- OwlBot Post Processor
147+
- 'Kokoro - Test: Java GraalVM Native Image'
148+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
149+
- javadoc
133150
permissionRules:
134151
- team: yoshi-admins
135152
permission: admin

0 commit comments

Comments
 (0)