Skip to content

Commit ef1d02f

Browse files
authored
Fix CODEOWNERS for codespaces
The expression `dir/*` only matches files directly under `dir/`.
1 parent dae77fd commit ef1d02f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* @cli/code-reviewers
22

3-
pkg/cmd/codespace/* @cli/codespaces
4-
pkg/liveshare/* @cli/codespaces
5-
internal/codespaces/* @cli/codespaces
3+
pkg/cmd/codespace/ @cli/codespaces
4+
pkg/liveshare/ @cli/codespaces
5+
internal/codespaces/ @cli/codespaces

0 commit comments

Comments
 (0)