Skip to content

Commit 3c975a2

Browse files
authored
fix: clarify phrasing in missing-linked-issue bot script (hiero-ledger#1766)
Signed-off-by: jona42-ui <jonathanthembo123@gmail.com>
1 parent 76058a9 commit 3c975a2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/scripts/bot-pr-missing-linked-issue.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ module.exports = async ({ github, context }) => {
6262
`🚨 **This pull request does not have an issue linked.**`,
6363
``,
6464
`Please link an issue using the following format:`,
65-
`- Fixes #123`,
65+
'```',
66+
'Fixes #123',
67+
'```',
6668
``,
6769
`📖 Guide:`,
6870
`[docs/sdk_developers/how_to_link_issues.md](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/docs/sdk_developers/how_to_link_issues.md)`,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
158158
- Replaced the docstring in `entity_id_helper.py` with one that is correct. (#1623)
159159

160160
### Changed
161+
- Improved bot message formatting in LinkBot to display issue linking format as a code block for better clarity (#1762)
161162
- Refactored `setup_client()` in all `examples/query/` files to use `Client.from_env()` for simplified client initialization (#1449)
162163
- Improve the changelog check by posting informative PR comments when entries are missing or placed under a released version. (#1683)
163164
- Updated return of to_bytes function in `src/hiero_sdk_python/transaction/transaction.py`. (#1631)

0 commit comments

Comments
 (0)