From 78ba04422622d6d5b26b5e74c9173370ef3b5a43 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Thu, 8 Feb 2024 17:10:08 -0600 Subject: [PATCH] Updating CODEOWNERS --- CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d838795..d8906c6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -13,4 +13,9 @@ # - Historical context: https://github.com/fleetdm/fleet/pull/12786 ############################################################################################## -@noahtalerman +# Default owner +* @noahtalerman + +# GitHub action workflows +/.github/workflows/ @getvictor +/workflow.sh @getvictor