From a77e2bb642ace0adea9dd1935cb2d9176deb547e Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 12 Jun 2026 12:48:11 -0400 Subject: [PATCH] Remove DRI for `api_endpoints.yml` from website config (#47529) This didn't override the need for a @go codeowner review since they own the directory it's in, so moved it to CODEOWNERS ## Summary by CodeRabbit * **Chores** * Updated internal development configuration. --- website/config/custom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index 7a63a5399f..e0c716ed7b 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -129,7 +129,6 @@ module.exports.custom = { // 'docs/Contributing/reference/api-for-contributors.md': '', // « Covered in CODEOWNERS (2023-07-22) 'schema': 'rachaelshaw', // Data tables (osquery/fleetd schema) documentation 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries - 'server/api_endpoints/api_endpoints.yml': 'rachaelshaw', //« API endpoint display names in the Fleet UI (API-only users) 'docs/get-started/faq': 'zayhanlon', 'docs/Contributing/rituals': 'lukeheath', 'ee/cis': 'sharon-fdm',//« Fleet Premium only: built-in queries (built-in policies for CIS benchmarks) -- FYI: On 2023-07-15, we changed this so that Sharon, Lucas, and Rachel are all maintainers, but where there is a single DRI who is automatically requested approval from.