Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit ef24bfc

Browse files
authored
chore: add chad as a FP approver (#7150)
1 parent 4c2491e commit ef24bfc

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)