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

Commit

Permalink
chore: update codeowners to include README.md for samples (#685)
Browse files Browse the repository at this point in the history
This PR updates the CODEOWNERS file to account for the fact that when new
samples are added or old samples are removed owlbot.py adds or removes the links
to those samples in README.md. This PR adds README.md ownership to sample
directory owners so that additions and removals of samples can be made without
requiring library-level (currently the group "yoshi-java") approval.
  • Loading branch information
Matt Carroll committed Nov 17, 2021
1 parent bc2543c commit 881fe83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -7,4 +7,7 @@
* @googleapis/yoshi-java

# The java-samples-reviewers team is the default owner for samples changes
samples/** @googleapis/java-samples-reviewers @googleapis/cdpe-cloudai
samples/** @googleapis/java-samples-reviewers @googleapis/cdpe-cloudai
# When new samples are created/removed, links to samples are added/removed
# to/from README.md by owlbot.py
README.md @googleapis/java-samples-reviewers @googleapis/cdpe-cloudai

0 comments on commit 881fe83

Please sign in to comment.