Skip to content

Commit 67605a7

Browse files
authored
feat: next release from main branch is 1.118.0 (#1127)
1 parent 04ae7fc commit 67605a7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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: 1.116.x
21+
- bumpMinorPreMajor: true
22+
handleGHRelease: true
23+
releaseType: java-lts
24+
branch: 1.117.x

.github/sync-repo-settings.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,22 @@ branchProtectionRules:
8282
- Kokoro - Against Pub/Sub Lite samples
8383
- cla/google
8484
- OwlBot Post Processor
85+
- pattern: 1.117.x
86+
isAdminEnforced: true
87+
requiredApprovingReviewCount: 1
88+
requiresCodeOwnerReviews: true
89+
requiresStrictStatusChecks: false
90+
requiredStatusCheckContexts:
91+
- dependencies (8)
92+
- dependencies (11)
93+
- lint
94+
- clirr
95+
- units (8)
96+
- units (11)
97+
- 'Kokoro - Test: Integration'
98+
- Kokoro - Against Pub/Sub Lite samples
99+
- cla/google
100+
- OwlBot Post Processor
85101
permissionRules:
86102
- team: yoshi-admins
87103
permission: admin

0 commit comments

Comments
 (0)