Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 24 additions & 21 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
branches:
- branch: 1.127.12-sp
releaseType: java-lts
- branch: java7
- branch: 2.3.x
releaseType: java-backport
- branch: 2.10.x
releaseType: java-backport
- branch: 2.19.x
releaseType: java-backport
- branch: 2.35.x
releaseType: java-backport
- branch: 2.40.x
releaseType: java-backport
- branch: 2.48.x
releaseType: java-backport
- branch: 2.52.x
releaseType: java-backport
- branch: 2.51.x
releaseType: java-backport
- branch: protobuf-4.x-rc
manifest: true
- branch: 1.127.12-sp
releaseType: java-lts
- branch: java7
- branch: 2.3.x
releaseType: java-backport
- branch: 2.10.x
releaseType: java-backport
- branch: 2.19.x
releaseType: java-backport
- branch: 2.35.x
releaseType: java-backport
- branch: 2.40.x
releaseType: java-backport
- branch: 2.48.x
releaseType: java-backport
- branch: 2.52.x
releaseType: java-backport
- branch: 2.51.x
releaseType: java-backport
- branch: protobuf-4.x-rc
manifest: true
- handleGHRelease: true
releaseType: java-backport
branch: 2.58.x
handleGHRelease: true
releaseType: java-yoshi
15 changes: 15 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,21 @@ branchProtectionRules:
- cla/google
- javadoc
- unmanaged_dependency_check
- pattern: 2.58.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Setting requiresStrictStatusChecks to false can allow pull requests to be merged even if they are out of date with the base branch and would fail status checks. This can lead to a broken branch and makes it harder to maintain a stable codebase. It is generally recommended to set this to true to ensure that all required status checks pass on the latest code before merging.

    requiresStrictStatusChecks: true

requiredStatusCheckContexts:
- dependencies (17)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- javadoc
- unmanaged_dependency_check
permissionRules:
- team: api-bigquery
permission: admin
Expand Down
Loading