mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Remove infra maintainers from auto-approval (#12890)
I missed that infrastructure directories were also listed in the maintainers section, which also auto-approves. --------- Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
ca113e23c6
commit
d6c556f914
1 changed files with 5 additions and 3 deletions
8
website/config/custom.js
vendored
8
website/config/custom.js
vendored
|
|
@ -212,9 +212,11 @@ module.exports.custom = {
|
|||
'tools/fleetctl-npm/README.md': ['mikermcneil', 'mike-j-thomas', 'jarodreyes', 'zwass'],//« brandfront for fleetctl package on npm (npmjs.com/package/fleetctl)
|
||||
|
||||
// Config as code for infrastructure, internal security and IT use cases, and more.
|
||||
'infrastructure': ['edwardsb', 'zwinnerman-fleetdm', 'rfairburn', 'lukeheath'],
|
||||
'charts': ['edwardsb', 'zwinnerman-fleetdm', 'rfairburn', 'lukeheath'],
|
||||
'terraform': ['edwardsb', 'zwinnerman-fleetdm', 'rfairburn', 'lukeheath'],
|
||||
//'infrastructure': [],// Decided against in https://github.com/fleetdm/fleet/pull/12890
|
||||
//'charts': [], //Decided against in https://github.com/fleetdm/fleet/pull/12890
|
||||
//'terraform': [],//Decided against in https://github.com/fleetdm/fleet/pull/12890
|
||||
|
||||
// Github workflows
|
||||
'.github/workflows/deploy-fleet-website.yml': ['eashaw','mikermcneil'],// (website deploy script)
|
||||
'.github/workflows/test-website.yml': ['eashaw','mikermcneil'],//« website CI test script
|
||||
'.github/workflows': ['zwass', 'mikermcneil'],//« CI/CD workflows & misc GitHub Actions. Note that some are also addressed more specifically below in relevant sections)
|
||||
|
|
|
|||
Loading…
Reference in a new issue