-
Notifications
You must be signed in to change notification settings - Fork 250
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 config (#215)
- Loading branch information
1 parent
f6a8fec
commit 8e72155
Showing
2 changed files
with
24 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/gnostic |
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,17 @@ | ||
rebaseMergeAllowed: true | ||
squashMergeAllowed: true | ||
mergeCommitAllowed: false | ||
branchProtectionRules: | ||
- pattern: master | ||
isAdminEnforced: true | ||
requiredStatusCheckContexts: | ||
- 'continuous-integration/travis-ci' | ||
- 'cla/google' | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: true | ||
permissionRules: | ||
- team: actools | ||
permission: admin | ||
- team: gnostic | ||
permission: admin |