Skip to content

Commit

Permalink
chore: update CODEOWNERS (#16359)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed May 10, 2024
1 parent 37eae9c commit 8ce1d0e
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# Default global
* @carbon-design-system/developers-system
# 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 @conradennis @dudley-ibm @carbon-design-system/developers-system
/packages/pictograms/src/svg/ @laurenmrice @conradennis @dudley-ibm @carbon-design-system/developers-system
/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

# Angular icons
/packages/icons-angular/ @cal-smith @carbon-design-system/developers-system
# 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

# Brand
/packages/colors/artifacts/ @lisalind-ibm

# Release team should be notified of Public API changes in the system
**/PublicAPI-test.js @carbon-design-system/release @carbon-design-system/developers-system
**/PublicAPI-test.js.snap @carbon-design-system/release @carbon-design-system/developers-system
# 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

0 comments on commit 8ce1d0e

Please sign in to comment.