From 7f7acf8d970e62c0e0e13a68ccf3cd0ba23b008b Mon Sep 17 00:00:00 2001 From: Kendra McKeever <182226119+KendraAtFleet@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:57:26 -0400 Subject: [PATCH] Add Kendra to list to receive from GitHub (#22416) --- website/api/controllers/webhooks/receive-from-github.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js index 4dcbad029b..3a9088fc65 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -91,6 +91,7 @@ module.exports = { 'rebeccaui', 'allenhouchins', 'harrisonravazzolo', + 'KendraAtFleet', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)