🧩 Intermediate Contributors
This issue is intended for contributors who already have some familiarity with the
Hiero Python SDK codebase and contribution workflow.
You should feel comfortable:
- navigating existing source code and examples
- understanding SDK concepts without step-by-step guidance
- following the standard PR workflow without additional onboarding
If this is your very first contribution to the project, we recommend starting with a few
Good First Issues before working on this one.
🐞 Problem Description
Dependabot PRs are authored by the dependabot[bot]. When PRs are opened, they are not given an assignee and a changelog entry is not provided.
These items should be able to happen automagically using a github service account (SA) (@hiero-ledger/github-maintainers to help).
This PR should NOT modify any SDK functionality.
💡 Expected Solution
- Add the
@hiero-ledger/hiero-automation group to the hiero-sdk-python repository
- Develop a workflow to update the
changelog.md file and add the SA to the PR as an assignee.
- Ensure the workflow can operate in dry-run mode (show what change would occur and who the assignee will be)
- Test that when a PR is created by [test-user] that the changelog is updated to reflect the PR title
- Ensure that when a dependabot PR is created, that the workflow picks up the change.
🧠 Implementation Notes
Add implementation notes here.
✅ Acceptance Criteria
To merge this issue, the pull request must:
📚 Additional Context or Resources
🧩 Intermediate Contributors
This issue is intended for contributors who already have some familiarity with the
Hiero Python SDK codebase and contribution workflow.
You should feel comfortable:
If this is your very first contribution to the project, we recommend starting with a few
Good First Issues before working on this one.
🐞 Problem Description
Dependabot PRs are authored by the
dependabot[bot]. When PRs are opened, they are not given an assignee and a changelog entry is not provided.These items should be able to happen automagically using a github service account (SA) (@hiero-ledger/github-maintainers to help).
This PR should NOT modify any SDK functionality.
💡 Expected Solution
@hiero-ledger/hiero-automationgroup to thehiero-sdk-pythonrepositorychangelog.mdfile and add the SA to the PR as an assignee.🧠 Implementation Notes
Add implementation notes here.
✅ Acceptance Criteria
To merge this issue, the pull request must:
git commit -S -s -m "chore: my change"with a GPG key set up📚 Additional Context or Resources