Skip to content

Commit

Permalink
chore: setup 3.17.x lts branch (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 authored Sep 6, 2024
1 parent be5a63e commit 54e36fb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ branches:
- >-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
branch: 3.13.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
extraFiles:
- >-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
branch: 3.17.x
extraFiles:
- >-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@ branchProtectionRules:
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: 3.17.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (17)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- javadoc
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 54e36fb

Please sign in to comment.