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