From ed121fcda8bb0317a0d340c786e4acc4700635e6 Mon Sep 17 00:00:00 2001 From: Isabell Reedy <113355639+ireedy@users.noreply.github.com> Date: Thu, 3 Aug 2023 07:17:41 +0930 Subject: [PATCH] Update received from github to add ireedy to new humans --- 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 e0fc61af85..3c3e9b3de0 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -79,6 +79,7 @@ module.exports = { 'jostableford', 'jinny321', 'sampfluger88', + 'ireedy', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)