From 3ead7041c07b3d2c5078d61f95e308fb572b1959 Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 8 Apr 2022 15:42:51 -0400 Subject: [PATCH] do not autoping quinn in typescript PRs --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7553b12a..99f465dc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,9 +15,8 @@ *.res @Hazelfire @OAGr @quinn-dougherty # Any typescript code -*.tsx @Hazelfire @OAGr @quinn-dougherty +*.tsx @Hazelfire @OAGr # Any opsy files -*.json @quinn-dougherty -*.yaml @quinn-dougherty -*.yml @quinn-dougherty +*.json @quinn-dougherty @Hazelfire +*.y*ml @quinn-dougherty