Skip to content

Commit 2e73983

Browse files
committed
No need to be verbose
1 parent 9f86e84 commit 2e73983

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/claude-easy-fixes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ jobs:
244244
245245
claude -p \
246246
--model claude-opus-4-6 \
247-
--output-format stream-json \
248-
--verbose \
249247
--dangerously-skip-permissions \
250248
"$(cat /tmp/claude-prompt.txt)"
251249

.github/workflows/issue-bot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ jobs:
294294
295295
claude -p \
296296
--model claude-opus-4-6 \
297-
--output-format stream-json \
298-
--verbose \
299297
--dangerously-skip-permissions \
300298
"Read the file ./tmp/step-summary.md which contains the Issue Bot step summary from CI in Markdown format. Interpret this Markdown to figure out which GitHub issues need regression tests added. For each affected issue (where behavior changed), run /regression-test with the issue number.
301299

0 commit comments

Comments
 (0)