Website: add maintainer and DRI for ee/fleet-agent-downloader to website custom config. (#43331)

Changes:
- Added the `ee/fleet-agent-downloader` directory to the
`githubRepoDRIByPath` and `githubRepoMaintainersByPath` config values to
the website's custom configuration, and removed
`ee/bulk-operations-dashboard` (which was removed in the PR that added
that directory).
This commit is contained in:
Eric
2026-04-09 11:08:48 -05:00
committed by GitHub
parent 11aa1c1a8f
commit 2ab76af34c
+4 -4
View File
@@ -162,8 +162,8 @@ module.exports.custom = {
'ee/vulnerability-dashboard/scripts': 'eashaw',
'ee/vulnerability-dashboard/package.json': 'eashaw',
// 🫧 Bulk operations dashboard
'ee/bulk-operations-dashboard': 'eashaw',// (catch-all)
// 🫧 Fleet agent downloader app
'ee/fleet-agent-downloader': 'eashaw',// (catch-all)
// Handbook
'handbook/company/pricing-features-table.yml': 'noahtalerman',
@@ -263,8 +263,8 @@ module.exports.custom = {
'ee/vulnerability-dashboard/config/routes.js': 'eashaw',
'ee/vulnerability-dashboard/package.json': 'eashaw',
// 🫧 Bulk operations dashboard
'ee/bulk-operations-dashboard': 'eashaw',
// 🫧 Fleet agent downloader app
'ee/fleet-agent-downloader': 'eashaw',
// FMA and icons
'frontend/pages/SoftwarePage/components/icons': 'allenhouchins',