Skip to content

Commit

Permalink
chore: exclude codeowners template (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 11, 2021
1 parent 4b73b2e commit 5844ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -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')
Expand Down

0 comments on commit 5844ca2

Please sign in to comment.