From efdbf3900924ccbcc7899e965140b33591fef810 Mon Sep 17 00:00:00 2001 From: 3KindsofFish <147751857+3KindsofFish@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:22:57 -0500 Subject: [PATCH] add 3kindsoffish to list of humans (#14705) ... --- website/api/controllers/webhooks/receive-from-github.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js index 9ef622f00d..5388168d17 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -84,7 +84,8 @@ module.exports = { 'pacamaster', 'AnthonySnyder8', 'jahzielv', - 'getvictor' + 'getvictor', + '3kindsoffish' ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)