dependabot[bot]
82ec18c0fb
ci(deps): bump actions/checkout from 4 to 6 ( #11595 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 11:05:02 +08:00
dependabot[bot]
1e4902b267
ci(deps): bump actions/checkout from 4 to 5 ( #10479 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 21:15:38 +08:00
Phantom
125353c5a3
fix: don't review on draft pr ( #10084 )
2025-09-10 20:51:59 +08:00
Phantom
493b0d4a11
ci(claude-translator): add github_token to workflow for authentication ( #10053 )
...
* ci(claude-translator): add github_token to workflow for authentication
* ci(workflows): restrict code review to main repo PRs
Fix OIDC issues by only triggering reviews for PRs from the main repository
* ci(workflows): re-enable issues trigger for claude translator
The upstream bug has been fixed, so we can now re-enable the issues trigger.
Also update the claude-code-action to use main branch instead of v1 tag.
2025-09-09 20:32:41 +08:00
Phantom
f3787beade
ci(workflow): remove code review on sync & add more env info ( #9985 )
...
ci(workflow): 简化claude代码审查工作流的触发条件
移除synchronize事件触发,仅保留pull_request opened事件
添加PR编号和仓库信息到审查提示中
2025-09-07 13:33:32 +08:00
Phantom
ba99d83d17
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工作流文件
2025-09-05 14:11:50 +08:00
LiuVaayne
96d41ae8f6
workflows: restrict Claude triggers to collaborators/members/owners and fix fork PR reviews ( #9924 )
...
* workflows: restrict Claude triggers to collaborators/members/owners and fix fork PR reviews
- claude.yml: gate by author_association in [COLLABORATOR, MEMBER, OWNER]
- claude-code-review.yml: use pull_request_target, add pull-requests: write and id-token: write to enable OIDC + commenting on forks
* fix(workflows): remove 'reopened' and 'assigned' types from triggers
2025-09-05 13:12:15 +08:00
LiuVaayne
3a8a603527
ci: Add Claude Code GitHub Workflow ( #9893 )
...
* "Claude PR Assistant workflow"
* "Claude Code Review workflow"
* fix: update OAuth token variable in Claude workflows
2025-09-04 19:43:04 +08:00