Skip to content

Commit

Permalink
chore: exclude 'CODEOWNERS' from templated files (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 27, 2021
1 parent 58552e7 commit 712d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -355,7 +355,7 @@
cov_level=100,
system_test_external_dependencies=["psutil"],
)
s.move(templated_files, excludes=[".coveragerc"])
s.move(templated_files, excludes=[".coveragerc", ".github/CODEOWNERS"])

# ----------------------------------------------------------------------------
# Samples templates
Expand Down

0 comments on commit 712d222

Please sign in to comment.