From 9bc514805d27d0276009100438bd95d52ae2e92e Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Thu, 28 Nov 2024 23:35:47 +0000 Subject: [PATCH] chore(CODEOWNERS)_: initial codeowners file (#6111) --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..2310d23cf --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# No default owner + +# CI-related changes +Makefile @status-im/devops @status-im/status-go-guild +default.nix @status-im/devops +shell.nix @status-im/devops +/nix/ @status-im/devops +/_assets/build/ @status-im/devops +/_assets/ci/ @status-im/devops +/_assets/hooks/ @status-im/devops +/_assets/scripts/ @status-im/devops + +# Custom ownership for specific folders +# Feel free to add yourself for any new packages you implement. +/cmd/status-backend @igor-sirotin +/internal/sentry @igor-sirotin