Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
richtja committed Nov 15, 2024
1 parent ed7acf1 commit 2a8aecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
}
}
}' | jq .data.node.reactions.nodes[].user.login | sort | tr -d '"')
missing_votes=($(comm -23 <(echo "${usr_names[@]}" | tr -d '@') <(echo "${thumbs_up_users[@]}")))
# missing_votes=($(comm -23 <(echo "${usr_names[@]}" | tr -d '@') <(echo "${thumbs_up_users[@]}")))
missing_votes=()
if [ "${#missing_votes[@]}" -eq 0 ]; then
gh api graphql -f query='mutation {
addDiscussionComment(input: {
Expand Down

0 comments on commit 2a8aecd

Please sign in to comment.