From c6b2dd372875370779288294ca16499310e98965 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 10 Jun 2023 05:06:22 +0500 Subject: [PATCH] ci: fix CODEOWNERS file containing errors --- .github/CODEOWNERS | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8ef4f6e6b..b2f0d8b73 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,2 @@ # Global code ownership -* @sct @TheCatLady @danshilm @OwsleyJr @Fallenbagel - -# Documentation -/.all-contributorsrc @TheCatLady @samwiseg0 @danshilm @OwsleyJr -/*.md @TheCatLady @samwiseg0 @danshilm @OwsleyJr -/docs/ @TheCatLady @samwiseg0 @danshilm @OwsleyJr - -# Snap-related files -/.github/workflows/snap.yaml @samwiseg0 -/snap/ @samwiseg0 - -# i18n locale files -/src/i18n/locale/ @sct @TheCatLady -/src/i18n/locale/en.json @sct @TheCatLady @danshilm @OwsleyJr +* @Fallenbagel