From 82e6e4f90d3e176a61e6f038a801c48711b7a168 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Tue, 1 Jul 2025 14:13:09 +0200 Subject: [PATCH 1/2] meta(gh): Set codeowners --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..02e4938d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Default code owners +* @getsentry/team-foundational-storage + +# Legal +/LICENSE.md @getsentry/owners-legal @getsentry/team-foundational-storage From e34fcbb8af657d7707396322890b199ffe915023 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Tue, 1 Jul 2025 14:18:53 +0200 Subject: [PATCH 2/2] ref: Fix teams --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02e4938d..d5e03844 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Default code owners -* @getsentry/team-foundational-storage +* @getsentry/foundational-storage # Legal -/LICENSE.md @getsentry/owners-legal @getsentry/team-foundational-storage +/LICENSE.md @getsentry/foundational-storage @getsentry/owners-legal