Skip to content

Commit e237a21

Browse files
authored
feat: setting up 6.33.x branch (#2184)
enable releases
1 parent 074cd1a commit e237a21

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ branches:
2626
bumpMinorPreMajor: true
2727
handleGHRelease: true
2828
branch: 6.23.x
29+
- releaseType: java-yoshi
30+
bumpMinorPreMajor: true
31+
handleGHRelease: true
32+
branch: 6.33.x

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,20 @@ branchProtectionRules:
107107
- checkstyle
108108
- compile (8)
109109
- compile (11)
110+
- pattern: 6.33.x
111+
isAdminEnforced: true
112+
requiredApprovingReviewCount: 1
113+
requiresCodeOwnerReviews: true
114+
requiresStrictStatusChecks: false
115+
requiredStatusCheckContexts:
116+
- lint
117+
- units (8)
118+
- units (11)
119+
- 'Kokoro - Test: Integration'
120+
- cla/google
121+
- checkstyle
122+
- compile (8)
123+
- compile (11)
110124
permissionRules:
111125
- team: yoshi-admins
112126
permission: admin

0 commit comments

Comments
 (0)