Skip to content

Commit fbf293a

Browse files
josephperrottandrewseguin
authored andcommitted
fix: correct DevInfra alias (#16846)
1 parent 2d976a9 commit fbf293a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@
229229
/src/universal-app/** @jelbourn
230230

231231
# Tooling
232-
/.circleci/** @dev-infra-components
233-
/scripts/** @dev-infra-components
234-
/test/** @dev-infra-components
235-
/tools/** @dev-infra-components
232+
/.circleci/** @angular/dev-infra-components
233+
/scripts/** @angular/dev-infra-components
234+
/test/** @angular/dev-infra-components
235+
/tools/** @angular/dev-infra-components
236236

237237
# Public API golden files
238238
/tools/public_api_guard/cdk/a11y.d.ts @jelbourn @devversion
@@ -290,7 +290,7 @@
290290
/tools/public_api_guard/material/material.d.ts @jelbourn
291291

292292
# Misc
293-
/* @dev-infra-components @jelbourn
294-
/.github/** @dev-infra-components @jelbourn
295-
/.vscode/** @dev-infra-components @mmalerba
293+
/* @angular/dev-infra-components @jelbourn
294+
/.github/** @angular/dev-infra-components @jelbourn
295+
/.vscode/** @angular/dev-infra-components @mmalerba
296296
/src/* @jelbourn

0 commit comments

Comments
 (0)