Skip to content

Commit e08312d

Browse files
mikealjacobheun
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
1 parent e30950b commit e08312d

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
@@ -80,7 +80,7 @@ jobs:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
- name: Jacob Heun
8282
uses: AveryCameronUofR/add-reviewer-gh-action@1.0.3
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)