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?