Skip to content

Commit 647737d

Browse files
authored
build: avoid use of github team for dev-infra codeowner (#25337)
We should just use the explicit names since there aren't a lot of instances, and this is not changing very often. The change back then did not bring a lot of benefits but rather made reviews more annoying since unrelevant PRs had to be unassigned twice to disappear in the `Requested reviews` view. This is because I'm sometimes requested explicitly through other ownerships, but then also through the dev-infra group.
1 parent e383efd commit 647737d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@
285285
/integration/** @andrewseguin @devversion
286286

287287
# Tooling
288-
/.circleci/** @angular/dev-infra-components
289-
/.yarn/** @angular/dev-infra-components
290-
/scripts/** @angular/dev-infra-components
291-
/test/** @angular/dev-infra-components
292-
/tools/** @angular/dev-infra-components
288+
/.circleci/** @devversion @josephperrott
289+
/.yarn/** @devversion @josephperrott
290+
/scripts/** @devversion @josephperrott
291+
/test/** @devversion @josephperrott
292+
/tools/** @devversion @josephperrott
293293

294294
# Public API golden files
295295
/tools/public_api_guard/cdk/a11y** @jelbourn @devversion
@@ -353,13 +353,13 @@
353353
/tools/public_api_guard/youtube-player/** @andrewseguin
354354

355355
# Misc
356-
/.github/** @angular/dev-infra-components
357-
/.husky/** @angular/dev-infra-components
358-
/.github/CODEOWNERS @angular/dev-infra-components @andrewseguin @jelbourn
356+
/.github/** @devversion @josephperrott
357+
/.husky/** @devversion @josephperrott
358+
/.github/CODEOWNERS @devversion @josephperrott @andrewseguin @jelbourn
359359
/.github/ISSUE_TEMPLATE/** @andrewseguin @jelbourn
360-
/.vscode/** @angular/dev-infra-components @mmalerba
361-
/.ng-dev/** @angular/dev-infra-components
360+
/.vscode/** @devversion @josephperrott @mmalerba
361+
/.ng-dev/** @devversion @josephperrott
362362
/goldens/size-test.yml @andrewseguin @mmalerba @crisbeto
363-
/goldens/** @angular/dev-infra-components
364-
/src/* @angular/dev-infra-components
365-
/* @angular/dev-infra-components
363+
/goldens/** @andrewseguin @mmalerba @crisbeto
364+
/src/* @devversion @josephperrott
365+
/* @devversion @josephperrott

0 commit comments

Comments
 (0)