From a72d996dc99beaf6d209f6ce7881b4cc563e5d82 Mon Sep 17 00:00:00 2001 From: bang <3656828039@qq.com> Date: Sat, 30 May 2026 16:42:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=E5=8D=87=E7=BA=A7=20BanGD=20?= =?UTF-8?q?=E8=AF=84=E5=AE=A1=20Action=20=E5=88=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包含"读取改动文件完整内容"(A1)、上下文预算(B2)、重试/超时健壮性(B1) 及评论去重等增强。 --- .github/workflows/bangd-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bangd-review.yml b/.github/workflows/bangd-review.yml index 9ce4297..eab78f6 100644 --- a/.github/workflows/bangd-review.yml +++ b/.github/workflows/bangd-review.yml @@ -12,7 +12,7 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: NeverENG/BanGD-AI-PR-Review-Tool@02f04948a4abd4dc184cbd9e2056836bc3085cfa + - uses: NeverENG/BanGD-AI-PR-Review-Tool@05dcf20addf7f62a9090a968c969990c00601ca1 with: anthropic_api_key: ${{ secrets.DEEPSEEK }} github_token: ${{ github.token }} From e974175138638f60fafbef34ca15b410eb32b473 Mon Sep 17 00:00:00 2001 From: bang <3656828039@qq.com> Date: Sat, 30 May 2026 19:55:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=E5=8D=87=E7=BA=A7=20BanGD=20?= =?UTF-8?q?=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88=E5=B9=B6=E6=8E=88=E4=BA=88?= =?UTF-8?q?=20issues=20=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pin 升到 0103ed8(含渐进披露、Issue 交付、token 量化、丰富语料), 新增 issues:write 以便建架构问题 Issue。 --- .github/workflows/bangd-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bangd-review.yml b/.github/workflows/bangd-review.yml index eab78f6..7a91430 100644 --- a/.github/workflows/bangd-review.yml +++ b/.github/workflows/bangd-review.yml @@ -7,12 +7,13 @@ on: permissions: contents: read pull-requests: write + issues: write jobs: review: runs-on: ubuntu-latest steps: - - uses: NeverENG/BanGD-AI-PR-Review-Tool@05dcf20addf7f62a9090a968c969990c00601ca1 + - uses: NeverENG/BanGD-AI-PR-Review-Tool@0103ed848d3dca2b273f1a797cf280b8a563d68a with: anthropic_api_key: ${{ secrets.DEEPSEEK }} github_token: ${{ github.token }}