More CODEOWNERS (#2569)

This commit is contained in:
Peter Newman
2022-10-31 11:38:32 +00:00
committed by GitHub
parent c26bb28dad
commit 16aa02312c

16
.github/CODEOWNERS vendored
View File

@ -15,14 +15,22 @@
# Administrata and CIs
*.toml @larsoner
*.yml @larsoner
*.rst @larsoner
*.rst @larsoner @peternewman
*.cfg @larsoner
codespell.1.include @larsoner @peternewman
coverage* @larsoner
.github/* @larsoner
Makefile @larsoner
.github/* @larsoner @peternewman
.gitignore @larsoner @peternewman
Makefile @larsoner @peternewman
# Python code
codespell_lib/*.py @larsoner
codespell_lib/*.py @larsoner @peternewman
bin/* @larsoner @peternewman
# Dictionaries
codespell_lib/data/dictionary_code.txt @peternewman
codespell_lib/data/dictionary_en-GB_to_en-US.txt @peternewman
codespell_lib/data/dictionary_informal.txt @peternewman
codespell_lib/data/dictionary_names.txt @peternewman
codespell_lib/data/dictionary_rare.txt @peternewman
# codepell_lib/data/*.txt @luzpaz