This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add CODEOWNERS and repo sync config (#849)
- Loading branch information
1 parent
300eace
commit c8e8bea
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Code owners file. | ||
# This file controls who is tagged for review for any given pull request. | ||
|
||
# For syntax help see: | ||
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax | ||
|
||
* @googleapis/actools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
rebaseMergeAllowed: true | ||
squashMergeAllowed: true | ||
mergeCommitAllowed: false | ||
branchProtectionRules: | ||
- pattern: master | ||
isAdminEnforced: true | ||
requiredStatusCheckContexts: | ||
- 'ci/circleci: docs' | ||
- 'ci/circleci: golden_and_smoke_tests' | ||
- 'ci/circleci: unit-python3.5' | ||
- 'ci/circleci: unit-python3.6' | ||
- 'ci/circleci: unit-python3.7' | ||
- 'cla/google' | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: true | ||
permissionRules: | ||
- team: actools | ||
permission: admin |