mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update tools api DRI and maintainers (#19770)
Closes: #19350 Changes: - Added maintainers and a DRI for the `/tools/api` folder
This commit is contained in:
parent
5919ee67ac
commit
614de6740c
1 changed files with 2 additions and 0 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -119,6 +119,7 @@ module.exports.custom = {
|
|||
|
||||
// 🚀 Code for core product and integrations
|
||||
'ee/tools/puppet': 'georgekarrv', //« Puppet integration (especially useful with macOS MDM turned on) -- FYI: Originally developed by request from "customer-eponym"
|
||||
'tools/api': 'lukeheath', //« Scripts used to interact with the Fleet API
|
||||
|
||||
// ⚗️ Reference, config surface, built-in queries, API, and other documentation
|
||||
// 'docs/Using-Fleet/REST-API.md': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
|
|
@ -197,6 +198,7 @@ module.exports.custom = {
|
|||
|
||||
// Code for core product and integrations
|
||||
'ee/tools/puppet': ['lukeheath', 'roperzh', 'gillespi314', 'mna', 'georgekarrv'],
|
||||
'tools/api': ['lukeheath', 'georgekarrv', 'sharon-fdm'],//« Scripts for interacting with the Fleet API
|
||||
|
||||
// Reference, config surface, built-in queries, API, and other documentation
|
||||
'docs': ['rachaelshaw'],// (default for docs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue