Skip to content

Commit e08312d

Browse files
mikealjacobheun
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Jacob Heun <[email protected]>
1 parent e30950b commit e08312d

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
@@ -80,7 +80,7 @@ jobs:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
- name: Jacob Heun
8282
uses: AveryCameronUofR/[email protected]
83-
if: contains(fromJSON('[]'), github.event.pull_request.user.login)
83+
if: contains(fromJSON('["achingbrain","vasco-santos","dirkmc","rvagg","acruikshank","hannahhoward","gammazero","mvdan","willscott"]'), github.event.pull_request.user.login)
8484
with:
8585
reviewers: "jacobheun"
8686
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)