From 68460d26189e5b052bfa2cb2369765c4525f680a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 10 Aug 2023 00:36:05 -0500 Subject: [PATCH] =?UTF-8?q?Automation:=20Change=20maintainers=20for=20docs?= =?UTF-8?q?=20and=20query=20library=20path=20to=20avo=E2=80=A6=20(#13240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …id confusion This relates to #13207 (see my comment) --- 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 6ba8f6757d..1d201d5db5 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -186,10 +186,10 @@ module.exports.custom = { 'ee/tools/puppet': ['roperzh', 'gillespi314', 'mna', 'georgekarrv'], // Reference, config surface, built-in queries, API, and other documentation - 'docs': ['zwass', 'mikermcneil', 'zhumo', 'jarodreyes', 'ksatter', 'rachaelshaw', 'lukeheath', 'eashaw', 'mike-j-thomas', 'noahtalerman'],// (default for docs) - 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['mikermcneil','zhumo','eashaw','lucasmrod','sharon-fdm','marcosd4h'],// (standard query library) - 'schema': ['zhumo','eashaw','zwass','mikermcneil','lucasmrod','sharon-fdm','marcosd4h','rachaelshaw'],// (Osquery table schema) - 'ee/cis': ['sharon-fdm', 'lucasmrod', 'marcosd4h', 'rachelElysia'], + 'docs': ['rachaelshaw'],// (default for docs) + 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['rachaelshaw'],// (standard query library) + 'schema': ['rachaelshaw'],// (Osquery table schema) + 'ee/cis': ['sharon-fdm', 'lucasmrod', 'marcosd4h', 'rachelElysia', 'rachaelshaw'], // Articles and release notes 'CHANGELOG.md': ['zwass', 'mikermcneil', 'spokanemac', 'noahtalerman', 'zhumo', 'lukeheath'],