Skip to content

Commit ab0555e

Browse files
authored
chore: exclude 'CODEOWNERS' from templated files (#429)
See: googleapis/synthtool#1201
1 parent 3aadbdb commit ab0555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_staging_dirs(
9090
cov_level=100,
9191
)
9292

93-
s.move(templated_files, excludes=[".coveragerc"])
93+
s.move(templated_files, excludes=[".coveragerc", ".github/CODEOWNERS"])
9494

9595
# ----------------------------------------------------------------------------
9696
# Customize noxfile.py

0 commit comments

Comments
 (0)