From 0f1779fb5be6700d8730b546b00db309d70fcd8d Mon Sep 17 00:00:00 2001 From: Jake Stenger Date: Wed, 4 Jun 2025 09:23:54 -0700 Subject: [PATCH] Adding myself to list of humans in receive-from-github.js (#29745) per onboarding issue 10852, adding myself to list of humans with included trailing comma for cleaner diffs --------- Co-authored-by: Eric --- 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 2cd6f79fb9..18780c619d 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -100,6 +100,7 @@ module.exports = { 'JordanMontgomery', 'bettapizza', 'irenareedy', + 'jakestenger', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)