Skip to content

Commit ea55c8b

Browse files
mikealwillscott
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Will <[email protected]>
1 parent 2470c19 commit ea55c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
- name: Will Scott
7070
uses: AveryCameronUofR/[email protected]
71-
if: contains(fromJSON('[]'), github.event.pull_request.user.login)
71+
if: contains(fromJSON('["acruikshank","hannahhoward","gammazero","mvdan"]'), github.event.pull_request.user.login)
7272
with:
7373
reviewers: "willscott"
7474
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)