Skip to content

Commit 75870ea

Browse files
authored
build: configure branch java7 as a release branch (#482)
enable releases
1 parent c5f227b commit 75870ea

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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: 1.106.5-sp
9+
- bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
releaseType: java-yoshi
12+
branch: java7

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ branchProtectionRules:
3434
- units (11)
3535
- 'Kokoro - Test: Integration'
3636
- cla/google
37+
- pattern: java7
38+
isAdminEnforced: true
39+
requiredApprovingReviewCount: 1
40+
requiresCodeOwnerReviews: true
41+
requiresStrictStatusChecks: false
42+
requiredStatusCheckContexts:
43+
- dependencies (8)
44+
- dependencies (11)
45+
- linkage-monitor
46+
- lint
47+
- clirr
48+
- units (7)
49+
- units (8)
50+
- units (11)
51+
- 'Kokoro - Test: Integration'
52+
- cla/google
3753
permissionRules:
3854
- team: yoshi-admins
3955
permission: admin

0 commit comments

Comments
 (0)