We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f29f9 commit 88af025Copy full SHA for 88af025
.github/workflows/commit-message-check.yml
@@ -106,7 +106,7 @@ jobs:
106
# Output issues
107
if [[ ${#ISSUES[@]} -gt 0 ]]; then
108
HAS_ISSUES=true
109
- echo "#### Suggestions:" >> $GITHUB_STEP_SUMMARY
+ echo "#### ⚠️ Suggestions:" >> $GITHUB_STEP_SUMMARY
110
for issue in "${ISSUES[@]}"; do
111
echo "$issue" >> $GITHUB_STEP_SUMMARY
112
done
0 commit comments