Skip to content

Commit 4277e67

Browse files
committed
more detailed message
1 parent e64ad88 commit 4277e67

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/workflows/bot-workflows.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,23 @@ jobs:
3939
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
4040
run: |
4141
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.
46+
47+
To help you:
48+
- [DCO signing guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)
49+
- [Changelog guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md)
50+
- [Merge conflicts guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/merge_conflicts.md)
51+
- [Rebase guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)
52+
- [Testing guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/testing.md)
53+
- [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md)
54+
- [Community Calls](https://zoom-lfx.platform.linuxfoundation.org/meetings/hiero?view=week)
55+
56+
Thank you for contributing!
57+
58+
From the Hiero Python SDK Team
59+
EOF
60+
)
4461
gh pr comment "$PR_NUMBER" --repo "$REPO" --body "$COMMENT"

0 commit comments

Comments
 (0)