From 7223853f3957a921473dd15a51e4afa61d5e463f Mon Sep 17 00:00:00 2001 From: Tim Schmelter Date: Thu, 16 Jun 2022 12:50:34 -0700 Subject: [PATCH] chore: Add CODEOWNERS file [skip ci] (#1) Add CODEOWNERS file --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..9dc958f284 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# The amplify-ui team is marked as required reviewers for all pull requests to main. +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +* @aws-amplify/amplify-ui