From b0b8b408db368de5dfac7d51bb5d6cdcb12de825 Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:18:25 +0000 Subject: [PATCH 1/2] chore: dummy Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48937142d..90649692bc 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' From 955b176f792b30abd64895cd29abf4bdc0da8bee Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:23:30 +0000 Subject: [PATCH 2/2] fix: link Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- .github/workflows/pr-check-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index eb5dbf24ba..3a9fbe41a6 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 }}