Skip to content

Commit a7ed0a3

Browse files
authored
chore(CODEOWNERS): add Maria to Angular and Vue (#28061)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> Maria isn't part of the codeowners. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Maria has been added to the Angular and Vue folders. ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> N/A
1 parent d1ce8e2 commit a7ed0a3

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
@@ -15,9 +15,9 @@
1515

1616
## Angular
1717

18-
/packages/angular/ @sean-perkins
19-
/packages/angular-server @sean-perkins
20-
/packages/angular/test
18+
/packages/angular/ @sean-perkins @thetaPC
19+
/packages/angular-server @sean-perkins @thetaPC
20+
/packages/angular/test @thetaPC
2121

2222
## React
2323

@@ -28,10 +28,10 @@
2828

2929
## Vue
3030

31-
/packages/vue/ @liamdebeasi
32-
/packages/vue-router/ @liamdebeasi
33-
/packages/vue/test/
34-
/packages/vue-router/__tests__
31+
/packages/vue/ @liamdebeasi @thetaPC
32+
/packages/vue-router/ @liamdebeasi @thetaPC
33+
/packages/vue/test/ @thetaPC
34+
/packages/vue-router/__tests__ @thetaPC
3535

3636
# Components
3737

0 commit comments

Comments
 (0)