From 576cdc1fd552f53e111e5db4dcc4a90fe99e969b Mon Sep 17 00:00:00 2001 From: Taylor Fore Date: Sun, 5 May 2024 14:34:17 -0500 Subject: [PATCH] style: format CODEOWNERS --- .github/CODEOWNERS | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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