From 5c074e6fe8a03eb653ea1fe52887d87cdcf54a87 Mon Sep 17 00:00:00 2001 From: shaw Date: Wed, 20 May 2026 17:09:57 +0800 Subject: [PATCH 1/2] ci: restrict cla workflow to upstream repo --- .github/workflows/cla.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 67c8d6e9..e009e2db 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -15,8 +15,11 @@ permissions: jobs: cla-check: if: | - github.event_name == 'issue_comment' || - (github.event_name == 'pull_request_target' && github.event.action != 'closed') + github.repository == 'Wei-Shaw/sub2api' && + ( + github.event_name == 'issue_comment' || + (github.event_name == 'pull_request_target' && github.event.action != 'closed') + ) runs-on: ubuntu-latest steps: - name: "CLA Assistant" @@ -45,7 +48,11 @@ jobs: custom-allsigned-prcomment: "All contributors have signed the CLA. ✅" cla-lock: - if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: | + github.repository == 'Wei-Shaw/sub2api' && + github.event_name == 'pull_request_target' && + github.event.action == 'closed' && + github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: "Lock merged PR" From 771e0ca9735b6177a3e755ba4bea8454dd4b9e5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:11:41 +0000 Subject: [PATCH 2/2] chore: sync VERSION to 0.1.129 [skip ci] --- backend/cmd/server/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cmd/server/VERSION b/backend/cmd/server/VERSION index f3185747..aab9b571 100644 --- a/backend/cmd/server/VERSION +++ b/backend/cmd/server/VERSION @@ -1 +1 @@ -0.1.128 +0.1.129