Skip to content

Commit

Permalink
build: configure branch java7 as a release branch (#420)
Browse files Browse the repository at this point in the history
* build: configure branch java7 as a release branch

* Update sync-repo-settings.yaml
  • Loading branch information
Neenu1995 committed Aug 3, 2021
1 parent 44c5d4e commit 06146f4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 55 deletions.
6 changes: 5 additions & 1 deletion java-shared-dependencies/.github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
releaseType: java-bom
bumpMinorPreMajor: true
bumpMinorPreMajor: true
branches:
- releaseType: java-yoshi
bumpMinorPreMajor: true
branch: java7
109 changes: 55 additions & 54 deletions java-shared-dependencies/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@

# Whether or not rebase-merging is enabled on this repository.
# Defaults to `true`
rebaseMergeAllowed: false

# Whether or not squash-merging is enabled on this repository.
# Defaults to `true`
squashMergeAllowed: true

# Whether or not PRs are merged with a merge commit on this repository.
# Defaults to `false`
mergeCommitAllowed: false

# Rules for master branch protection
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
# Can admins overwrite branch protection.
# Defaults to `true`
isAdminEnforced: true
# Number of approving reviews required to update matching branches.
# Defaults to `1`
requiredApprovingReviewCount: 1
# Are reviews from code owners required to update matching branches.
# Defaults to `false`
requiresCodeOwnerReviews: true
# Require up to date branches
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
- "Kokoro - Test: Integration"
- "dependencies (8, java-bigquery)"
- "dependencies (8, java-bigqueryconnection)"
- "dependencies (8, java-spanner)"
- "dependencies (8, java-storage)"
- "dependencies (8, java-pubsub)"
- "dependencies (11, java-bigquery)"
- "dependencies (11, java-bigqueryconnection)"
- "dependencies (11, java-spanner)"
- "dependencies (11, java-storage)"
- "dependencies (11, java-pubsub)"
- "cla/google"
# List of explicit permissions to add (additive only)
- pattern: master
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- dependencies (8, java-bigqueryconnection)
- dependencies (8, java-spanner)
- dependencies (8, java-storage)
- dependencies (8, java-pubsub)
- dependencies (11, java-bigqueryconnection)
- dependencies (11, java-spanner)
- dependencies (11, java-storage)
- dependencies (11, java-pubsub)
- cla/google
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- dependencies (8, java-bigquery)
- dependencies (8, java-bigqueryconnection)
- dependencies (8, java-spanner)
- dependencies (8, java-storage)
- dependencies (8, java-pubsub)
- dependencies (11, java-bigquery)
- dependencies (11, java-bigqueryconnection)
- dependencies (11, java-spanner)
- dependencies (11, java-storage)
- dependencies (11, java-pubsub)
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push
- team: yoshi-admins
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push

0 comments on commit 06146f4

Please sign in to comment.