We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd47a90 commit 4b70716Copy full SHA for 4b70716
.github/workflows/assign-reviewer.yml
@@ -21,6 +21,7 @@ jobs:
21
id: choose-reviewers
22
run: |
23
TEAM_MEMBERS="${{ env.TEAM_MEMBERS }}"
24
+ echo "TEAM_MEMBERS=$TEAM_MEMBERS" >> $GITHUB_ENV # team member
25
TEAM_MEMBERS_ARRAY=(${TEAM_MEMBERS//, / })
26
TEAM_MEMBERS_ARRAY=("${TEAM_MEMBERS_ARRAY[@]/${{ github.actor }}/}")
27
SELECTED_REVIEWERS=($(shuf -e "${TEAM_MEMBERS_ARRAY[@]}" -n 2))
0 commit comments