Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 8b3a2e4

Browse files
authored
build: configure branch java7 as a release branch (#254)
1 parent 7fe322c commit 8b3a2e4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ branches:
66
bumpMinorPreMajor: true
77
branch: 1.10.1-sp
88
handleGHRelease: true
9+
- bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
releaseType: java-yoshi
12+
branch: java7

.github/sync-repo-settings.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ branchProtectionRules:
2020
requiredApprovingReviewCount: 1
2121
requiresCodeOwnerReviews: true
2222
requiresStrictStatusChecks: true
23+
- pattern: java7
24+
isAdminEnforced: true
25+
requiredStatusCheckContexts:
26+
- units
27+
- format
28+
- cla/google
29+
requiredApprovingReviewCount: 1
30+
requiresCodeOwnerReviews: true
31+
requiresStrictStatusChecks: true
2332
permissionRules:
2433
- team: Googlers
2534
permission: pull

0 commit comments

Comments
 (0)