From 744733966d6099a90a3cb43bffaae4505954342b Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 17:52:56 +0200 Subject: [PATCH 1/5] 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..3f44d9b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sli-do/data-engineering \ No newline at end of file From b6264c72e9d5d719b1506829e2a7fbb5777e238b Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 18:00:22 +0200 Subject: [PATCH 2/5] fix: Add missing newline at end of CODEOWNERS file --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f44d9b..182cec4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @sli-do/data-engineering \ No newline at end of file +* @sli-do/data-engineering From b1d5de9148e0e46eb2dd99aa49ec26338f64c2ff Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 18:00:45 +0200 Subject: [PATCH 3/5] fix: Properly format CODEOWNERS file with newline and comment --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 182cec4..f3fa545 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @sli-do/data-engineering +# Global owner for all files in this repository +* @sli-do/data-engineering \ No newline at end of file From 59276c98c2c06bd74ac2078cb653381df917ab11 Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Wed, 24 Sep 2025 18:03:19 +0200 Subject: [PATCH 4/5] fix: Use correct team @slidoapp/devops instead of @sli-do/data-engineering --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3fa545..74727ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global owner for all files in this repository -* @sli-do/data-engineering \ No newline at end of file +* @slidoapp/devops \ No newline at end of file From 053d398f6b976a3d1f41c4514c848b474f635cdf Mon Sep 17 00:00:00 2001 From: Andrej Baran Date: Thu, 25 Sep 2025 12:53:11 +0200 Subject: [PATCH 5/5] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 74727ac..4a7c68f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global owner for all files in this repository -* @slidoapp/devops \ No newline at end of file +* @slidoapp/data-builders @slidoapp/data-engineering