From 85f0148e2cb4816ef2249852d51abee1e826274c Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:42:12 -0500 Subject: [PATCH] Added nonpunctual GitHub User to humans list (#15813) --- 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 d032112aacec..2d60523fe9b0 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -88,6 +88,7 @@ module.exports = { '3kindsoffish', 'phtardif1', 'pintomi1989', + 'nonpunctual', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)