Skip to content

Commit

Permalink
chore: update CODEOWNERS (#16335)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored May 6, 2024
1 parent 401633a commit 2ec0f20
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
27 changes: 27 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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, this team will
# be requested for review when someone opens a pull request.
* @carbon-design-system/developers-system-reviewers


# Core icons and pictograms
/packages/icons/src/svg/ @laurenmrice @carbon-design-system/brand-icons @carbon-design-system/developers-system-reviewers
/packages/pictograms/src/svg/ @laurenmrice @carbon-design-system/brand-pictograms @carbon-design-system/developers-system-reviewers

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that modifies
# public api snapshot files, only this team and not the global
# owner(s) will be requested for a review.
# The release team should be notified of Public API changes in
# the system
**/PublicAPI-test.js @carbon-design-system/release
**/PublicAPI-test.js.snap @carbon-design-system/release


# Admins should be notified of changes to CI/CD workflows
# codeowners, and any other config present in .github.
# This should always be the last entry in this file.
/.github/ @carbon-design-system/developers-system-admins
/.github/CODEOWNERS @carbon-design-system/developers-system-admins
19 changes: 0 additions & 19 deletions CODEOWNERS

This file was deleted.

0 comments on commit 2ec0f20

Please sign in to comment.