mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
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:
parent
3e37b1b625
commit
048827bea7
1 changed files with 2 additions and 2 deletions
4
website/config/custom.js
vendored
4
website/config/custom.js
vendored
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue