Skip to content

Commit ea55c8b

Browse files
mikealwillscott
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Will <will.scott@protocol.ai>
1 parent 2470c19 commit ea55c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/add-reviewer-gh-action@1.0.3
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)