Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More CODEOWNERS #2569

Merged
merged 2 commits into from
Oct 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 12 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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