Skip to content

Commit 19a7874

Browse files
authored
build: configure branch 6.4.4-sp as a release branch (#1365)
1 parent 673855e commit 19a7874

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ branches:
1616
- releaseType: java-lts
1717
bumpMinorPreMajor: true
1818
branch: 3.3.3-sp
19+
- releaseType: java-lts
20+
bumpMinorPreMajor: true
21+
branch: 6.4.4-sp

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,24 @@ branchProtectionRules:
104104
- checkstyle
105105
- compile (8)
106106
- compile (11)
107+
- pattern: 6.4.4-sp
108+
isAdminEnforced: true
109+
requiredApprovingReviewCount: 1
110+
requiresCodeOwnerReviews: true
111+
requiresStrictStatusChecks: false
112+
requiredStatusCheckContexts:
113+
- dependencies (8)
114+
- dependencies (11)
115+
- linkage-monitor
116+
- lint
117+
- clirr
118+
- units (8)
119+
- units (11)
120+
- 'Kokoro - Test: Integration'
121+
- cla/google
122+
- checkstyle
123+
- compile (8)
124+
- compile (11)
107125
permissionRules:
108126
- team: yoshi-admins
109127
permission: admin

0 commit comments

Comments
 (0)