From ef24bfc4abad399e2e5536c8affc3633b365062a Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 11 Nov 2024 06:33:31 -0500 Subject: [PATCH] chore: add chad as a FP approver (#7150) --- .github/workflows/false-positive-approvals.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/false-positive-approvals.yml b/.github/workflows/false-positive-approvals.yml index 17f094996d1..eadf7bbff55 100644 --- a/.github/workflows/false-positive-approvals.yml +++ b/.github/workflows/false-positive-approvals.yml @@ -17,7 +17,8 @@ jobs: contains(github.event.comment.body,'approved') && (github.event.comment.user.login == 'jeremylong' || github.event.comment.user.login == 'aikebah' || - github.event.comment.user.login == 'nhumblot') }} + github.event.comment.user.login == 'nhumblot' || + github.event.comment.user.login == 'chadlwilson') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4