-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37eae9c
commit 8ce1d0e
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |