From 3bc44fc8b3b465c017d7bed2fb434f5ac5b0f67a Mon Sep 17 00:00:00 2001 From: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:54:57 -0500 Subject: [PATCH] Fix reviewer issue (#23193) --- website/config/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index 51438306de..3947acfc9d 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -267,7 +267,7 @@ module.exports.custom = { 'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 'handbook/company': 'mikermcneil', 'handbook/company/product-groups.md': ['lukeheath', 'sampfluger88','mikermcneil'], - 'handbook/company/open-positions.yml': ['@sampfluger88','mikermcneil'], + // 'handbook/company/open-positions.yml': ['@sampfluger88','mikermcneil'], 'handbook/digital-experience': ['sampfluger88','mikermcneil'], 'handbook/finance': ['sampfluger88','mikermcneil'], 'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'],