Update auto-approvals/DRI of website/ folder (#17977)

This commit is contained in:
Eric 2024-03-29 19:03:05 -05:00 committed by GitHub
parent f4ab2125cc
commit 50930b5e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,15 +124,14 @@ module.exports.custom = {
'CHANGELOG.md': 'lukeheath', 'CHANGELOG.md': 'lukeheath',
// 🫧 Website (fleetdm.com) // 🫧 Website (fleetdm.com)
'website': 'mikermcneil',// (catch-all) 'website': 'eashaw',// (catch-all)
'website/assets': 'eashaw', // « Eric is DRI for website frontend code 'website/assets': 'eashaw', // « Eric is DRI for website frontend code
'website/views': 'eashaw', 'website/views': 'eashaw',
'website/api': 'mikermcneil',//« Website backend, scripts, deps 'website/api': 'eashaw',//« Website backend, scripts, deps
'website/api/controllers/webhooks/receive-from-github.js': 'mikermcneil',// github bot (webhook) 'website/api/controllers/webhooks/receive-from-github.js': 'eashaw',// github bot (webhook)
'website/api/controllers/imagine': 'eashaw',// landing pages 'website/config': 'eashaw',
'website/config': 'mikermcneil',
'website/config/routes.js': 'eashaw',//« Website redirects and URLs 'website/config/routes.js': 'eashaw',//« Website redirects and URLs
'website/scripts': 'mikermcneil', 'website/scripts': 'eashaw',
'website/package.json': 'eashaw', 'website/package.json': 'eashaw',
// 🫧 Vulnerability dashboard // 🫧 Vulnerability dashboard
@ -204,7 +203,7 @@ module.exports.custom = {
'website/assets/images/articles': ['spokanemac', 'mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'], 'website/assets/images/articles': ['spokanemac', 'mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'],
// Website (fleetdm.com) // Website (fleetdm.com)
'website': 'mikermcneil',// (default for website) 'website': ['mikermcneil', 'eashaw'],// (default for website)
'website/views': 'eashaw', 'website/views': 'eashaw',
'website/generators': 'eashaw', 'website/generators': 'eashaw',
'website/assets': 'eashaw', 'website/assets': 'eashaw',