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

Commit 881fe83

Browse files
author
Matt Carroll
authored
chore: update codeowners to include README.md for samples (#685)
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.
1 parent bc2543c commit 881fe83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
* @googleapis/yoshi-java
88

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

0 commit comments

Comments
 (0)