Skip to content

Commit

Permalink
chore: Created local '.github/sync-repo-settings.yaml' from remote '.…
Browse files Browse the repository at this point in the history
…github/sync-repo-settings.yaml' (#433)
  • Loading branch information
googlemaps-bot committed May 9, 2022
1 parent 5a533d4 commit a3ffa6f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings

rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
deleteBranchOnMerge: true
branchProtectionRules:
- pattern: main
isAdminEnforced: false
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- 'cla/google'
- 'test'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
- pattern: master
isAdminEnforced: false
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- 'cla/google'
- 'test'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
permissionRules:
- team: admin
permission: admin

0 comments on commit a3ffa6f

Please sign in to comment.