Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
bit-pm
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
燕伟桐
bit-pm
Commits
3e2e137c
Unverified
提交
3e2e137c
authored
4月 23, 2026
作者:
Will Chen
提交者:
GitHub
4月 23, 2026
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Pin claude code action to v1.0.96 b/c of…
Pin claude code action to v1.0.96 b/c of
https://github.com/anthropics/claude-code-action/issues/1220
(#3261)
https://github.com/anthropics/claude-code-action/issues/1220
上级
b1fa3ad6
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
claude-check-workflows.yml
.github/workflows/claude-check-workflows.yml
+1
-1
claude-deflake-e2e.yml
.github/workflows/claude-deflake-e2e.yml
+1
-1
claude-pr-review.yml
.github/workflows/claude-pr-review.yml
+1
-1
claude-rebase.yml
.github/workflows/claude-rebase.yml
+1
-1
claude-rules-review.yml
.github/workflows/claude-rules-review.yml
+1
-1
closed-issue-comment.yml
.github/workflows/closed-issue-comment.yml
+1
-1
pr-review-responder.yml
.github/workflows/pr-review-responder.yml
+1
-1
没有找到文件。
.github/workflows/claude-check-workflows.yml
浏览文件 @
3e2e137c
...
...
@@ -36,7 +36,7 @@ jobs:
uses
:
actions/checkout@v5
-
name
:
Check workflow health
uses
:
anthropics/claude-code-action@v1
uses
:
anthropics/claude-code-action@v1
.0.96
env
:
GH_TOKEN
:
${{ steps.app-token.outputs.token }}
CLAUDE_CODE_MAX_OUTPUT_TOKENS
:
48000
...
...
.github/workflows/claude-deflake-e2e.yml
浏览文件 @
3e2e137c
...
...
@@ -72,7 +72,7 @@ jobs:
run
:
cd testing/fake-llm-server && npm install && npm run build
-
name
:
Deflake E2E tests
uses
:
anthropics/claude-code-action@v1
uses
:
anthropics/claude-code-action@v1
.0.96
env
:
GH_TOKEN
:
${{ steps.app-token.outputs.token }}
CLAUDE_CODE_MAX_OUTPUT_TOKENS
:
48000
...
...
.github/workflows/claude-pr-review.yml
浏览文件 @
3e2e137c
...
...
@@ -48,7 +48,7 @@ jobs:
fetch-depth: 1
- name: PR Review
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1
.0.96
env:
# Default is 32,000 which Claude willl sometimes hit.
# https://code.claude.com/docs/en/settings
...
...
.github/workflows/claude-rebase.yml
浏览文件 @
3e2e137c
...
...
@@ -104,7 +104,7 @@ jobs:
-
name
:
Run PR Rebase
if
:
steps.check-author.outputs.should_continue == 'true'
uses
:
anthropics/claude-code-action@v1
uses
:
anthropics/claude-code-action@v1
.0.96
with
:
claude_code_oauth_token
:
${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token
:
${{ steps.base-app-token.outputs.token }}
...
...
.github/workflows/claude-rules-review.yml
浏览文件 @
3e2e137c
...
...
@@ -36,7 +36,7 @@ jobs:
fetch-depth
:
200
-
name
:
Review AGENTS.md and rules/
uses
:
anthropics/claude-code-action@v1
uses
:
anthropics/claude-code-action@v1
.0.96
env
:
CLAUDE_CODE_MAX_OUTPUT_TOKENS
:
48000
with
:
...
...
.github/workflows/closed-issue-comment.yml
浏览文件 @
3e2e137c
...
...
@@ -25,7 +25,7 @@ jobs:
permission-issues
:
write
-
uses
:
actions/checkout@v4
-
uses
:
anthropics/claude-code-action@v1
-
uses
:
anthropics/claude-code-action@v1
.0.96
env
:
GITHUB_TOKEN
:
${{ steps.app-token.outputs.token }}
ISSUE_NUMBER
:
${{ github.event.issue.number }}
...
...
.github/workflows/pr-review-responder.yml
浏览文件 @
3e2e137c
...
...
@@ -278,7 +278,7 @@ jobs:
- name: Run PR Fix
if: steps.pr-info.outputs.should_continue == 'true'
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1
.0.96
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ steps.base-app-token.outputs.token }}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论