error in fix-issue creating labels

This commit is contained in:
Pit Friedrich
2026-07-25 19:53:47 +02:00
parent 37606bf304
commit 80ad7e837c
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ process_next() {
(
cd "$wt"
claude -p "/fix-issue $nr" \
--allowedTools "Bash($TEST_CMD),Bash(git *),Edit,Read,Write,Grep,Glob,mcp__gitea__issue_read,mcp__gitea__issue_write,mcp__gitea__pull_request_write" \
--allowedTools "Bash($TEST_CMD),Bash(git *),Edit,Read,Write,Grep,Glob,mcp__gitea__issue_read,mcp__gitea__issue_write,mcp__gitea__label_read,mcp__gitea__pull_request_write" \
--output-format text
) || echo "!!! Worker für #$nr mit Fehler beendet"