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:
Mike McNeil 2023-07-28 23:11:44 -05:00 committed by GitHub
parent b09ec9b83c
commit 8322fc9a38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],