File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
packages/proto-plus/.github Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments