From c9ce4a78e6f8e8c865975dcf2a20839bd6f0b8a1 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 14 Jul 2020 13:35:44 +0200 Subject: [PATCH] Exclude `locales` folders from code ownership (#4071) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index def027303..1bae3e24c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -60,3 +60,6 @@ redbot/setup.py @tekulvw .travis.yml @Kowlin crowdin.yml @Kowlin .github/workflows/* @Kowlin + +# Excludes +**/locales/* @ghost