File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080 echo "" >> $GITHUB_STEP_SUMMARY
8181 echo "### 📝 상세 결과" >> $GITHUB_STEP_SUMMARY
8282 echo "" >> $GITHUB_STEP_SUMMARY
83- echo "$response" | jq -r '.results[] | "- PR #\(.pr_number): \(.status) \(if .reason then "(\(.reason))" else "" end)"' >> $GITHUB_STEP_SUMMARY
83+ echo "$response" | jq -r '.results[] | "- PR #\(.pr) [ \(.title)]: \(if .skipped then "⏭️ skipped (\(.reason))" elif .approved then "✅ approved" else "❌ failed (\(.error // "unknown")) " end)"' >> $GITHUB_STEP_SUMMARY
8484 fi
8585
8686 merge-prs :
@@ -149,5 +149,5 @@ jobs:
149149 echo "" >> $GITHUB_STEP_SUMMARY
150150 echo "### 📝 상세 결과" >> $GITHUB_STEP_SUMMARY
151151 echo "" >> $GITHUB_STEP_SUMMARY
152- echo "$response" | jq -r '.results[] | "- PR #\(.pr_number): \(.status) \(if .reason then "(\(.reason))" else "" end)"' >> $GITHUB_STEP_SUMMARY
152+ echo "$response" | jq -r '.results[] | "- PR #\(.pr) [ \(.title)]: \(if .skipped then "⏭️ skipped (\(.reason))" elif .merged then "✅ merged" else "❌ failed (\(.error // "unknown")) " end)"' >> $GITHUB_STEP_SUMMARY
153153 fi
You can’t perform that action at this time.
0 commit comments