From 77a74b31048fa0cf1908da3d2bf8a684b19b6b6c Mon Sep 17 00:00:00 2001 From: Taylor Robie Date: Thu, 20 Jun 2024 20:18:50 +0000 Subject: [PATCH] remove myself from CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 11c973b123..b75ae0a931 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # These owners will be the default owners for everything in the repo. Unless a later match takes precedence, # @global-owner1, @global-owner2, and @global-owner3 will be requested for review when someone opens a pull request. -* @mruberry @lantiga @robieta @t-vi @carmocca +* @mruberry @lantiga @t-vi @carmocca # CI/CD and configs /.azure/ @borda @lantiga @t-vi @carmocca