Skip to content

Commit

Permalink
Merge pull request #3168 from microsoft/dev/bhavyau/triage
Browse files Browse the repository at this point in the history
Add new users to triage assignment in GitHub Actions workflow
  • Loading branch information
bhavyaus authored Dec 11, 2024
2 parents de469d2 + ed96638 commit 8ca961a
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" "aeschli" "hediet" "rebornix" "bhavyaus" "TylerLeonhardt")
users=("lramos15" "roblourens" "digitarald" "ulugbekna" "jrieken" "aiday-mar" "joyceerhl" "mjbvz" "aeschli" "hediet" "rebornix" "bhavyaus" "TylerLeonhardt", "bamurtaugh", "pierceboggan", "isidorn")
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

0 comments on commit 8ca961a

Please sign in to comment.