From 86dbe585ffc661031255a19a9ae45c663c134132 Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 12 Oct 2022 12:43:14 -0400 Subject: [PATCH 1/2] add smithy team codeowner --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aaaaa10ae18..e46be314c6b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,12 +2,12 @@ * @awslabs/aws-sdk-js-team # These libraries are only intended for use with the SSDK. -smithy-typescript-ssdk-libs/* @adamthom-amzn @gosar @JordonPhillips +smithy-typescript-ssdk-libs/* @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy # These integs tests are mostly for the SSDK integrations -smithy-typescript-integ-tests/* @adamthom-amzn @gosar @JordonPhillips +smithy-typescript-integ-tests/* @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy # These are all specific to SSDK functionality. -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerCommandGenerator.java @adamthom-amzn @gosar @JordonPhillips -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerGenerator.java @adamthom-amzn @gosar @JordonPhillips -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerSymbolVisitor.java @adamthom-amzn @gosar @JordonPhillips +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerCommandGenerator.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerGenerator.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerSymbolVisitor.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy From f2300405a247707681bb4210fc220f48684d9969 Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 12 Oct 2022 12:52:15 -0400 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e46be314c6b..4e3a522475b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,12 +2,12 @@ * @awslabs/aws-sdk-js-team # These libraries are only intended for use with the SSDK. -smithy-typescript-ssdk-libs/* @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy +smithy-typescript-ssdk-libs/* @awslabs/smithy # These integs tests are mostly for the SSDK integrations -smithy-typescript-integ-tests/* @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy +smithy-typescript-integ-tests/* @awslabs/smithy # These are all specific to SSDK functionality. -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerCommandGenerator.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerGenerator.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy -smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerSymbolVisitor.java @adamthom-amzn @gosar @JordonPhillips @awslabs/smithy +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerCommandGenerator.java @awslabs/smithy +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerGenerator.java @awslabs/smithy +smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServerSymbolVisitor.java @awslabs/smithy