From 6eea240b79260f002c4422d6080778a8166eeff2 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Mon, 20 Feb 2023 13:42:33 -0600 Subject: [PATCH] reduce to a single github notification when possible (#9958) --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7caaf36fb8..ea8c6cbb6b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -14,11 +14,11 @@ go.mod @fleetdm/go /infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn /charts/ @zwinnerman-fleetdm @edwardsb @rfairburn -# GitHub settings + actions + issue templates -/.github/ @zwass @mikermcneil +# GitHub issue templates +/.github/ISSUE_TEMPLATE @mikermcneil # Codeowners file -/CODEOWNERS @zwass @mikermcneil +/CODEOWNERS @mikermcneil # Changelog /CHANGELOG.md @noahtalerman @@ -48,7 +48,7 @@ go.mod @fleetdm/go # - CEO is DRI for pricing # - Mo is DRI for features table # - Eric is DRI for website frontend code -/website/views/pages/pricing.ejs @zhumo @jarodreyes @alexmitchelliii @eashaw @mikermcneil +/website/views/pages/pricing.ejs @mikermcneil # Website redirects and URLs /website/config/routes.js @eashaw @jarodreyes