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