mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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.
This commit is contained in:
parent
d92e5df64c
commit
20fcb8aa0f
1 changed files with 1 additions and 1 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue