From c0318b12875afe882de462f9a7c41c997652d5cc Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 25 May 2026 18:43:37 +0800 Subject: [PATCH 1/2] chore: bump sdk version to 2.2.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0cfc34..32a9c8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bucket-protocol/sdk", "author": "Bucket Protocol ", - "version": "2.1.4", + "version": "2.2.0", "license": "Apache-2.0", "description": "Bucket Protocol TypeScript SDK", "repository": { From b844fb05f64c16bb684aea215b1f201bdc10834f Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 25 May 2026 18:52:22 +0800 Subject: [PATCH 2/2] chore: use PAT secret for auto-merge workflow Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 7982917..7806ff9 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -17,4 +17,4 @@ jobs: run: gh pr merge --auto --squash "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.ADMIN_TOKEN }} + GH_TOKEN: ${{ secrets.PAT }}