Skip to content

Commit

Permalink
chore: add chad as a FP approver (#7150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Nov 11, 2024
1 parent 4c2491e commit ef24bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/false-positive-approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef24bfc

Please sign in to comment.