Skip to content

Commit a371e3a

Browse files
authored
ci: add codeowners file for reviewer assignments (#601)
* ci: add codeowners file for reviewer assignments * Update .pre-commit-config.yaml
1 parent 5c80ca9 commit a371e3a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CODEOWNERS file
2+
# This file is used to define individuals or teams
3+
# that are responsible for code in a repository.
4+
# When PR's are opened, these individuals will be
5+
# added as reviewers automatically (except if they
6+
# are authors of the work). Each line is a file
7+
# pattern followed by one or more owners.
8+
# For more information, see:
9+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
10+
11+
* @gwaybio @d33bs

0 commit comments

Comments
 (0)