From 56e3929bc58bb250cb63a18eb4929c03b7eeb8b9 Mon Sep 17 00:00:00 2001 From: Kitzy Date: Mon, 15 Sep 2025 17:19:05 -0400 Subject: [PATCH] Add 'kitzy' to the list of humans (#32990) --- 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 70d0f20db7..48beb845ed 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -111,6 +111,7 @@ module.exports = { 'kevinmalkin12', 'karmine05', 'ericswenson0', + 'kitzy', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)