mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Make Eric DRI of more things (#18929)
This commit is contained in:
parent
4b9f561332
commit
618bca80f5
1 changed files with 4 additions and 4 deletions
8
website/config/custom.js
vendored
8
website/config/custom.js
vendored
|
|
@ -146,11 +146,11 @@ module.exports.custom = {
|
|||
'ee/vulnerability-dashboard': 'eashaw',// (catch-all)
|
||||
'ee/vulnerability-dashboard/assets': 'eashaw',
|
||||
'ee/vulnerability-dashboard/views': 'eashaw',
|
||||
'ee/vulnerability-dashboard/api': 'mikermcneil',//« Vulnerability dashboard backend, scripts, deps
|
||||
'ee/vulnerability-dashboard/config': 'mikermcneil',
|
||||
'ee/vulnerability-dashboard/api': 'eashaw',//« Vulnerability dashboard backend, scripts, deps
|
||||
'ee/vulnerability-dashboard/config': 'eashaw',
|
||||
'ee/vulnerability-dashboard/config/routes.js': 'eashaw',//« Vulnerability dashboard redirects and URLs
|
||||
'ee/vulnerability-dashboard/scripts': 'mikermcneil',
|
||||
'ee/vulnerability-dashboard/package.json': 'mikermcneil',
|
||||
'ee/vulnerability-dashboard/scripts': 'eashaw',
|
||||
'ee/vulnerability-dashboard/package.json': 'eashaw',
|
||||
|
||||
// 🫧 Pricing and features
|
||||
// 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
|
|
|
|||
Loading…
Reference in a new issue