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

Commit 3e36bc6

Browse files
authored
feat: next release from main branch is 3.1.0 (#910)
1 parent 6a3097b commit 3e36bc6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ branches:
1818
handleGHRelease: true
1919
bumpMinorPreMajor: true
2020
branch: 2.10.x
21+
- releaseType: java-backport
22+
handleGHRelease: true
23+
bumpMinorPreMajor: true
24+
branch: 3.0.x

.github/sync-repo-settings.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@ branchProtectionRules:
7676
- 'Kokoro - Test: Integration'
7777
- cla/google
7878
- OwlBot Post Processor
79+
- pattern: 3.0.x
80+
isAdminEnforced: true
81+
requiredApprovingReviewCount: 1
82+
requiresCodeOwnerReviews: true
83+
requiresStrictStatusChecks: false
84+
requiredStatusCheckContexts:
85+
- dependencies (8)
86+
- dependencies (11)
87+
- lint
88+
- clirr
89+
- units (8)
90+
- units (11)
91+
- 'Kokoro - Test: Integration'
92+
- cla/google
93+
- OwlBot Post Processor
7994
permissionRules:
8095
- team: yoshi-admins
8196
permission: admin

0 commit comments

Comments
 (0)