Skip to content

Commit cfaba79

Browse files
authored
feat: next release from main branch is 1.54.0 (#11468)
* feat: next release from main branch is 1.54.0 * remove primary branch tag from release-please.yml
1 parent 531b92b commit cfaba79

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ branches:
1919
releaseType: java-backport
2020
manifest: true
2121
handleGHRelease: true
22+
- releaseType: java-backport
23+
manifest: true
24+
handleGHRelease: true
25+
branch: 1.53.x

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ branchProtectionRules:
1212
- units (11)
1313
- units (17)
1414
- cla/google
15-
# temp disable, will revert after #11221 gets in
16-
# - enforcer
1715
- lint
1816
- 'Kokoro - Test: Integration'
1917
- 'Kokoro - Test: GraalVM Native Image A'
@@ -81,6 +79,23 @@ branchProtectionRules:
8179
- 'Kokoro - Test: GraalVM Native Image B'
8280
- header-check
8381
- library_generation
82+
- pattern: 1.53.x
83+
isAdminEnforced: true
84+
requiredApprovingReviewCount: 1
85+
requiresCodeOwnerReviews: true
86+
requiresStrictStatusChecks: false
87+
requiredStatusCheckContexts:
88+
- units (8)
89+
- units (11)
90+
- units (17)
91+
- cla/google
92+
- lint
93+
- 'Kokoro - Test: Integration'
94+
- 'Kokoro - Test: GraalVM Native Image A'
95+
- 'Kokoro - Test: GraalVM Native Image B'
96+
- header-check
97+
- library_generation
98+
- unmanaged_dependency_check
8499
permissionRules:
85100
- team: yoshi-admins
86101
permission: admin

0 commit comments

Comments
 (0)