From fbcf63d5f4dc4ec857baf48efe22abaee0938e72 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 14 Mar 2024 19:02:33 -0500 Subject: [PATCH] Update CODEOWNERS (#17627) This adds Ben back to the codeowners for infra files. This is necessary because both Kathy and I will be out tomorrow, so no one will be able to approve Robert's infra changes. --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e7d747e0d1..637c2010dc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -53,9 +53,9 @@ go.mod @fleetdm/go # (1 or more infra-literate engineers is required to review changes.) # FUTURE: Look for a way to not have this notify every single person in this "github team". ############################################################################################## -/infrastructure/ @rfairburn @ksatter @lukeheath -/charts/ @rfairburn @ksatter @lukeheath -/terraform/ @rfairburn @ksatter @lukeheath +/infrastructure/ @rfairburn @ksatter @lukeheath @edwardsb +/charts/ @rfairburn @ksatter @lukeheath @edwardsb +/terraform/ @rfairburn @ksatter @lukeheath @edwardsb ############################################################################################## # ⚗️ Reference, config surface, built-in queries, API, and other documentation.