From 44e3351a9d0cd56e48c4ef245c6324407419249c Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Wed, 24 Nov 2021 01:53:44 +0200 Subject: [PATCH 1/2] Add core team as codeowners --- CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c398619c..bdcfa78f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,7 +16,10 @@ # eyou can use them for mentioning unlike an email. # - The latest matching rule, if multiple, takes precedence. +# All of the core team members are global code owners. +* @Robbepop @cmichi @ascjones @HCastano + # CI -/.github/ @paritytech/ci @cmichi -/.gitlab-ci.yml @paritytech/ci @cmichi -/scripts/ @paritytech/ci @cmichi +/.github/ @paritytech/ci @Robbepop @cmichi @ascjones @HCastano +/.gitlab-ci.yml @paritytech/ci @Robbepop @cmichi @ascjones @HCastano +/scripts/ @paritytech/ci @Robbepop @cmichi @ascjones @HCastano -- GitLab From ced912bcf7a41c3150784b62091a6aa37745361c Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Wed, 24 Nov 2021 02:14:24 +0200 Subject: [PATCH 2/2] Fix typo --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index bdcfa78f..a807878b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -13,7 +13,7 @@ # - Multiple owners are supported. # - Either handle (e.g, @github_user or @github/team) or email can be used. Keep in mind, # that handles might work better because they are more recognizable on GitHub, -# eyou can use them for mentioning unlike an email. +# you can use them for mentioning unlike an email. # - The latest matching rule, if multiple, takes precedence. # All of the core team members are global code owners. -- GitLab