From 35bc41715c931c8597d25cc0d4d839b537f56b6e Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 11 Oct 2024 22:25:42 -0500 Subject: [PATCH] Add website/.sailsrc codeowner (#22889) --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index b67baa12ccda..15b5f51323ce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -109,6 +109,12 @@ go.mod @fleetdm/go ############################################################################################## #/.github/ISSUE_TEMPLATE @mikermcneil @sampfluger88 @lukeheath # Covered in custom.js See https://github.com/fleetdm/fleet/pull/18668 + +############################################################################################## +# 🌐 Fleet website +############################################################################################## +/website/.sailsrc @eashaw # Note: eashaw will not approve any PR that changes this file. This codeowner exists to make sure no changes are committed to the repo. + ############################################################################################## # 🌐 GitHub workflows ##############################################################################################