mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 06:19:05 +08:00
ci(workflows): fix claude code review ci to be triggered by pull_request (#9934)
* ci(workflows): 更新claude代码审查工作流以支持PR分支 添加ref参数以确保检出正确的PR分支 * ci: 移除claude代码审查工作流中的ref参数 * ci: 将工作流触发器从pull_request_target改为pull_request * ci: 添加Claude代码审查测试工作流 * ci: 删除claude-review-test.yml工作流文件
This commit is contained in:
parent
a58b58cd95
commit
ba99d83d17
4
.github/workflows/claude-code-review.yml
vendored
4
.github/workflows/claude-code-review.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: Claude Code Review
|
name: Claude Code Review
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Use pull_request_target so the workflow runs in the context of the base repository.
|
pull_request:
|
||||||
# This allows OIDC and the ability to comment on PRs from forks safely.
|
|
||||||
pull_request_target:
|
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
# Optional: Only run on specific file changes
|
# Optional: Only run on specific file changes
|
||||||
# paths:
|
# paths:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user