From d2ceb980fe3f277a74dab2a51fb26cb9bd96e8da Mon Sep 17 00:00:00 2001 From: Gabe Lopez <167241658+PezHub@users.noreply.github.com> Date: Wed, 1 May 2024 11:42:29 -0700 Subject: [PATCH] Update receive-from-github.js to add Gabe Lopez (PezHub) (#18685) New hire! --- 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 0f801981d8..b74e0494f0 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 = { 'pintomi1989', 'nonpunctual', 'dantecatalfamo', + 'PezHub', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)