commit | 5844ca20262b98c2c52100806a08c8c49a4e8a6d | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Thu Nov 11 11:25:54 2021 -0500 |
committer | GitHub <noreply@github.com> | Thu Nov 11 11:25:54 2021 -0500 |
tree | 7a2473056c10b93f2616d691e87651d23ec96c31 | |
parent | 4b73b2e9d53e63404c8800f2a2b3f1ee86680815 [diff] [blame] |
chore: exclude codeowners template (#1600)
diff --git a/owlbot.py b/owlbot.py index 1ebdf88..0d995c1 100644 --- a/owlbot.py +++ b/owlbot.py
@@ -30,7 +30,7 @@ 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')