From 1db1eff7700724995d53b1fc71c8933a14407a34 Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 17:53:08 +0200 Subject: [PATCH 1/2] chore: Add CODEOWNERS file with proper team ownership --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3e3dcd4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sli-do/team-presentations \ No newline at end of file From f9cbe14c07b07239a0f92a68ffe429034158d568 Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 18:04:49 +0200 Subject: [PATCH 2/2] fix: Use correct @slidoapp/team-presentations team --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e3dcd4..e9c3831 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @sli-do/team-presentations \ No newline at end of file +* @slidoapp/team-presentations \ No newline at end of file