From dcbf45101f4c0dc3541cd4c19186daa3766a6ce7 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Wed, 11 Oct 2023 13:33:47 -0400 Subject: [PATCH] chore: update codeowners (#28332) Issue number: N/A "Owning" a test didn't really work out like I expected/hoped. A lot of changes to the test files were minor, so I ended up just getting assigned to more-or-less random PRs. It wasn't really hurting anything, but I might as well just let the bot assign me. --------- ## Does this introduce a breaking change? - [ ] Yes - [x] No --- .github/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f45c1c078..01912c4da1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -81,10 +81,3 @@ /core/src/css/ @brandyscarney /core/src/themes/ @brandyscarney - -# Tests - -**/datetime.e2e.ts @mapsandapps -**/datetime-button.e2e.ts @mapsandapps -**/icon.e2e.ts @mapsandapps -**/loading.e2e.ts @mapsandapps