Skip to content

Commit fd77441

Browse files
authored
build: configure branch java7 as a release branch (#707)
enable releases
1 parent 742e6f9 commit fd77441

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
@@ -6,3 +6,7 @@ branches:
66
handleGHRelease: true
77
releaseType: java-lts
88
branch: 0.25.2-sp
9+
- bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
releaseType: java-yoshi
12+
branch: java7

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ branchProtectionRules:
3131
requiredApprovingReviewCount: 1
3232
requiresCodeOwnerReviews: true
3333
requiresStrictStatusChecks: true
34+
- pattern: java7
35+
isAdminEnforced: true
36+
requiredStatusCheckContexts:
37+
- dependencies (8)
38+
- dependencies (11)
39+
- linkage-monitor
40+
- lint
41+
- clirr
42+
- units (8)
43+
- units (11)
44+
- cla/google
45+
requiredApprovingReviewCount: 1
46+
requiresCodeOwnerReviews: true
47+
requiresStrictStatusChecks: true
3448
permissionRules:
3549
- team: Googlers
3650
permission: pull

0 commit comments

Comments
 (0)