aboutsummaryrefslogtreecommitdiff
path: root/owlbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'owlbot.py')
-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')