File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments