Skip to content

Commit 524f0d0

Browse files
authored
docs: move how_to_link_issues to workflow (#1230)
Signed-off-by: Yashvi Joshi <[email protected]>
1 parent 44f5945 commit 524f0d0

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/scripts/linked_issue_enforce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const isAuthorAssigned = (issue, login) => {
1717

1818
const baseMessage = `Hi there! I'm the LinkedIssueBot.\nThis pull request has been automatically closed due to the following reason(s):
1919
`;
20-
const messageSuffix = `Please read - [Creating Issues](docs/sdk_developers/creating_issues.md) - [How To Link Issues](docs/sdk_developers/how_to_link_issues.md)\n\nThank you,
20+
const messageSuffix = `Please read - [Creating Issues](docs/sdk_developers/creating_issues.md) - [How To Link Issues Workflow](docs/sdk_developers/training/workflow/how_to_link_issues.md)\n\nThank you,
2121
From Python SDK team`
2222

2323
const messages = {

.github/scripts/pr_missing_linked_issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = async ({ github, context }) => {
3232
`- Fixes #123`,
3333
``,
3434
`📖 Guide:`,
35-
`docs/sdk_developers/how_to_link_issues.md`,
35+
`docs/sdk_developers/training/workflow/how_to_link_issues.md`,
3636
``,
3737
`If no issue exists yet, please create one:`,
3838
`docs/sdk_developers/creating_issues.md`,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7070
- Added `.github/workflows/cron-check-broken-links.yml` workflow to perform scheduled monthly Markdown link validation across the entire repository with automatic issue creation for broken links ([#1210](https://github.com/hiero-ledger/hiero-sdk-python/issues/1210))
7171

7272
### Changed
73+
- Moved `docs/sdk_developers/how_to_link_issues.md` to `docs/sdk_developers/training/workflow/how_to_link_issues.md` and updated all references (#1222)
7374
- Moved docs/sdk_developers/project_structure.md to docs/sdk_developers/training/setup/project_structure.md and ensured all previous references are updated [#1223](https://github.com/hiero-ledger/hiero-sdk-python/issues/1223)
7475
- Renamed workflow scripts in `.github/scripts/` to match their corresponding workflow file names for improved consistency and maintainability (#1198)
7576
- Refactored `account_create_transaction_evm_alias.py` to improve readability by splitting the monolithic function into smaller helper functions. [#1017](https://github.com/hiero-ledger/hiero-sdk-python/issues/1017)
File renamed without changes.

0 commit comments

Comments
 (0)