From 29364c4b970d96d7020409162f6fa7cf0d9907b8 Mon Sep 17 00:00:00 2001 From: Mitch Francese <2227948+tux234@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:19:52 -0400 Subject: [PATCH] Add myself to the list of humans (#30450) Added myself to the list of humans --- 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 dcde7ff627..9e833de075 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -87,6 +87,7 @@ module.exports = { 'ddribeiro', 'allenhouchins', 'harrisonravazzolo', + 'tux234', 'KendraAtFleet', 'ksykulev', 'onasismunro',