From 6c6d350ee65a9599e781a69955e3bae272aabd8e Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 20 Feb 2024 11:22:38 +0100 Subject: [PATCH] chore(maintenance): add core team to code owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5404681454..c08ccc7a94 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @aws-powertools/lambda-typescript-core \ No newline at end of file +* @aws-powertools/lambda-typescript-core @aws-powertools/core \ No newline at end of file