Skip to content

Commit 51b01e2

Browse files
feat: creating java backport (#895)
1 parent b7ba1a8 commit 51b01e2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ branches:
99
handleGHRelease: true
1010
releaseType: java-yoshi
1111
branch: java7
12+
- bumpMinorPreMajor: true
13+
handleGHRelease: true
14+
releaseType: java-backport
15+
branch: 1.114.x

.github/sync-repo-settings.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@ branchProtectionRules:
5050
- Kokoro - Against Pub/Sub Lite samples
5151
- cla/google
5252
- OwlBot Post Processor
53+
- pattern: 1.114.x
54+
isAdminEnforced: true
55+
requiredApprovingReviewCount: 1
56+
requiresCodeOwnerReviews: true
57+
requiresStrictStatusChecks: false
58+
requiredStatusCheckContexts:
59+
- dependencies (8)
60+
- dependencies (11)
61+
- lint
62+
- clirr
63+
- units (8)
64+
- units (11)
65+
- 'Kokoro - Test: Integration'
66+
- Kokoro - Against Pub/Sub Lite samples
67+
- cla/google
68+
- OwlBot Post Processor
5369
permissionRules:
5470
- team: yoshi-admins
5571
permission: admin

0 commit comments

Comments
 (0)