From 76259b7d99f0f00c77ecf3d09857c666e53af614 Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 9 Sep 2025 13:03:05 +0200 Subject: [PATCH 1/3] chore: Configures the CODEOWNERS file to use teams --- CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 420b82b..24c27d9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,3 @@ -# These owners will be the default owners for everything in the repo. -# Unless a later match takes precedence, the listed user will be -# requested for review when someone opens a pull request. -* @sjuergen @ReinerSchinkoethe @theBadT @BeckerStS \ No newline at end of file +# See CODEOWNERS documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +@simatic-ax/toa-teamofaxion From ef218c81c3cdc09a923b5c3c35a04275ed1697e2 Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 9 Sep 2025 13:59:45 +0200 Subject: [PATCH 2/3] fix: Add path pattern to CODEOWNERS entry --- CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 24c27d9..aeddd2c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,5 @@ # See CODEOWNERS documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -@simatic-ax/toa-teamofaxion +* @simatic-ax/toa-teamofaxion +# See CODEOWNERS documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + From c9ca6fd16d1c3df4719b44bdd5671dd3a87acfcf Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 9 Sep 2025 14:05:03 +0200 Subject: [PATCH 3/3] fix: Overwrite CODEOWNERS file with standard team entry --- CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index aeddd2c..99ee803 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,3 @@ # See CODEOWNERS documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners * @simatic-ax/toa-teamofaxion -# See CODEOWNERS documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -