Website: Fix testimonials.yml maintainers & DRI in custom config (#18522)

Changes:
- removed a leading slash from the path to
`handbook/company/testimonials.yml` in the website's custom config
This commit is contained in:
Eric 2024-04-24 15:53:36 -05:00 committed by GitHub
parent 3e37b1b625
commit 048827bea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ module.exports.custom = {
// 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22)
// 'handbook/company/pricing-features-table.yml': '', // « Covered in CODEOWNERS (2023-07-22)
'/handbook/company/testimonials.yml': 'mike-j-thomas',
'handbook/company/testimonials.yml': 'mike-j-thomas',
// 🫧 Other brandfronts
'README.md': 'mikermcneil',// « GitHub brandfront
@ -251,7 +251,7 @@ module.exports.custom = {
'handbook/sales': ['sampfluger88','mikermcneil'],
'handbook/demand': ['sampfluger88','mikermcneil'],
'handbook/customer-success': ['sampfluger88','mikermcneil'],
'/handbook/company/testimonials.yml': ['eashaw', 'mike-j-thomas', 'sampfluger88', 'mikermcneil'],
'handbook/company/testimonials.yml': ['eashaw', 'mike-j-thomas', 'sampfluger88', 'mikermcneil'],
// GitHub issue templates
'.github/ISSUE_TEMPLATE': ['mikermcneil', 'lukeheath', 'sampfluger88'],