From 614de6740c345763eb720b8e24456277edf2f155 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 14 Jun 2024 16:07:20 -0500 Subject: [PATCH] Update tools api DRI and maintainers (#19770) Closes: #19350 Changes: - Added maintainers and a DRI for the `/tools/api` folder --- website/config/custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/config/custom.js b/website/config/custom.js index 777e34f195..eb2ab10129 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -119,6 +119,7 @@ module.exports.custom = { // 🚀 Code for core product and integrations 'ee/tools/puppet': 'georgekarrv', //« Puppet integration (especially useful with macOS MDM turned on) -- FYI: Originally developed by request from "customer-eponym" + 'tools/api': 'lukeheath', //« Scripts used to interact with the Fleet API // ⚗️ Reference, config surface, built-in queries, API, and other documentation // 'docs/Using-Fleet/REST-API.md': '', // « Covered in CODEOWNERS (2023-07-22) @@ -197,6 +198,7 @@ module.exports.custom = { // Code for core product and integrations 'ee/tools/puppet': ['lukeheath', 'roperzh', 'gillespi314', 'mna', 'georgekarrv'], + 'tools/api': ['lukeheath', 'georgekarrv', 'sharon-fdm'],//« Scripts for interacting with the Fleet API // Reference, config surface, built-in queries, API, and other documentation 'docs': ['rachaelshaw'],// (default for docs)