From 2333a81cfcf7eb1f9db2f3bb8ff1760f6553db85 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Fri, 8 Oct 2021 08:46:18 -0400 Subject: [PATCH] chore(github): update CODEOWNERS to allow collaborators to review/merge all-contributors PRs (#2165) [skip ci] --- .github/CODEOWNERS | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7babdcc7..f090d796 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,12 +1,14 @@ # Global code ownership -* @sct +* @sct # Documentation -docs/ @TheCatLady @samwiseg0 +/.all-contributorsrc @TheCatLady @samwiseg0 @danshilm +/*.md @TheCatLady @samwiseg0 @danshilm +/docs/ @TheCatLady @samwiseg0 @danshilm # Snap-related files -.github/workflows/snap.yaml @samwiseg0 -snap/ @samwiseg0 +/.github/workflows/snap.yaml @samwiseg0 +/snap/ @samwiseg0 # i18n locale files -src/i18n/locale/ @sct @TheCatLady +/src/i18n/locale/ @sct @TheCatLady