Skip to content

Commit 9b1cbd5

Browse files
committed
chore: exclude 'CODEOWNERS' from templated files
See: googleapis/synthtool#1201
1 parent da5215f commit 9b1cbd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

owlbot.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
# Add templated files
5656
# ----------------------------------------------------------------------------
5757
templated_files = common.py_library(microgenerator=True, split_system_tests=True,)
58-
s.move(templated_files, excludes=["docs/multiprocessing.rst", ".coveragerc"])
58+
s.move(
59+
templated_files,
60+
excludes=["docs/multiprocessing.rst", ".coveragerc", "CODEOOWNERS"],
61+
)
5962

6063
python.py_samples(skip_readmes=True)
6164

0 commit comments

Comments
 (0)