From 88f045410f66391fd94808dd0ca4eb8cfb807876 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Wed, 15 May 2024 10:40:53 +0200 Subject: [PATCH 1/2] Update MAINTAINERS.MD --- MAINTAINERS.MD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS.MD b/MAINTAINERS.MD index 6d3d1f2..266ec8f 100644 --- a/MAINTAINERS.MD +++ b/MAINTAINERS.MD @@ -1,9 +1,9 @@ -| Org | Name | -| -----------------------|-----------------| -| China Unicom | Fan Yang | -| China Unicom | Jing Hao | -| China Telecom | Dan Xu | -| China Mobile | Hanbai Wang | -| Huawei | Kai Zhang | -| Huawei | Shuting Qing | -| Ericsson | Thorsten Lohmar | +| Org | Name | GitHub Username | +| --------------|-----------------|------------------------| +| China Unicom | Fan Yang | chinaunicomyangfan | +| China Unicom | Jing Hao | haoj24 | +| China Telecom | Dan Xu | DanXu-ChinaTelecom | +| China Mobile | Hanbai Wang | HanbaiWang | +| Huawei | Kai Zhang | Kai-hw | +| Huawei | Shuting Qing | ShutingQing | +| Ericsson | Thorsten Lohmar | tlohmar | From c614c7cb6b6759fd543eedea1777f77bf67d29c4 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Wed, 15 May 2024 10:48:37 +0200 Subject: [PATCH 2/2] Update CODEOWNERS --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 0f8e886..6b00fb4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,3 +6,7 @@ # These are the default owners for the whole content of this repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file. * @chinaunicomyangfan @DanXu-ChinaTelecom @Kai-hw + +# Owners of the CODEOWNER and Maintainer.md files are the admins of CAMARA (to allow them to keep the teams within the CAMARA organization in sync in case of changes) +/CODEOWNERS @camaraproject/admins +/MAINTAINERS.MD @camaraproject/admins