From 481df3c7790052c2779f74d61882c9da1b6bfce2 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:48:01 +0800 Subject: [PATCH] Update CODEOWNERS Signed-off-by: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com> --- docs/CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 6c10594..7a3446f 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -2,16 +2,16 @@ # Each line is a file pattern followed by one or more owners. # README files -README.md @OpenIMSDK/teams/openim @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @AllianceTing @charles-chenzz @Cathay-Chen @plutoyty +README.md @OpenIMSDK/openim @cubxxw @kubbot @AllianceTing @IRONICBo @MC-kanon @AllianceTing @charles-chenzz @Cathay-Chen @plutoyty # Contributing guidelines -CONTRIBUTING.md @OpenIMSDK/teams-openim @openimsdk/openim @kubbot @cubxxw @IRONICBo @AllianceTing @plutoyty @fodedoumbouya +CONTRIBUTING.md @OpenIMSDK/openim @openimsdk/openim @kubbot @cubxxw @IRONICBo @AllianceTing @plutoyty @fodedoumbouya # License files -LICENSE @OpenIMSDK/team-openim @kubbot @cubxxw @IRONICBo @fodedoumbouya +LICENSE @OpenIMSDK/openim @kubbot @cubxxw @IRONICBo @fodedoumbouya # Makefile -Makefile @OpenIMSDK/openim @kubbot @cubxxw @IRONICBo @Cathay-Chen +Makefile @OpenIMSDK/openim @kubbot @cubxxw @IRONICBo @Cathay-Chen # Assets directory assets/* @AllianceTing @IRONICBo @cubxxw @MC-kanon @@ -20,10 +20,10 @@ assets/* @AllianceTing @IRONICBo @cubxxw @MC-kanon deploy/* @IRONICBo @cubxxw @kubbot @MC-kanon @charles-chenzz # Server directory -server/* @openimsdk/openim @AllianceTing @cubxxw @IRONICBo @liumingsongning @Cathay-Chen @charles-chenzz @hanzhixiao @plutoyty +server/* @OpenIMSDK/openim @AllianceTing @cubxxw @IRONICBo @liumingsongning @Cathay-Chen @charles-chenzz @hanzhixiao @plutoyty # Web directory -web/* @openimsdk/openim @AllianceTing @MC-kanon @IRONICBo @liumingsongning @plutoyty +web/* @OpenIMSDK/openim @AllianceTing @MC-kanon @IRONICBo @liumingsongning @plutoyty # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, @@ -35,12 +35,12 @@ web/* @openimsdk/openim @AllianceTing @MC-kanon @IRONICBo @liumingsongning @pl # precedence. When someone opens a pull request that only # modifies JS files, only @js-owner and not the global # owner(s) will be requested for a review. -*.js @openimsdk/openim @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing @liumingsongning +*.js @OpenIMSDK/openim @cubxxw @kubbot @IRONICBo @MC-kanon @AllianceTing @liumingsongning # You can also use email addresses if you prefer. They'll be # used to look up users just like we do for commit author # emails. -*.go @openimsdk/openim 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty @fodedoumbouya @a67793581 +*.go @OpenIMSDK/openim 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @hanzhixiao @liumingsongning @Cathay-Chen @charles-chenzz @plutoyty @fodedoumbouya @a67793581 *.py 3293172751nss@gmail.com @IRONICBo @AllianceTing @eurecalulu @liumingsongning @plutoyty # Teams can be specified as code owners as well. Teams should