Skip to content

Commit

Permalink
Add new users to triage assignment in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaus committed Dec 11, 2024
1 parent de469d2 commit ed96638
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 ed96638

Please sign in to comment.