From e3759823d94217502087f162c434bfe51ed9cde6 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 27 Feb 2024 20:01:18 +0000 Subject: [PATCH] feat: next release from main branch is 3.16.0 --- .github/release-please.yml | 7 +++++++ .github/sync-repo-settings.yaml | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) 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