Skip to content

Commit

Permalink
Merge pull request #1752 from microsoft/dev/bhavyau/triage
Browse files Browse the repository at this point in the history
Updating triage list
  • Loading branch information
bhavyaus authored Oct 7, 2024
2 parents 68cc07d + 3b52b47 commit ea51561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "Skipping triage assignment since triage-needed label is not present"
exit 0
fi
users=("lramos15" "roblourens" "digitarald" "ulugbekna" "jrieken" "aiday-mar" "joyceerhl" "mjbvz" "andreamah" "aeschli" "hediet" "rebornix" "bhavyaus" "Tyriar" "TylerLeonhardt")
users=("lramos15" "roblourens" "digitarald" "ulugbekna" "jrieken" "aiday-mar" "joyceerhl" "mjbvz" "andreamah" "aeschli" "hediet" "rebornix" "bhavyaus" "TylerLeonhardt")
random_user=${users[$RANDOM % ${#users[@]}]}
echo "Assigning issue to $random_user"
gh issue edit ${{ github.event.issue.number }} --add-assignee $random_user --repo ${{ github.repository }}
Expand Down

1 comment on commit ea51561

@Autopediainc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"name": "SyntaxError",
"message": "invalid syntax (1541521085.py, line 1)",
"stack": " Cell In[2], line 1
.github/workflows/triage.yml
^
SyntaxError: invalid syntax
"
}

Please sign in to comment.