From 8322fc9a386258e6dfd1e29157a37d1b6ef65ace Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 28 Jul 2023 23:11:44 -0500 Subject: [PATCH] Fix DRI mapping to handle renamed page (#13046) Fixes a bug in automatic review requests (discovered when doing https://github.com/fleetdm/fleet/pull/13045) --- website/config/custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index 0487fa7050..978c50e896 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -149,8 +149,8 @@ module.exports.custom = { 'website/config/custom.js': 'mikermcneil', // 🦿 Handbook - 'handbook/company/ceo-handbook.md': 'sampfluger88', - 'handbook/business-operations': 'mikermcneil',// TODO: Transfer to joanne once the philosophical stuff is deduplicated + 'handbook/company/ceo.md': 'sampfluger88', + 'handbook/business-operations': 'mikermcneil',// TODO: Transfer to joanne once the philosophical stuff is moved into the new "Communication" page (similar to GitLab's) 'handbook/engineering': 'lukeheath', 'handbook/product': 'zhumo', 'handbook/customers': 'alexmitchelliii', @@ -226,7 +226,7 @@ module.exports.custom = { // Handbook 'handbook': ['mike-j-thomas', 'eashaw', 'mikermcneil', 'zwass'],// (default for handbook) 'handbook/company': 'mikermcneil', - 'handbook/company/ceo-handbook.md': ['sampfluger88', 'mikermcneil'], + 'handbook/company/ceo.md': ['sampfluger88', 'mikermcneil'], 'handbook/business-operations': ['jostableford', 'hollidayn', 'mikermcneil'], 'handbook/engineering': ['zwass', 'lukeheath'], 'handbook/product': ['noahtalerman', 'zhumo'],