Skip to content

Commit 54e36fb

Browse files
authored
chore: setup 3.17.x lts branch (#1669)
1 parent be5a63e commit 54e36fb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

‎.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ branches:
1717
- >-
1818
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
1919
branch: 3.13.x
20+
- bumpMinorPreMajor: true
21+
handleGHRelease: true
22+
releaseType: java-backport
23+
extraFiles:
24+
- >-
25+
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
26+
branch: 3.17.x
2027
extraFiles:
2128
- >-
2229
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java

‎.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,22 @@ branchProtectionRules:
6262
- cla/google
6363
- 'Kokoro - Test: Java GraalVM Native Image'
6464
- 'Kokoro - Test: Java 17 GraalVM Native Image'
65+
- pattern: 3.17.x
66+
isAdminEnforced: true
67+
requiredApprovingReviewCount: 1
68+
requiresCodeOwnerReviews: true
69+
requiresStrictStatusChecks: false
70+
requiredStatusCheckContexts:
71+
- dependencies (17)
72+
- lint
73+
- clirr
74+
- units (8)
75+
- units (11)
76+
- 'Kokoro - Test: Integration'
77+
- cla/google
78+
- 'Kokoro - Test: Java GraalVM Native Image'
79+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
80+
- javadoc
6581
permissionRules:
6682
- team: yoshi-admins
6783
permission: admin

0 commit comments

Comments
 (0)