From 9d42baaf0ec2e65c2e7c56eb91d072ee7ca2ca61 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 20 Nov 2025 11:13:54 -0800 Subject: [PATCH] DRIs: Update custom.js (#36074) --- website/config/custom.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index 78444b7221..1225b8a66e 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -165,6 +165,7 @@ module.exports.custom = { // 🫧 Pricing and features 'handbook/company/pricing-features-table.yml': 'noahtalerman', + 'handbook/company/product-maturity-assessment': 'allenhouchins', 'handbook/company/testimonials.yml': 'mike-j-thomas', // Dev process @@ -183,7 +184,7 @@ module.exports.custom = { '.gitignore': 'sampfluger88',// « what files should not be checked in? // 🌐 Handbook - //'handbook': 'samfp', Covered in CODEOWNERS (#16972 2024-02-19) + //'handbook': 'sampfluger88', Covered in CODEOWNERS (#16972 2024-02-19) // 🌐 GitHub issue templates @@ -282,10 +283,11 @@ module.exports.custom = { // Handbook 'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 'handbook/company': 'mikermcneil', - 'handbook/company/open-positions.yml': ['sampfluger88', 'mikermcneil'], - 'handbook/company/communications.md': ['sampfluger88', 'mikermcneil'], + 'handbook/company/product-maturity-assessment': ['mikermcneil','noahtalerman','allenhouchins'], + 'handbook/company/open-positions.yml': ['sampfluger88', 'mikermcneil', 'ireedy'], + 'handbook/company/communications.md': ['sampfluger88', 'mikermcneil', 'ireedy'], 'handbook/company/go-to-market-groups.md': ['sampfluger88', 'mikermcneil'], - 'handbook/company/leadership.md': ['sampfluger88', 'mikermcneil'], + 'handbook/company/leadership.md': ['sampfluger88', 'mikermcneil', 'ireedy'], 'handbook/it-and-enablement': ['sampfluger88', 'mikermcneil'], 'handbook/finance': ['sampfluger88', 'mikermcneil'], 'handbook/sales': ['sampfluger88', 'mikermcneil'],