Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into renovate/com.google.auto.value-auto-value-…
Browse files Browse the repository at this point in the history
…annotations-1.x
  • Loading branch information
elharo committed Oct 8, 2020
2 parents 6fd59e9 + ab98dc9 commit 3a4c0e4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -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/yoshi-java
23 changes: 23 additions & 0 deletions .github/sync-repo-settings.yaml
@@ -0,0 +1,23 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'continuous-integration/travis-ci'
- 'codecov/patch'
- 'codecov/project'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
- team: yoshi-java
permission: push
- team: yoshi-java-admins
permission: admin
- team: yoshi-admins
permission: admin

0 comments on commit 3a4c0e4

Please sign in to comment.