From 2ab76af34cc229289f64bee2e70aa321c9a5098a Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Apr 2026 11:08:48 -0500 Subject: [PATCH] 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). --- website/config/custom.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index f4a17221bb..80d4203642 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -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',