From e43e50b489b0b6e5120910c8f72253b908d02511 Mon Sep 17 00:00:00 2001 From: Jeff Chew Date: Mon, 18 Nov 2024 10:05:29 -0500 Subject: [PATCH] chore(codeowners): adding CODEOWNERS (#308) * chore(codeowners): adding CODEOWNERS * chore(codeowners): fixing path for chat --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS 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