From eda2097feac9ffd2eba6305bab8705e10c3d9a0a Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 25 Jul 2022 13:34:34 -0700 Subject: [PATCH] Set Kirby and Will as codeowners for EAS Update CLI Why --- They have been working on EAS CLI for EAS Update the most. Set them as codeowners. --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 05e8f2e9e9..51be4eb142 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,6 +6,9 @@ packages/eas-cli/src/commands/build @dsokal @wkozyra95 packages/eas-cli/src/submit @barthap @dsokal packages/eas-cli/src/commands/submit.ts @barthap @dsokal +packages/eas-cli/src/update @kgc00 @wschurman +packages/eas-cli/src/commands/update @kgc00 @wschurman + packages/eas-cli/schema @bycedric packages/eas-cli/src/metadata @bycedric packages/eas-cli/src/commands/metadata @bycedric