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 1 commit
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
16 changes: 12 additions & 4 deletions .github/CODEOWNERS
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 @peternewman
larsoner marked this conversation as resolved.
Show resolved Hide resolved
coverage* @larsoner
.github/* @larsoner
Makefile @larsoner
.github/* @larsoner @peternewman
.gitignore @peternewman
larsoner marked this conversation as resolved.
Show resolved Hide resolved
Makefile @larsoner @peternewman

# Python code
codespell_lib/*.py @larsoner
codespell_lib/*.py @larsoner @peternewman
bin/* @peternewman
larsoner marked this conversation as resolved.
Show resolved Hide resolved

# 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