Skip to content

Commit

Permalink
chore: exclude 'CODEOWNERS' from templated files
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 27, 2021
1 parent da5215f commit 9b1cbd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(microgenerator=True, split_system_tests=True,)
s.move(templated_files, excludes=["docs/multiprocessing.rst", ".coveragerc"])
s.move(
templated_files,
excludes=["docs/multiprocessing.rst", ".coveragerc", "CODEOOWNERS"],
)

python.py_samples(skip_readmes=True)

Expand Down

0 comments on commit 9b1cbd5

Please sign in to comment.