From 551c0072c0902369797b11589372e34e6e99360b Mon Sep 17 00:00:00 2001 From: tommystendahl Date: Thu, 16 Nov 2023 10:21:20 +0100 Subject: [PATCH] Add codeowners to this repo (#255) * Add codeowners to this repo * Exlude CODEOWNER file from licence check --- CODEOWNERS | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..f375561c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @Ericsson/c2t-codeowner diff --git a/pom.xml b/pom.xml index 45335be4..50ace10f 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,7 @@ limitations under the License. true true + CODEOWNERS LICENSE NOTICE .github/**