From fa501a8e13d7cb583ca23c8ac455be05c9fcc62d Mon Sep 17 00:00:00 2001 From: Nick Tessier <22119573+nick4598@users.noreply.github.com> Date: Tue, 14 May 2024 13:15:53 -0400 Subject: [PATCH] add new transformer codeowners (#182) --- .github/CODEOWNERS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9028a930..694ec7ab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,13 +9,14 @@ # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -# TODO: make an admin group -* @MichaelBelousov @ColinKerr @nick4598 +* @iTwin/itwinjs-core-transformer @iTwin/transformation-service + +.github/CODEOWNERS @nick4598 @ColinKerr # These are at the end to override all previous reviews ## Updates to the package.json or changelog should avoid requesting review by everyone -/**/package.json @MichaelBelousov @ColinKerr @nick4598 -/**/CHANGELOG.json @MichaelBelousov @ColinKerr @nick4598 -/**/CHANGELOG.md @MichaelBelousov @ColinKerr @nick4598 -/**/LICENSE.md @MichaelBelousov @ColinKerr @nick4598 +/**/package.json @iTwin/itwinjs-core-transformer +/**/CHANGELOG.json @iTwin/itwinjs-core-transformer +/**/CHANGELOG.md @iTwin/itwinjs-core-transformer +/**/LICENSE.md @iTwin/itwinjs-core-transformer