Skip to content

Commit 4f54770

Browse files
chore: add CODEOWNERS and repo sync (#127)
1 parent 2a06d8d commit 4f54770

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# For syntax help see:
5+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6+
7+
* @googleapis/actools @googleapis/yoshi-python
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
rebaseMergeAllowed: false
2+
squashMergeAllowed: true
3+
mergeCommitAllowed: false
4+
branchProtectionRules:
5+
- pattern: master
6+
isAdminEnforced: true
7+
requiredStatusCheckContexts:
8+
- 'ci/circleci: docs'
9+
- 'ci/circleci: style-check'
10+
- 'ci/circleci: unit-3.5'
11+
- 'ci/circleci: unit-3.6'
12+
- 'ci/circleci: unit-3.7'
13+
- 'ci/circleci: unit-3.8'
14+
- 'ci/circleci: unit-cpp-3.5'
15+
- 'ci/circleci: unit-cpp-3.6'
16+
- 'ci/circleci: unit-cpp-3.7'
17+
- 'ci/circleci: unit-cpp-3.8'
18+
- 'cla/google'
19+
requiredApprovingReviewCount: 1
20+
requiresCodeOwnerReviews: true
21+
requiresStrictStatusChecks: true
22+
permissionRules:
23+
- team: yoshi-python
24+
permission: push
25+
- team: actools
26+
permission: admin

0 commit comments

Comments
 (0)