diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index eb5dbf24b..3a9fbe41a 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f48937142..90649692b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'