Skip to content

Commit 66ead0d

Browse files
committed
feat: enable full output logging in claude-code-action workflows
Added show_full_output: true to both pr-assignment-check and pr-stale-check workflows for better debugging and transparency.
1 parent a6605fd commit 66ead0d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-assignment-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
29+
show_full_output: true
2930
prompt: |
3031
EXEMPT USERS: @maxprilutskiy, @vrcprl, @davidturnbull, @monicabe, @sumitsaurabh927, @AleksandrSl (skip all checks if PR author is one of these)
3132

.github/workflows/pr-stale-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
show_full_output: true
2425
prompt: |
2526
EXEMPT USERS: @maxprilutskiy, @vrcprl, @davidturnbull, @monicabe, @sumitsaurabh927, @AleksandrSl
2627

0 commit comments

Comments
 (0)