mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Make CS DRI of FAQ (#21109)
This commit is contained in:
parent
8fdfb9a004
commit
9b06d8ae04
1 changed files with 2 additions and 0 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue