Skip to content

Commit 66374b1

Browse files
authored
feat: next release from main branch is 6.56.0 (#2929)
1 parent 95bad55 commit 66374b1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ branches:
3030
bumpMinorPreMajor: true
3131
handleGHRelease: true
3232
branch: 6.33.x
33+
- releaseType: java-backport
34+
bumpMinorPreMajor: true
35+
handleGHRelease: true
36+
branch: 6.55.x

.github/sync-repo-settings.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,23 @@ branchProtectionRules:
122122
- checkstyle
123123
- compile (8)
124124
- compile (11)
125+
- pattern: 6.55.x
126+
isAdminEnforced: true
127+
requiredApprovingReviewCount: 1
128+
requiresCodeOwnerReviews: true
129+
requiresStrictStatusChecks: false
130+
requiredStatusCheckContexts:
131+
- dependencies (17)
132+
- lint
133+
- javadoc
134+
- units (8)
135+
- units (11)
136+
- 'Kokoro - Test: Integration'
137+
- cla/google
138+
- checkstyle
139+
- compile (8)
140+
- compile (11)
141+
- OwlBot Post Processor
125142
permissionRules:
126143
- team: yoshi-admins
127144
permission: admin

0 commit comments

Comments
 (0)