Skip to content

Commit

Permalink
chore: remove qa as owners of unit test files
Browse files Browse the repository at this point in the history
  • Loading branch information
edleeks87 committed Aug 30, 2023
1 parent c9746eb commit bf7b4b4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit bf7b4b4

Please sign in to comment.