Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ branches:
onDemand: true
local: true
localCloneDepth: 200
- branch: datastore-2.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
17 changes: 17 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,23 @@ branchProtectionRules:
- header-check
- library_generation
- unmanaged_dependency_check
- pattern: datastore-2.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For an LTS branch, it is recommended to enable strict status checks. This ensures that pull requests are tested against the latest code in the target branch before merging, which is critical for maintaining the stability of a long-term support version.

    requiresStrictStatusChecks: true

requiredStatusCheckContexts:
- split-units (java-datastore, 8)
- split-units (java-datastore, 11)
- split-units (java-datastore, 17)
- split-units (java-datastore, 21)
- split-units (java-datastore, 25)
- split-clirr (java-datastore)
- cla/google
- lint
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: Datastore Integration'
- 'Kokoro - Test: Datastore GraalVM Native Image'
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
Loading