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 ebc9324 commit 19e85f1Copy full SHA for 19e85f1
.github/workflows/bot.yml
@@ -1,4 +1,4 @@
1
-name: PR Bot
+name: Status Bot
2
3
on:
4
pull_request_target:
@@ -88,7 +88,7 @@ jobs:
88
if [ "$CI_PASSED" = "true" ] && [ "$LINT_PASSED" = "true" ]; then
89
echo "## 🎉 All Checks Passed!"
90
echo ""
91
- echo "**Status:** ✅ Ready to merge"
+ echo "> **Status:** ✅ Ready to merge"
92
93
echo "### ✅ Completed Workflows"
94
@@ -105,7 +105,7 @@ jobs:
105
else
106
echo "## ❌ Checks Failed"
107
108
- echo "**Status:** 🚫 Not ready to merge"
+ echo "> **Status:** 🚫 Not ready to merge"
109
110
echo "Please fix the following issues before merging:"
111
0 commit comments