From d608a4f5e51cca04ed52214648e7c7af8462d7bd Mon Sep 17 00:00:00 2001 From: Bhosale Date: Wed, 22 Jun 2022 13:33:12 -0500 Subject: [PATCH 1/3] feat: codeowner setup --- docs/CODEOWNERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/CODEOWNERS diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS new file mode 100644 index 000000000..483cd07cb --- /dev/null +++ b/docs/CODEOWNERS @@ -0,0 +1,18 @@ +# 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. +* @armantekinalp + +# Order is important; the last matching pattern takes the most +# 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. +/assets/ @armantekinalp @skim0119 +/docs/ @skim0119 @armantekinalp @bhosale2 +/elastica/ @armantekinalp @skim0119 @bhosale2 +/examples/ @armantekinalp @skim0119 @bhosale2 +/tests/ @armantekinalp @skim0119 @bhosale2 \ No newline at end of file From e3cada63437d6383dc0ea503448f5e4e9534e599 Mon Sep 17 00:00:00 2001 From: Bhosale Date: Wed, 22 Jun 2022 13:35:25 -0500 Subject: [PATCH 2/3] fmt: add newline end of file --- docs/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 483cd07cb..87719049a 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -15,4 +15,4 @@ /docs/ @skim0119 @armantekinalp @bhosale2 /elastica/ @armantekinalp @skim0119 @bhosale2 /examples/ @armantekinalp @skim0119 @bhosale2 -/tests/ @armantekinalp @skim0119 @bhosale2 \ No newline at end of file +/tests/ @armantekinalp @skim0119 @bhosale2 From 1edde13696371381e566f6663c697a51f0fffa98 Mon Sep 17 00:00:00 2001 From: Seung Hyun Kim Date: Thu, 23 Jun 2022 04:02:27 -0500 Subject: [PATCH 3/3] Update CODEOWNERS --- docs/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 87719049a..fb571d507 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -11,8 +11,8 @@ # 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. -/assets/ @armantekinalp @skim0119 +/assets/ @armantekinalp /docs/ @skim0119 @armantekinalp @bhosale2 /elastica/ @armantekinalp @skim0119 @bhosale2 -/examples/ @armantekinalp @skim0119 @bhosale2 -/tests/ @armantekinalp @skim0119 @bhosale2 +/examples/ @armantekinalp @bhosale2 +/tests/ @armantekinalp @bhosale2