mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update custom.js maintainers (#38591)
Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
This commit is contained in:
parent
d92e9a1058
commit
7470f8bac5
1 changed files with 8 additions and 1 deletions
9
website/config/custom.js
vendored
9
website/config/custom.js
vendored
|
|
@ -177,6 +177,13 @@ module.exports.custom = {
|
|||
'handbook/sales': 'sampfluger88',
|
||||
'handbook/customer-success': 'zayhanlon',
|
||||
'handbook/marketing': 'akuthiala',
|
||||
'handbook/README.md': 'mikermcneil',
|
||||
'handbook/company/README.md': 'mikermcneil',
|
||||
'handbook/company/why-this-way.md': 'mikermcneil',
|
||||
'handbook/company/communications.md': 'mikermcneil',
|
||||
'handbook/company/leadership.md': 'mikermcneil',
|
||||
'handbook/it/security.md': 'allenhouchins',
|
||||
'handbook/company/go-to-market-groups.md': 'sampfluger88',
|
||||
|
||||
// 🫧 Other brandfronts
|
||||
'README.md': 'mikermcneil',// « GitHub brandfront
|
||||
|
|
@ -320,7 +327,7 @@ module.exports.custom = {
|
|||
'.github/workflows': ['sampfluger88', 'lukeheath'],//« CI/CD workflows
|
||||
|
||||
// Repo automation and change control settings
|
||||
'CODEOWNERS': ['mikermcneil', 'sampfluger88', 'lukeheath'],
|
||||
'CODEOWNERS': ['mikermcneil', 'sampfluger88', 'lukeheath', 'ireedy'], // (« for changing who reviews is automatically requested from for given paths)
|
||||
'.gitignore': ['lukeheath', 'rfairburn', 'sampfluger88'],// « what files should not be checked in?
|
||||
'free-for-all': '*',//« Folder that any fleetie (core team member, not consultants) can push to, willy-nilly
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue