mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Automation: Fix maintainers automation for new handbook pages (#13301)
This commit is contained in:
parent
6010f06c9c
commit
6ed56ca8c9
1 changed files with 3 additions and 2 deletions
5
website/config/custom.js
vendored
5
website/config/custom.js
vendored
|
|
@ -226,9 +226,10 @@ module.exports.custom = {
|
|||
'website/config/custom.js': ['eashaw', 'mikermcneil'],// (« for changing whose changes automatically approve and unfreeze relevant PRs changing given paths)
|
||||
|
||||
// Handbook
|
||||
'handbook/README.md': 'mikermcneil',
|
||||
'handbook/company': 'mikermcneil',
|
||||
'handbook': 'mikermcneil',
|
||||
// See https://github.com/fleetdm/fleet/pull/13195
|
||||
//'handbook/README.md': 'mikermcneil',
|
||||
//'handbook/company': 'mikermcneil',
|
||||
//'handbook/company/ceo.md': ['sampfluger88'],
|
||||
//'handbook/business-operations': ['jostableford'],
|
||||
//'handbook/engineering': ['lukeheath'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue