Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 50901c7

Browse files
authored
chore: exclude 'CODEOWNERS' from templated files (#429)
See: googleapis/synthtool#1201
1 parent d649ca7 commit 50901c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)