Skip to content

Commit 20aee13

Browse files
authored
Merge branch 'main' into renovate/stacklok-toolhive-registry-server-1.x
2 parents 31e33e2 + d473634 commit 20aee13

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/upstream-release-docs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,18 @@ jobs:
422422
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
423423
additional_permissions: |
424424
actions: read
425+
# Allow the action to run when the triggering PR was opened
426+
# by Renovate. Without this, claude-code-action refuses to
427+
# run for bot-initiated workflows as a safety default.
428+
allowed_bots: 'renovate'
429+
# Real-time visibility into skill progress during long runs.
430+
# track_progress posts a sticky tracking comment on the PR
431+
# that updates as the skill works through each phase.
432+
# display_report surfaces the Claude Code Report in the
433+
# Actions Step Summary so operators watching the run see
434+
# progress without waiting for gh run view --log.
435+
track_progress: true
436+
display_report: true
425437
prompt: |
426438
You are running in GitHub Actions with no interactive user. Follow
427439
these steps exactly and do NOT ask clarifying questions -- proceed

0 commit comments

Comments
 (0)