You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/bot-workflows.yml
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,23 @@ jobs:
39
39
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
40
40
run: |
41
41
REPO="${{ github.repository }}"
42
-
COMMENT="Hi, this is WorkflowBot. The PR Formatting workflow has failed for this pull request. Please review the logs to resolve issues and ensure all checks pass before merging."
43
-
42
+
COMMENT=$(cat <<EOF
43
+
Hi, this is WorkflowBot.
44
+
Your pull request cannot be merged as it is not passing all our workflow checks.
45
+
Please click on each check to review the logs and resolve issues so all checks pass.
0 commit comments