Skip to content

Commit 2470c19

Browse files
mikealrvagg
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Rod Vagg <[email protected]>
1 parent e08312d commit 2470c19

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
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
- name: Rod Vagg
1616
uses: AveryCameronUofR/[email protected]
17-
if: contains(fromJSON('[]'), github.event.pull_request.user.login)
17+
if: contains(fromJSON('["achingbrain","vasco-santos","dirkmc"]'), github.event.pull_request.user.login)
1818
with:
1919
reviewers: "rvagg"
2020
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)