Skip to content

Commit 4d710e4

Browse files
devversionmmalerba
authored andcommitted
build: fix syntax error within codeowners file (#15014)
Since 88601fa landed, it seems that the Github codeowner's are no longer working. This is because globs with such negations are not supported within the `CODEOWNERS` file The exclusion of `.d.ts` files shouldn't be necessary anyway since the last match in the `CODEOWNERS` file takes precedence over previous matches.
1 parent 0f9926a commit 4d710e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
/.circleci/** @jelbourn
198198
/scripts/** @devversion @jelbourn
199199
/test/** @devversion @jelbourn
200-
/tools/**/!(*.d.ts) @devversion @jelbourn
200+
/tools/** @devversion @jelbourn
201201

202202
# Public API golden files
203203
/tools/public_api_guard/cdk/a11y.d.ts @jelbourn @devversion

0 commit comments

Comments
 (0)