From 434a209cb905fceef6ebe4d90471b58c10dc0bca Mon Sep 17 00:00:00 2001 From: Naveed Date: Mon, 20 May 2024 14:31:51 +0200 Subject: [PATCH 1/3] code owners functionality --- .github/CODEOWNERS | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 885cb62..7be232d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,4 @@ -# This CODEOWNERS file follows the format of Github's CODEOWNERS -# Documentation for reference, https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners - -# This is a comment. -# Each line is a file pattern followed by one or more owners. - -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @global-owner1 and @global-owner2 will be requested for -# review when someone opens a pull request. +# Github's CODEOWNERS Functionality * @testUser3067 From 1a645dd88ea07e2abd75c02955968c60ab1d8bfa Mon Sep 17 00:00:00 2001 From: Naveed Date: Mon, 20 May 2024 14:32:48 +0200 Subject: [PATCH 2/3] codeowners added --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7be232d..6beea34 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ * @testUser3067 -/.github/ @testUser3067 @naveedkhan8067 +/.github/ @testUser3067 /components/ @testUser3067 From ccb404aac61795fbb9516226b914a78d36a1407a Mon Sep 17 00:00:00 2001 From: Naveed Date: Mon, 20 May 2024 14:33:14 +0200 Subject: [PATCH 3/3] extra lines removed --- .github/CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6beea34..64040b8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,4 @@ * @testUser3067 /.github/ @testUser3067 -/components/ @testUser3067 - - - +/components/ @testUser3067