From 73fff5a6aa9d9edd7108db1730bfaa1284bd41ab Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Thu, 28 Mar 2024 14:02:16 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20create=202.13.x=20branch=20to=20track?= =?UTF-8?q?=20feature=20prior=20to=20dependency=20refa=E2=80=A6=20(#4317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ctor Change-Id: I1d2f6e78baa6818e2061662602c6e80201cb69c0 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes # ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md). --- .github/release-please.yml | 9 +++++++++ .github/sync-repo-settings.yaml | 14 ++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 635221515f..191b1b9de9 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -65,3 +65,12 @@ branches: bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java handleGHRelease: true branch: 2.12.x + - releaseType: java-backport + bumpMinorPreMajor: true + extraFiles: + - >- + bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java + - >- + bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java + handleGHRelease: true + branch: 2.13.x diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index c6b150f233..7eed6aa5ae 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -114,6 +114,20 @@ branchProtectionRules: - OwlBot Post Processor requiredApprovingReviewCount: 1 requiresCodeOwnerReviews: true + - pattern: 2.13.x + isAdminEnforced: true + requiredStatusCheckContexts: + - 'Kokoro - Test: Binary Compatibility' + - 'Kokoro - Test: Code Format' + - 'Kokoro - Test: Dependencies' + - 'Kokoro - Test: Integration' + - 'Kokoro - Test: Java 11' + - 'Kokoro - Test: Java 8' + - 'Kokoro - Test: Beam Integration' + - cla/google + - OwlBot Post Processor + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true permissionRules: - team: yoshi-java-admins permission: admin