Skip to content

Commit 8a69134

Browse files
authored
chore: hide commit verification bot comment (hiero-ledger#1662)
Signed-off-by: dtee1 <davidtalson0@gmail.com>
1 parent 804a38d commit 8a69134

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/bot-verified-commits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function sanitizeUrl(input, fallback) {
2828
const CONFIG = {
2929
BOT_NAME: sanitizeString(process.env.BOT_NAME) || 'VerificationBot',
3030
BOT_LOGIN: sanitizeString(process.env.BOT_LOGIN) || 'github-actions',
31-
COMMENT_MARKER: sanitizeString(process.env.COMMENT_MARKER) || '[commit-verification-bot]',
31+
COMMENT_MARKER: sanitizeString(process.env.COMMENT_MARKER) || '<!-- commit-verification-bot -->',
3232
SIGNING_GUIDE_URL: sanitizeUrl(
3333
process.env.SIGNING_GUIDE_URL,
3434
'https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
136136
- Added comprehensive docstring to `compress_with_cryptography` function (#1626)
137137

138138
### Changed
139+
- Hide the commit verification bot marker in pull request comments.
139140
- Added missing type hints to sign method in Transaction class (#1630)
140141
- Refactored `examples/consensus/topic_create_transaction.py` to use `Client.from_env()` (#1611)
141142
- Updated GitHub Actions setup-node action to v6.2.0.

0 commit comments

Comments
 (0)