From bd4db05e79f459adb82b7138d2591f7179e53f7a Mon Sep 17 00:00:00 2001 From: "kilo-code-bot[bot]" <240665456+kilo-code-bot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:37:06 -0500 Subject: [PATCH] Add sampfluger88 as maintainer for Clay webhook and Salesforce helpers (#41922) ## Summary - Adds `sampfluger88` to `githubRepoMaintainersByPath` for `website/api/controllers/webhooks/receive-from-clay.js` - Adds `sampfluger88` to `githubRepoMaintainersByPath` for `website/api/helpers/salesforce` These are new entries in the maintainers mapping in `website/config/custom.js`, ensuring that changes to the Clay webhook controller and Salesforce helper files are auto-approved for `sampfluger88`. Built for [Sam Pfluger](https://fleetdm.slack.com/archives/D0AF8QFBVHB/p1773792660524399) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> --- website/config/custom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index a8083f5d8e..0bc27ed5a3 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -253,6 +253,8 @@ module.exports.custom = { 'website/package.json': 'eashaw', 'website/config/routes.js': ['eashaw', 'mike-j-thomas'],// (for managing website URLs) 'website/config/policies.js': ['eashaw', 'mikermcneil'],// (for adding new pages and managing permissions) + 'website/api/controllers/webhooks/receive-from-clay.js': ['sampfluger88'], + 'website/api/helpers/salesforce': ['sampfluger88'], // 🫧 Vulnerability dashboard 'ee/vulnerability-dashboard': ['eashaw', 'mikermcneil'],// (catch-all) @@ -342,7 +344,6 @@ module.exports.custom = { // GTM 'go-to-market': ['sampfluger88'], - // Repo automation and change control settings '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?