From a193967a2ebd5bca49ce90eb30840649df0845f0 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:17:39 -0700 Subject: [PATCH] add GitHub code owner for auto assigned reviewers --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..6e17bd30776 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Add core contributors to all PRs by default +* @aws/aws-sdk-go-team