Skip to content

Commit 3fc9d16

Browse files
committed
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 e045e8d commit 3fc9d16

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
@@ -277,11 +277,11 @@
277277
/integration/** @andrewseguin @devversion
278278

279279
# Tooling
280-
/.circleci/** @angular/dev-infra-components
281-
/.yarn/** @angular/dev-infra-components
282-
/scripts/** @angular/dev-infra-components
283-
/test/** @angular/dev-infra-components
284-
/tools/** @angular/dev-infra-components
280+
/.circleci/** @devversion @josephperrott
281+
/.yarn/** @devversion @josephperrott
282+
/scripts/** @devversion @josephperrott
283+
/test/** @devversion @josephperrott
284+
/tools/** @devversion @josephperrott
285285

286286
# Public API golden files
287287
/tools/public_api_guard/cdk/a11y** @jelbourn @devversion
@@ -345,13 +345,13 @@
345345
/tools/public_api_guard/youtube-player/** @andrewseguin
346346

347347
# Misc
348-
/.github/** @angular/dev-infra-components
349-
/.husky/** @angular/dev-infra-components
350-
/.github/CODEOWNERS @angular/dev-infra-components @andrewseguin @jelbourn
348+
/.github/** @devversion @josephperrott
349+
/.husky/** @devversion @josephperrott
350+
/.github/CODEOWNERS @devversion @josephperrott @andrewseguin @jelbourn
351351
/.github/ISSUE_TEMPLATE/** @andrewseguin @jelbourn
352-
/.vscode/** @angular/dev-infra-components @mmalerba
353-
/.ng-dev/** @angular/dev-infra-components
352+
/.vscode/** @devversion @josephperrott @mmalerba
353+
/.ng-dev/** @devversion @josephperrott
354354
/goldens/size-test.yml @andrewseguin @mmalerba @crisbeto
355-
/goldens/** @angular/dev-infra-components
356-
/src/* @angular/dev-infra-components
357-
/* @angular/dev-infra-components
355+
/goldens/** @devversion @josephperrott
356+
/src/* @devversion @josephperrott
357+
/* @devversion @josephperrott

0 commit comments

Comments
 (0)