From 9b06d8ae042b80b77ca82bf019fda71931f0a252 Mon Sep 17 00:00:00 2001 From: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:24:39 -0500 Subject: [PATCH] Make CS DRI of FAQ (#21109) --- website/config/custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/config/custom.js b/website/config/custom.js index ea67c02aef..eac7744353 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -128,6 +128,7 @@ module.exports.custom = { // 'docs/Contributing/API-for-contributors.md': '', // « Covered in CODEOWNERS (2023-07-22) // 'schema': '', // « Covered in CODEOWNERS (2023-07-22) 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries + '/docs/get-started/faq': 'zayhanlon', '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. // 🫧 Articles and release notes @@ -205,6 +206,7 @@ module.exports.custom = { // Reference, config surface, built-in queries, API, and other documentation 'docs': ['rachaelshaw', 'noahtalerman', 'eashaw'],// (default for docs) 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['rachaelshaw', 'noahtalerman', 'eashaw'],// (standard query library) + '/docs/get-started/faq': ['ksatter', 'ddribeiro', 'zayhanlon'], 'docs/REST API/rest-api.md': ['rachaelshaw', 'lukeheath'],// (standard query library) 'schema': ['eashaw'],// (Osquery table schema) 'ee/cis': ['lukeheath', 'sharon-fdm', 'lucasmrod', 'rachelElysia', 'rachaelshaw'],