mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
Enable use_commit_signing to provide MCP file ops server for CI fixes
- Add use_commit_signing: true to auto-fix workflows - Update slash commands to use mcp__github_file_ops__commit_files - This enables Claude to write and commit files through MCP
This commit is contained in:
1
.github/workflows/auto-fix-ci-inline.yml
vendored
1
.github/workflows/auto-fix-ci-inline.yml
vendored
@@ -147,6 +147,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
timeout_minutes: "30"
|
||||
use_sticky_comment: "true"
|
||||
use_commit_signing: "true"
|
||||
claude_args: "--max-turns 15"
|
||||
|
||||
- name: Push fix branch
|
||||
|
||||
1
.github/workflows/auto-fix-ci.yml
vendored
1
.github/workflows/auto-fix-ci.yml
vendored
@@ -89,6 +89,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
timeout_minutes: "30"
|
||||
use_sticky_comment: "true"
|
||||
use_commit_signing: "true"
|
||||
claude_args: "--max-turns 15"
|
||||
|
||||
- name: Push fix branch
|
||||
|
||||
Reference in New Issue
Block a user