Skip to content

Commit 6173dc1

Browse files
authored
feat: next release from main branch is 1.62.0 (googleapis#11666)
enable releases
1 parent 2ce69ec commit 6173dc1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ branches:
2323
manifest: true
2424
handleGHRelease: true
2525
branch: 1.53.x
26+
- primaryBranch: main
27+
releaseType: java-backport
28+
manifest: true
29+
handleGHRelease: true
30+
branch: 1.61.x

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@ branchProtectionRules:
9797
- header-check
9898
- library_generation
9999
- unmanaged_dependency_check
100+
- pattern: 1.61.x
101+
isAdminEnforced: true
102+
requiredApprovingReviewCount: 1
103+
requiresCodeOwnerReviews: true
104+
requiresStrictStatusChecks: false
105+
requiredStatusCheckContexts:
106+
- units (8)
107+
- units (11)
108+
- units (17)
109+
- cla/google
110+
- lint
111+
- 'Kokoro - Test: Integration'
112+
- 'Kokoro - Test: GraalVM Native Image A'
113+
- 'Kokoro - Test: GraalVM Native Image B'
114+
- 'Kokoro - Test: GraalVM Native Image C'
115+
- header-check
116+
- library_generation
117+
- unmanaged_dependency_check
100118
permissionRules:
101119
- team: yoshi-admins
102120
permission: admin

0 commit comments

Comments
 (0)