Add code owners (#9499)

This commit is contained in:
Sharon Katz 2023-01-25 14:25:57 -05:00 committed by GitHub
parent 91c93285d8
commit f095431f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'],