chore: merge upstream Wei-Shaw/sub2api v0.1.129

Upstream 改动 (2 commits):
- ci: 限制 CLA workflow 只在 upstream 仓库运行 (Wei-Shaw/sub2api),
  避免 fork 触发 CLA 检查
- chore: VERSION 0.1.128 -> 0.1.129

无代码变更,无冲突,直接 fast-forward 风格 merge。
This commit is contained in:
win 2026-05-20 18:07:13 +08:00
commit 4e3ba04717
2 changed files with 11 additions and 4 deletions

View File

@ -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"

View File

@ -1 +1 @@
0.1.128
0.1.129