Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit e53bf16

Browse files
authored
feat: next release from main branch is 2.9.0 (#1018)
1 parent c3d7372 commit e53bf16

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ branches:
1818
handleGHRelease: true
1919
releaseType: java-backport
2020
branch: 2.6.x
21+
- bumpMinorPreMajor: true
22+
handleGHRelease: true
23+
releaseType: java-backport
24+
branch: 2.8.x

.github/sync-repo-settings.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,21 @@ branchProtectionRules:
7878
- 'Kokoro - Test: Integration'
7979
- cla/google
8080
- OwlBot Post Processor
81+
- pattern: 2.8.x
82+
isAdminEnforced: true
83+
requiredApprovingReviewCount: 1
84+
requiresCodeOwnerReviews: true
85+
requiresStrictStatusChecks: false
86+
requiredStatusCheckContexts:
87+
- dependencies (8)
88+
- dependencies (11)
89+
- lint
90+
- clirr
91+
- units (8)
92+
- units (11)
93+
- 'Kokoro - Test: Integration'
94+
- cla/google
95+
- OwlBot Post Processor
8196
permissionRules:
8297
- team: yoshi-admins
8398
permission: admin

0 commit comments

Comments
 (0)