Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(microgenerator=True, split_system_tests=True,)
s.move(templated_files, excludes=["docs/multiprocessing.rst", ".coveragerc"])
s.move(
templated_files,
excludes=["docs/multiprocessing.rst", ".coveragerc", ".github/CODEOOWNERS"],
)

python.py_samples(skip_readmes=True)

Expand Down