Avere/CODEOWNERS
Line: 6: incorrect codeowner user: omzevall Line: 6: incorrect codeowner user: rebecca-makar Line: 6: incorrect codeowner user: anhowe Line: 6: incorrect codeowner user: baileye Line: 6: no users/groups matched Line: 12: incorrect codeowner user: omzevall Line: 12: incorrect codeowner user: rebecca-makar Line: 12: no users/groups matched Line: 15: incorrect codeowner user: ekpgh Line: 15: incorrect codeowner user: anhowe Line: 15: no users/groups matched Line: 16: incorrect codeowner user: ekpgh Line: 16: incorrect codeowner user: ronhogue Line: 16: no users/groups matched

18 строки
676 B
Plaintext

# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, these will be requested for
# review when someone opens a pull request.
* @omzevall @rebecca-makar @anhowe @baileye
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies python files, only the listed below and not the global
# owners will be requested for a review.
*.py @omzevall @rebecca-makar
# Documentation people should review items in these paths
/docs/* @ekpgh @anhowe
/docs/legacy/* @ekpgh @ronhogue