Skip to content

Commit

Permalink
chore(codeowners): adding CODEOWNERS (#308)
Browse files Browse the repository at this point in the history
* chore(codeowners): adding CODEOWNERS

* chore(codeowners): fixing path for chat
  • Loading branch information
jeffchew authored Nov 18, 2024
1 parent 9d1bfa6 commit e43e50b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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

# Carbon AI Chat
/packages/web-components/src/components/chat @carbon-design-system/carbon-ai-chat-admins @carbon-design-system/developers-system-reviewers

# 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 e43e50b

Please sign in to comment.