From ef1d02f71ccd9bd010eee6b5cc376d4f8ff44db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 15 Nov 2021 20:05:54 +0100 Subject: [PATCH] Fix CODEOWNERS for codespaces The expression `dir/*` only matches files directly under `dir/`. --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0f505885f..4b9029313 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ * @cli/code-reviewers -pkg/cmd/codespace/* @cli/codespaces -pkg/liveshare/* @cli/codespaces -internal/codespaces/* @cli/codespaces +pkg/cmd/codespace/ @cli/codespaces +pkg/liveshare/ @cli/codespaces +internal/codespaces/ @cli/codespaces