From 40bd4ccc45c8e84d570d5f755574f54e649fe669 Mon Sep 17 00:00:00 2001 From: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:58:18 -0600 Subject: [PATCH] Updating confidential maintainers (#38668) Removed 'sampfluger88' from '.github/workflows' code owners and added code owner assignments for various issue templates, specifying responsible users for each template. --- website/config/custom.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index 6be38e3ab3..04e88fbc89 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -324,7 +324,17 @@ module.exports.custom = { // Config as code for infrastructure, internal security and IT use cases, and more. 'mdm_profiles': ['lukeheath'],//« for dogfood.fleetdm.com, this is the required OS settings applied to contributor Macs 'vpn': ['rfairburn', 'lukeheath'],// « for managing VPN rules for accessing customer and Fleet Sandbox infrastructure - '.github/workflows': ['sampfluger88', 'lukeheath'],//« CI/CD workflows + '.github/workflows': ['lukeheath'],//« CI/CD workflows + + // Issue templates + '.github/ISSUE_TEMPLATE/3-sale.md': ['sampfluger88'], + '.github/ISSUE_TEMPLATE/2-expansion.md': ['sampfluger88'], + '.github/ISSUE_TEMPLATE/9-renewal.md': ['sampfluger88'], + '.github/ISSUE_TEMPLATE/prepare-event.md': ['sampfluger88'], + '.github/ISSUE_TEMPLATE/technical-evaluation.md': ['allenhouchins', 'sampfluger88'], + '.github/ISSUE_TEMPLATE/solutions-consulting-task.md': ['allenhouchins'], + '.github/ISSUE_TEMPLATE/new-nfr-request.yml': ['allenhouchins'], + // Repo automation and change control settings 'CODEOWNERS': ['mikermcneil', 'sampfluger88', 'lukeheath', 'ireedy'], // (« for changing who reviews is automatically requested from for given paths)