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 a762706 commit aa8fc82
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check-open-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,8 @@ jobs:
# Slack 메시지 작성
message=":rotating_light: *Review가 필요한 Pull Requests 목록*\n\n"
# PR 데이터 파싱 및 메시지 작성
echo "$prs_json" | jq -r '"🔹 *<\(.url)|\(.title)>*\n" +
" • 리뷰어: \(.reviewRequests | map(.login) | join(", "))\n\n"' | while read -r line; do
message+="$line\n"
echo "wo"
echo $message
done
message+=$(echo "$prs_json" | jq -r '"🔹 *<\(.url)|\(.title)>*\n" +
" • 리뷰어: \(.reviewRequests | map(.login) | join(", "))\n\n"')
# Slack 메시지 푸터 추가
message+=$'\n\n'" :point_right: 리뷰를 부탁드립니다!"
Expand Down

0 comments on commit aa8fc82

Please sign in to comment.