.github/CODEOWNERS
Line: 6: incorrect codeowner user: jessesquires Line: 6: no users/groups matched
2020-01-18 18:57:37 -08:00

12 lines
471 B
Plaintext

# https://help.github.com/articles/about-codeowners/
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will
# be requested for review when someone opens a PR.
* @jessesquires
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a PR that only modifies
# .yml files, only the following people and NOT the global
# owner(s) will be requested for a review.