From a02b8b140d2dc31f359237fbf939a280d03fff69 Mon Sep 17 00:00:00 2001 From: pacamaster <82750216+pacamaster@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:51:34 -0600 Subject: [PATCH] adding Grant to list of humans (#13641) ... --- 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 e66d6811c8..1828494d90 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -81,6 +81,7 @@ module.exports = { 'ireedy', 'mostlikelee', 'willmayhone88', + 'pacamaster', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)