Add explicit allowed_tools to auto-fix workflows

The slash command frontmatter allowed_tools isn't being passed through,
so we need to explicitly allow Edit/Write/MultiEdit tools in the workflow
This commit is contained in:
km-anthropic
2025-08-19 15:25:37 -07:00
parent 536d74a854
commit a44c75d118
2 changed files with 2 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ jobs:
timeout_minutes: "30"
use_sticky_comment: "true"
use_commit_signing: "true"
allowed_tools: "Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash,mcp__github_file_ops__commit_files,mcp__github_file_ops__delete_files"
claude_args: "--max-turns 15"
- name: Push fix branch

View File

@@ -90,6 +90,7 @@ jobs:
timeout_minutes: "30"
use_sticky_comment: "true"
use_commit_signing: "true"
allowed_tools: "Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash,mcp__github_file_ops__commit_files,mcp__github_file_ops__delete_files"
claude_args: "--max-turns 15"
- name: Push fix branch