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