From 69b9d8417d5b910286aaa855f4a83fc151a81cec Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Fri, 29 May 2020 15:53:32 -0400 Subject: [PATCH] docs(samples): update revierwers for samples module changes (#401) * docs(samples): update revierwers for samples module changes * Update .github/CODEOWNERS Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f953c5f0f..aef889d3d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The java-samples-reviewers team is the default owner for samples changes -samples/ @stephaniewang526 @GoogleCloudPlatform/java-samples-reviewers \ No newline at end of file +samples/**/*.java @stephaniewang526 @googleapis/java-samples-reviewers