Skip to content

Commit 91c0cb0

Browse files
mikealAlan Shaw
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: Alan Shaw <[email protected]>
1 parent ea55c8b commit 91c0cb0

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
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
- name: Alan Shaw
5252
uses: AveryCameronUofR/[email protected]
53-
if: contains(fromJSON('[]'), github.event.pull_request.user.login)
53+
if: contains(fromJSON('["hugomrdias","gozala","ribasushi","jnthnvctr"]'), github.event.pull_request.user.login)
5454
with:
5555
reviewers: "alanshaw"
5656
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)