Skip to content

Commit 19e85f1

Browse files
committed
Update Bot working
1 parent ebc9324 commit 19e85f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Bot
1+
name: Status Bot
22

33
on:
44
pull_request_target:
@@ -88,7 +88,7 @@ jobs:
8888
if [ "$CI_PASSED" = "true" ] && [ "$LINT_PASSED" = "true" ]; then
8989
echo "## 🎉 All Checks Passed!"
9090
echo ""
91-
echo "**Status:** ✅ Ready to merge"
91+
echo "> **Status:** ✅ Ready to merge"
9292
echo ""
9393
echo "### ✅ Completed Workflows"
9494
echo ""
@@ -105,7 +105,7 @@ jobs:
105105
else
106106
echo "## ❌ Checks Failed"
107107
echo ""
108-
echo "**Status:** 🚫 Not ready to merge"
108+
echo "> **Status:** 🚫 Not ready to merge"
109109
echo ""
110110
echo "Please fix the following issues before merging:"
111111
echo ""

0 commit comments

Comments
 (0)