Skip to content

Commit dac5ce1

Browse files
authored
chore: exclude 'CODEOWNERS' from templated files (#508)
See: googleapis/synthtool#1201
1 parent 6e1dbb8 commit dac5ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-pubsub/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
cov_level=100,
356356
system_test_external_dependencies=["psutil"],
357357
)
358-
s.move(templated_files, excludes=[".coveragerc"])
358+
s.move(templated_files, excludes=[".coveragerc", ".github/CODEOWNERS"])
359359

360360
# ----------------------------------------------------------------------------
361361
# Samples templates

0 commit comments

Comments
 (0)