Skip to content

Commit 0137e73

Browse files
authored
chore: remove myself from code owners (#29251)
I'm removing myself from code owners in several places in favor of the auto-assignment. However, I did keep my name on areas of the code that I felt are still higher risk for potential regressions due to the nature of how the code is built/tested.
1 parent 88ecb29 commit 0137e73

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,44 +30,29 @@
3030

3131
## Vue
3232

33-
/packages/vue/ @liamdebeasi @thetaPC
33+
/packages/vue/ @thetaPC
3434
/packages/vue-router/ @liamdebeasi @thetaPC
3535
/packages/vue/test/ @thetaPC
3636
/packages/vue-router/__tests__ @thetaPC
3737

3838
# Components
3939

40-
/core/src/components/accordion/ @liamdebeasi
41-
/core/src/components/accordion-group/ @liamdebeasi
42-
4340
/core/src/components/checkbox/ @amandaejohnston
4441

45-
/core/src/components/datetime/ @liamdebeasi @amandaejohnston @sean-perkins
46-
/core/src/components/datetime-button/ @liamdebeasi
42+
/core/src/components/datetime/ @amandaejohnston @sean-perkins
4743

4844
/core/src/components/menu/ @amandaejohnston
4945
/core/src/components/menu-toggle/ @amandaejohnston
5046

5147
/core/src/components/nav/ @sean-perkins
5248
/core/src/components/nav-link/ @sean-perkins
5349

54-
/core/src/components/picker-internal/ @liamdebeasi
55-
/core/src/components/picker-column-internal/ @liamdebeasi
56-
5750
/core/src/components/radio/ @amandaejohnston
5851
/core/src/components/radio-group/ @amandaejohnston
5952

60-
/core/src/components/refresher/ @liamdebeasi
61-
/core/src/components/refresher-content/ @liamdebeasi
62-
6353
# Utilities
6454

65-
/core/src/utils/animation/ @liamdebeasi
6655
/core/src/utils/content/ @sean-perkins
6756
/core/src/utils/gesture/ @liamdebeasi
6857
/core/src/utils/input-shims/ @liamdebeasi
69-
/core/src/utils/keyboard/ @liamdebeasi
7058
/core/src/utils/logging/ @amandaejohnston
71-
/core/src/utils/sanitization/ @liamdebeasi
72-
/core/src/utils/tap-click/ @liamdebeasi
73-
/core/src/utils/transition/ @liamdebeasi

0 commit comments

Comments
 (0)