diff --git a/.github/release-please.yml b/.github/release-please.yml index 21860c720..ecd325b77 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -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.15.x extraFiles: - >- google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index f907b699e..69ae4016f 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -66,6 +66,23 @@ branchProtectionRules: - OwlBot Post Processor - 'Kokoro - Test: Java GraalVM Native Image' - 'Kokoro - Test: Java 17 GraalVM Native Image' + - pattern: 3.15.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (17) + - lint + - clirr + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - cla/google + - OwlBot Post Processor + - 'Kokoro - Test: Java GraalVM Native Image' + - 'Kokoro - Test: Java 17 GraalVM Native Image' + - javadoc permissionRules: - team: yoshi-admins permission: admin