Skip to content

Commit 9eca716

Browse files
authored
chore: exclude 'CODEOWNERS' from templated files (#459)
See: googleapis/synthtool#1201
1 parent 63ff2c6 commit 9eca716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-firestore/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def update_fixup_scripts(library):
141141
)
142142
python.py_samples(skip_readmes=True)
143143

144-
s.move(templated_files)
144+
s.move(templated_files, excludes=[".github/CODEOOWNERS"])
145145

146146
# ----------------------------------------------------------------------------
147147
# Customize noxfile.py

0 commit comments

Comments
 (0)