From 20fcb8aa0fc6e5153d1eb2c0ad613d9899cede6b Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Mon, 14 Aug 2023 21:11:08 -0700 Subject: [PATCH] Automation: Try removing trailing slash on handbook/ (#13326) Automation: Try removing trailing slash on `handbook/` in this config to verify that editing https://github.com/fleetdm/fleet/pull/13196 as me does put the `#g-ceo` label properly back on this PR. If that doesn't work, then we need to keep digging into what's wrong. --- 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 4a3c85a72e..dbea225a29 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -149,7 +149,7 @@ module.exports.custom = { 'website/config/custom.js': 'mikermcneil', // 🦿 Handbook - 'handbook/': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 + 'handbook': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 //'handbook/company/ceo.md': 'sampfluger88', //'handbook/company': 'mikermcneil', //'handbook/business-operations': 'mikermcneil',