Skip to content

Commit 4b158f3

Browse files
committed
feat: setup 3.15.x lts branch
1 parent 65e961a commit 4b158f3

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.15.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
@@ -65,6 +65,22 @@ branchProtectionRules:
6565
- OwlBot Post Processor
6666
- 'Kokoro - Test: Java GraalVM Native Image'
6767
- 'Kokoro - Test: Java 17 GraalVM Native Image'
68+
- pattern: 3.15.x
69+
isAdminEnforced: true
70+
requiredApprovingReviewCount: 1
71+
requiresCodeOwnerReviews: true
72+
requiresStrictStatusChecks: false
73+
requiredStatusCheckContexts:
74+
- dependencies (17)
75+
- lint
76+
- clirr
77+
- units (8)
78+
- units (11)
79+
- 'Kokoro - Test: Integration'
80+
- cla/google
81+
- OwlBot Post Processor
82+
- 'Kokoro - Test: Java GraalVM Native Image'
83+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
6884
permissionRules:
6985
- team: yoshi-admins
7086
permission: admin

0 commit comments

Comments
 (0)