From d6c556f9142a3efaac9c21bf3847d26449b688ee Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 21 Jul 2023 19:52:46 -0700 Subject: [PATCH] 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 --- website/config/custom.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index 57178f9aed..032bf38606 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -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)