Skip to content

Commit

Permalink
chore: exclude 'CODEOWNERS' from templated files (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Oct 1, 2021
1 parent 6e73cbd commit f9852c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def update_fixup_scripts(library):
)
python.py_samples(skip_readmes=True)

s.move(templated_files)
s.move(templated_files, excludes=[".github/CODEOOWNERS"])

# ----------------------------------------------------------------------------
# Customize noxfile.py
Expand Down

0 comments on commit f9852c5

Please sign in to comment.