From f095431f12925424d6d74134eab691a8d4de8503 Mon Sep 17 00:00:00 2001 From: Sharon Katz <121527325+sharon-fdm@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:25:57 -0500 Subject: [PATCH] Add code owners (#9499) --- CODEOWNERS | 2 +- website/config/custom.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 427c1003b..1bb4661cf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -31,7 +31,7 @@ go.mod @fleetdm/go /docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @mikermcneil # Exapnded table documentation -/schema @mikermcneil +/schema @mikermcneil @sharon-fdm @eashaw @lucasmrod # Articles /articles @jarodreyes diff --git a/website/config/custom.js b/website/config/custom.js index 782c1070c..790aaebc2 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -128,7 +128,7 @@ module.exports.custom = { 'docs/Using-Fleet/FAQ.md': ['ksatter'], 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['mikermcneil','zhumo','eashaw'],// (standard query library) - 'schema': ['zhumo','eashaw','zwass','mikermcneil'],// (Osquery table schema) + 'schema': ['zhumo','eashaw','zwass','mikermcneil','sharon-fdm','lucasmrod'],// (Osquery table schema) }, confidentialGithubRepoDRIByPath: { 'readme.md': ['mikermcneil', 'zwass', 'charlottechance', 'hollidayn'],