From bf7b4b4edd7ddaeba9cbd7c5e41e24fb646d0bf8 Mon Sep 17 00:00:00 2001 From: edleeks87 Date: Wed, 30 Aug 2023 11:23:20 +0100 Subject: [PATCH] chore: remove qa as owners of unit test files --- .github/CODEOWNERS | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 402151c15f..3d971759f8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,15 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -* @Sage/carbon +* @Sage/carbon # The Carbon Dev team are responsible for reviewing Pull Requests # that contain any change modifying JS, JSX, TS or TSX files -*.js @Sage/carbon-dev -*.ts @Sage/carbon-dev +*.js @Sage/carbon-dev +*.ts @Sage/carbon-dev # The Carbon QA team are responsible for reviewing Pull Requests -# that contain any change modifying spec and test.js files -# or anything in the cypress directory -*.spec.* @Sage/carbon-qa +# that contain any changes to files within the cypress and +# playwright directories or any test files relating to them *.cy.* @Sage/carbon-qa *.pw.tsx @Sage/carbon-qa *.test-pw.tsx @Sage/carbon-qa @@ -20,4 +19,4 @@ cypress.config.ts @Sage/carbon-qa playwright-ct.config.ts @Sage/carbon-qa # Codeowners file changes must be approved by a Carbon Admin. -.github/CODEOWNERS @Sage/carbon-admin +.github/CODEOWNERS @Sage/carbon-admin