Skip to content

Commit

Permalink
fixup! ci/request-reviews: request reviewers 1-by-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 4, 2025
1 parent 7409242 commit 1526a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/request-reviews/request-reviewers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for user in "${!users[@]}"; do
log "Requesting review from: $user"

if ! response=$(jq -n --arg user "$user" '{ reviewers: [ $user ] }' | \
gh api \
effect gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 1526a4b

Please sign in to comment.