Docs: Make Mike CODEOWNER of the docs (#14483)

Closes fleetdm/classified#588

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
Sampfluger88 2023-10-12 22:54:29 -05:00 committed by GitHub
parent f92695fda5
commit 54971df031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -62,10 +62,14 @@ go.mod @fleetdm/go
#
# (see website/config/custom.js for DRIs of other paths not listed here)
##############################################################################################
/docs @rachaelshaw
/docs @mikermcneil
/docs/Using-Fleet/REST-API.md @rachaelshaw # « REST API reference documentation
/docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation
/schema @rachaelshaw # « Data tables (osquery/fleetd schema) documentation
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @rachaelshaw # « Device health checks (https://fleetdm.com/queries)
/docs/Configuration/agent-configuration.md @rachaelshaw # « Configuration surface: Agent
/docs/Configuration/fleet-server-configuration.md @rachaelshaw # « Configuration surface: Fleet server
/docs/Configuration/configuration-files/README.md @rachaelshaw # « Configuration surface: Fleet server (even more things) FUTURE: consolidate this.
##############################################################################################
# 🫧 Pricing and features

View file

@ -117,7 +117,7 @@ module.exports.custom = {
// 'docs/Using-Fleet/REST-API.md': '', // « Covered in CODEOWNERS (2023-07-22)
// '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/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries « Covered in CODEOWNERS (2023-10-12)
'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, Marcos, and Rachel are all maintainers, but where there is a single DRI who is automatically requested approval from.
// 🫧 Articles and release notes