diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 083a76a..8e3b417 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,20 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ -* @JakeHartnell @dimiandre @niilptr @vexxvakan +# Default owners for everything +* @Safrochain-Org/maintainers + +# Custom modules +/x/clock/ @Safrochain-Org/core +/x/cw-hooks/ @Safrochain-Org/core +/x/drip/ @Safrochain-Org/core +/x/feepay/ @Safrochain-Org/core +/x/feeshare/ @Safrochain-Org/core +/x/globalfee/ @Safrochain-Org/core +/x/tokenfactory/ @Safrochain-Org/core +/x/wrappers/ @Safrochain-Org/core + +# App wiring and consensus +/app/ @Safrochain-Org/core + +# Build / CI / release +/.github/ @Safrochain-Org/core