From 3fbba1e9932ba3789e11e1933f71a9552f1e6c86 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 19 Nov 2024 20:08:21 +0000 Subject: [PATCH] chore_: initial codeowners --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f6d4db68e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# No default owner + +# CI-related changes +Makefile @status-im/devops @status-im/status-go-guild +/nix/ @status-im/devops +/_assets/ci/ @status-im/devops + +# Custom ownership for specific folders +/cmd/status-backend @igor-sirotin +/internal/sentry @igor-sirotin