Skip to content

Commit 84acb5d

Browse files
authored
fix: verified commits workflow formatting yaml (#849)
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent a9f5833 commit 84acb5d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/bot-verified-commits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
Thank you for contributing!
5353
5454
From the Hiero Python SDK Team
55-
EOF )
55+
EOF
56+
)
5657
5758
gh pr view $PR_NUMBER --repo $REPO --json comments --jq '.comments[].body' | grep -F "PythonBot" >/dev/null || \
5859
(gh pr comment $PR_NUMBER --repo $REPO --body "$COMMENT" && echo "Comment added to PR #$PR_NUMBER")

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
4343
- chore: fix test.yml workflow to log import errors (#740)
4444
- chore: fixed integration test names without a test prefix or postfix
4545
- Staked node ID id issue in the account_create_transationt_e2e_test
46+
- workflow: verified commits syntax for verfication bot
47+
4648

4749
## [0.1.8] - 2025-11-07
4850

0 commit comments

Comments
 (0)