From 6074759b7573a923bb564bdd4d84f4c02cf1b33c Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Fri, 1 Mar 2024 13:48:17 -0800 Subject: [PATCH 1/2] ref: Add team ops as codeowners This project is imported by ops for kafka control plane now as prod config will be sync with it. team-ops should be owners too. --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 44046e06..35a1387f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -68,5 +68,5 @@ /schemas/subscription-result.v1.schema.json @getsentry/owners-snuba @getsentry/workflow /examples/subscription-results/ @getsentry/owners-snuba @getsentry/workflow -# Search and storage is the default owner -* @getsentry/owners-snuba +# Search and storage and infra is the default owner +* @getsentry/owners-snuba @getsentry/team-ops From e9881782d39a40382531c992289bc7d0d793a83a Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Fri, 1 Mar 2024 13:50:57 -0800 Subject: [PATCH 2/2] ops --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 35a1387f..aaf29e1f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -69,4 +69,4 @@ /examples/subscription-results/ @getsentry/owners-snuba @getsentry/workflow # Search and storage and infra is the default owner -* @getsentry/owners-snuba @getsentry/team-ops +* @getsentry/owners-snuba @getsentry/ops