Skip to content

Commit 03cd850

Browse files
committed
chore: add chad as a FP approver
1 parent 5317434 commit 03cd850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/false-positive-approvals.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
contains(github.event.comment.body,'approved') &&
1818
(github.event.comment.user.login == 'jeremylong' ||
1919
github.event.comment.user.login == 'aikebah' ||
20-
github.event.comment.user.login == 'nhumblot') }}
20+
github.event.comment.user.login == 'nhumblot' ||
21+
github.event.comment.user.login == 'chadlwilson') }}
2122
runs-on: ubuntu-latest
2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)