From d39244ede3dbf6bf12cd470268c793fe7c6c18f8 Mon Sep 17 00:00:00 2001 From: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:35:35 +0200 Subject: [PATCH 1/2] Create CODEOWNERS --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..d5cba747ad36 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Any change inside the `/code` and `/scripts` directories will require approval from @storybookjs/core team. + +/code/ @storybookjs/core +/scripts/ @storybookjs/core From ad84058da06e59417ddbe5c6ca5158e44f6bc638 Mon Sep 17 00:00:00 2001 From: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> Date: Fri, 2 Jun 2023 13:09:17 +0200 Subject: [PATCH 2/2] Update .github/CODEOWNERS Co-authored-by: Jeppe Reinhold --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d5cba747ad36..6ba97bf38f0f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,8 @@ # Any change inside the `/code` and `/scripts` directories will require approval from @storybookjs/core team. +/.github/ @storybookjs/core +/.circleci/ @storybookjs/core +/.yarn/ @storybookjs/core /code/ @storybookjs/core /scripts/ @storybookjs/core +/package.json @storybookjs/core