Skip to content

Commit 7eb77a8

Browse files
committed
attempt syntax fix
1 parent 4277e67 commit 7eb77a8

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

.github/workflows/bot-workflows.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,24 @@ jobs:
3939
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
4040
run: |
4141
REPO="${{ github.repository }}"
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-
)
61-
gh pr comment "$PR_NUMBER" --repo "$REPO" --body "$COMMENT"
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+
)
61+
62+
gh pr comment "$PR_NUMBER" --repo "$REPO" --body "$COMMENT"

0 commit comments

Comments
 (0)