From 2402cc5b26d5d92cde75f8af80f63b3b7bc7dab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 26 Jun 2025 21:32:56 +0200 Subject: [PATCH] Add myself to the FP approvers list --- .github/workflows/false-positive-approvals.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/false-positive-approvals.yml b/.github/workflows/false-positive-approvals.yml index 66ab4f96fb2..0ed3f464834 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -18,6 +18,7 @@ jobs: (github.event.comment.user.login == 'jeremylong' || github.event.comment.user.login == 'aikebah' || github.event.comment.user.login == 'nhumblot' || + github.event.comment.user.login == 'marcelstoer' || github.event.comment.user.login == 'chadlwilson') }} runs-on: ubuntu-latest steps: