Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Check PR Title
id: check-title
uses: amannn/action-semantic-pull-request@v48f256284bd46cdaab1048c3721360e808335d50 # v3.0.0
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
- Updated bot naming conventions in `.github/workflows` to be consistent (#1042)
- Renamed workflow files for consistent PR check naming:
`examples.yml` → `pr-check-examples.yml`,
`test.yml` → `pr-check-test.yml` (#1043)
`test.yml` → `pr-check-test.yml` (#1043)
- Cleaned up `token_airdrop_claim_auto` example for pylint compliance (no functional changes). (#1079)
- Formatted `examples/query` using black (#1082)(https://github.com/hiero-ledger/hiero-sdk-python/issues/1082)
- Update team notification script and workflow for P0 issues 'p0_issues_notify_team.js'
Expand Down
Loading