Skip to content

Commit e30950b

Browse files
mikealraulk
andauthored
Update .github/workflows/assign-reviews.yml
Co-authored-by: raulk <[email protected]>
1 parent aa642b4 commit e30950b

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
@@ -98,7 +98,7 @@ jobs:
9898
token: ${{ secrets.GITHUB_TOKEN }}
9999
- name: Raul Kripalani
100100
uses: AveryCameronUofR/[email protected]
101-
if: contains(fromJSON('[]'), github.event.pull_request.user.login)
101+
if: contains(fromJSON('["nonsense", "kubuxu", "dirkmc", "vyzo", "aarshkshah1992"]'), github.event.pull_request.user.login)
102102
with:
103103
reviewers: "raulk"
104104
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)