Skip to content

Commit

Permalink
fix: change PR assignees (#28855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong authored Jan 20, 2025
1 parent a87bd90 commit bf65e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get random assignee
id: random
run: |
ASSIGNEES=("Sam-Armstrong" "hmahmood24" "YushaArif99")
ASSIGNEES=("Sam-Armstrong")
RANDOM_INDEX=$((RANDOM % ${#ASSIGNEES[@]}))
echo "assignee=${ASSIGNEES[$RANDOM_INDEX]}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bf65e4c

Please sign in to comment.