aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-11-11 11:25:54 -0500
committerGitHub <noreply@github.com>2021-11-11 11:25:54 -0500
commit5844ca20262b98c2c52100806a08c8c49a4e8a6d (patch)
tree7a2473056c10b93f2616d691e87651d23ec96c31
parent4b73b2e9d53e63404c8800f2a2b3f1ee86680815 (diff)
downloadgoogle-api-python-client-5844ca20262b98c2c52100806a08c8c49a4e8a6d.tar.gz
chore: exclude codeowners template (#1600)
-rw-r--r--owlbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/owlbot.py b/owlbot.py
index 1ebdf8858..0d995c19f 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -30,7 +30,7 @@ s.move(templated_files / '.kokoro', excludes=['**/docs/*', 'publish-docs.sh'])
s.move(templated_files / '.trampolinerc') # config file for trampoline_v2
# Also move issue templates
-s.move(templated_files / '.github')
+s.move(templated_files / '.github', excludes=['CODEOWNERS'])
# Move scripts folder needed for samples CI
s.move(templated_files / 'scripts')