Skip to content

Commit f859434

Browse files
josephperrottandrewseguin
authored andcommitted
fix: correct DevInfra alias (#16846)
(cherry picked from commit fbf293a)
1 parent 8f4860d commit f859434

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
@@ -221,10 +221,10 @@
221221
/src/universal-app/** @jelbourn
222222

223223
# Tooling
224-
/.circleci/** @dev-infra-components
225-
/scripts/** @dev-infra-components
226-
/test/** @dev-infra-components
227-
/tools/** @dev-infra-components
224+
/.circleci/** @angular/dev-infra-components
225+
/scripts/** @angular/dev-infra-components
226+
/test/** @angular/dev-infra-components
227+
/tools/** @angular/dev-infra-components
228228

229229
# Public API golden files
230230
/tools/public_api_guard/cdk/a11y.d.ts @jelbourn @devversion
@@ -282,7 +282,7 @@
282282
/tools/public_api_guard/material/material.d.ts @jelbourn
283283

284284
# Misc
285-
/* @dev-infra-components @jelbourn
286-
/.github/** @dev-infra-components @jelbourn
287-
/.vscode/** @dev-infra-components @mmalerba
285+
/* @angular/dev-infra-components @jelbourn
286+
/.github/** @angular/dev-infra-components @jelbourn
287+
/.vscode/** @angular/dev-infra-components @mmalerba
288288
/src/* @jelbourn

0 commit comments

Comments
 (0)