diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..2b280e8c --- /dev/null +++ b/.github/CODEOWNERS @@ -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