Skip to content

Commit

Permalink
chore: Add @yoshi-approver to CODEOWNERS (#1360)
Browse files Browse the repository at this point in the history
Adds @yoshi-approver to CODEOWNERS so PRs like [this](#1359) can be auto-approved.
  • Loading branch information
parthea committed May 20, 2021
1 parent c2cd326 commit bdbbdb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -10,4 +10,10 @@
# The python-samples-reviewers team is the default owner for samples changes
/samples/ @googleapis/python-samples-owners

# For more information, see https://github.com/googleapis/repo-automation-bots/blob/master/packages/auto-approve/README.md
.github/auto-approve.yml @googleapis/github-automation @googleapis/yoshi-python

# The following is needed to auto-approve changes to static discovery artifacts and generated documentation.
/docs/dyn/*.html @yoshi-approver @googleapis/yoshi-python
/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/yoshi-python
/googleapiclient/discovery_cache/documents/index.md @yoshi-approver @googleapis/yoshi-python

0 comments on commit bdbbdb2

Please sign in to comment.