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

Commit 72f6e13

Browse files
committed
chore: exclude 'CODEOWNERS' from templated files
See: googleapis/synthtool#1201
1 parent 0213e0c commit 72f6e13

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
@@ -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=["CODEOOWNERS"])
145145

146146
s.replace(
147147
"noxfile.py",

0 commit comments

Comments
 (0)