From 53ec08458d845dff5eac81c3469bdafaddf9c5f7 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 3 Jun 2020 16:56:40 -0700 Subject: [PATCH] chore: only trigger review for python file changes --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d2b4570a..12a98268 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 -/samples/ @DanSanche @googleapis/python-samples-owners \ No newline at end of file +/samples/**/*.py @DanSanche @googleapis/python-samples-owners