diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 10872d1..88299bd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,8 @@ -# 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 owners will be requested for review when - -# someone opens a pull request. - -- @trfore +# 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. +* @trfore # The following own any files in the .github directory at the root of the - # repository and any of its subdirectories. - -/.github/ @trfore +.github/ @trfore