diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f9fe58aa --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# Default code owners for the repo +# (This restriction will be lifted at some point) +* @datahaven-xyz/moonsong-perm @datahaven-xyz/moonsong-coredev + +# Specific code owners for sensitive folders +/.github/ @datahaven-xyz/moonsong-perm @datahaven-xyz/opslayer-devops +/docker/ @datahaven-xyz/moonsong-perm @datahaven-xyz/opslayer-devops +/operator/scripts/ @datahaven-xyz/moonsong-perm @datahaven-xyz/opslayer-devops +/tools/github/ @datahaven-xyz/moonsong-perm @datahaven-xyz/opslayer-devops