Skip to content

Commit

Permalink
Update check-open-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoGeonhyuk authored Nov 19, 2024
1 parent 4a27c4c commit ff33878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-open-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
message=":rotating_light: *Review가 필요한 Pull Requests 목록*\n\n"
# PR 데이터 파싱 및 메시지 작성
echo "$prs_json" | jq -r '.[] | "🔹 *<\(.url)|\(.title)>*\n" +
echo "$prs_json" | jq -r '"🔹 *<\(.url)|\(.title)>*\n" +
" • 리뷰어: \(.reviewRequests | map(.login) | join(", "))\n\n"' | while read -r line; do
message+="$line"
done
Expand Down

0 comments on commit ff33878

Please sign in to comment.