Skip to content

Commit f317bbc

Browse files
authored
Merge branch 'main' into feat/855-implement-tls-support
2 parents e22e60b + 84acb5d commit f317bbc

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
@@ -44,6 +44,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
4444
- chore: fix test.yml workflow to log import errors (#740)
4545
- chore: fixed integration test names without a test prefix or postfix
4646
- Staked node ID id issue in the account_create_transationt_e2e_test
47+
- workflow: verified commits syntax for verfication bot
48+
4749

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

0 commit comments

Comments
 (0)