From aed0d288f71e0c83fe1f0f0616783b2d8e43ffc0 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 31 Jul 2020 18:40:18 +0200 Subject: [PATCH] Add CODEOWNERS file (#408) --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ea0ebe6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# +# Assigns extendedclip and PiggyPiglet for any PR unless a check below matches. +# +* @extendedclip @PiggyPiglet + +# +# Assigns Andre601 to any PR that targets the wiki folder. +# +/wiki/ @Andre601