From a111d6c422eaa3363f4abe6bb7a01e6b5043491f Mon Sep 17 00:00:00 2001 From: Karry <51736839+Karry2019web@users.noreply.github.com> Date: Wed, 27 May 2026 08:07:58 +0800 Subject: [PATCH] chore(codeowners): update to Safrochain maintainer handles --- .github/CODEOWNERS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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