Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ branches:
handleGHRelease: true
bumpMinorPreMajor: true
branch: java7
- releaseType: java-backport
handleGHRelease: true
bumpMinorPreMajor: true
branch: 2.4.x
20 changes: 20 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,26 @@ branchProtectionRules:
- dependencies (11, java-storage)
- dependencies (11, java-pubsub)
- cla/google
- pattern: 2.4.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- dependencies (8, java-bigqueryconnection)
- dependencies (8, java-storage)
- dependencies (8, java-pubsub)
- dependencies (11, java-bigqueryconnection)
- dependencies (11, java-storage)
- dependencies (11, java-pubsub)
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down