From 6ed56ca8c943d5ebbf8da0594e6eb3ef2edc30cd Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sun, 13 Aug 2023 19:59:57 -0700 Subject: [PATCH] Automation: Fix maintainers automation for new handbook pages (#13301) --- website/config/custom.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index ec7ab585d2..4a3c85a72e 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -226,9 +226,10 @@ module.exports.custom = { 'website/config/custom.js': ['eashaw', 'mikermcneil'],// (« for changing whose changes automatically approve and unfreeze relevant PRs changing given paths) // Handbook - 'handbook/README.md': 'mikermcneil', - 'handbook/company': 'mikermcneil', + 'handbook': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 + //'handbook/README.md': 'mikermcneil', + //'handbook/company': 'mikermcneil', //'handbook/company/ceo.md': ['sampfluger88'], //'handbook/business-operations': ['jostableford'], //'handbook/engineering': ['lukeheath'],