From a639ae9cd5c449cba7bc5586b5b0d9c0978355ef Mon Sep 17 00:00:00 2001 From: Anmol-Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:04:22 +0530 Subject: [PATCH 1/2] chore: update codeowners based on teams and files --- .github/CODEOWNERS | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5e6d66d9..a6e47e15 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,26 @@ -# pattern: +# Codeowners file for WebXDAO.github.io repository -# file/directory user +# This file defines the code owners for the WebXDAO repository. Code owners are responsible for reviewing and approving any changes to the code in their respective areas. # Default reviewers/codeowners for all code changes -* @WebXDAO/webx-core @WebXDAO/webx-guild-developer +* @WebXDAO/webx-core -# Reviewer by organization Team +# Files +*.md @Panquesito7 +Readme.md @mkubdev @vinzvinci +.gitignore @mkubdev @vinzvinci @darkterminal +LICENSE @mkubdev @vinzvinci +.github/workflows/ @Panquesito7 @WebXDAO/webx-core +src/components/ @darkterminal @WebXDAO/webx-core +src/lib/ @CBID2 @WebXDAO/webx-core @darkterminal -# Reviewer by specific folders +## Directories +.github/ @WebXDAO/webx-core @Panquesito7 @darkterminal +package.json @Panquesito7 @darkterminal @WebXDAO/webx-core +public/ @Panquesito7 @WebXDAO/webx-core +src/ @WebXDAO/webx-core @Panquesito7 @darkterminal @WebXDAO/webx-guild-developers -# Reviewer by specific files -*.md @Panquesito7 +## Special cases +# Any changes to the CODEOWNERS file must be approved by @WebXDAO/webx-core @darkterminal. +# Any changes to the .gitattributes file must be approved by @mkubdev @vinzvinci @darkterminal. +# Any changes to the .gitignore file must be approved by @mkubdev @vinzvinci @darkterminal. From 01fa22f1213888fb842cf1de5a1549f92b9c7a25 Mon Sep 17 00:00:00 2001 From: Anmol-Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:14:13 +0530 Subject: [PATCH 2/2] chore: update type for guild developer teams --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a6e47e15..34be8ed1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,13 +12,13 @@ Readme.md @mkubdev @vinzvinci LICENSE @mkubdev @vinzvinci .github/workflows/ @Panquesito7 @WebXDAO/webx-core src/components/ @darkterminal @WebXDAO/webx-core -src/lib/ @CBID2 @WebXDAO/webx-core @darkterminal +src/lib/ @WebXDAO/webx-core @darkterminal ## Directories .github/ @WebXDAO/webx-core @Panquesito7 @darkterminal package.json @Panquesito7 @darkterminal @WebXDAO/webx-core public/ @Panquesito7 @WebXDAO/webx-core -src/ @WebXDAO/webx-core @Panquesito7 @darkterminal @WebXDAO/webx-guild-developers +src/ @WebXDAO/webx-core @Panquesito7 @darkterminal @WebXDAO/webx-guild-developer ## Special cases # Any changes to the CODEOWNERS file must be approved by @WebXDAO/webx-core @darkterminal.