You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workflows): apply prompt-input pattern to remaining 5 workflows
After validating in pr-review.yml that the action's 'prompt:' input
(rather than --prompt-file in claude_args) is what triggers the agent
to actually run, propagate the same pattern to the other Claude-using
workflows:
- claude-on-failure.yml: failure-analysis.md
- pr-discovery.yml: pr-discovery.md
- pr-ingestion.yml: cherry-pick.md + cherry-pick-conflict-resolution.md
- release.yml: release-notes.md
- nightly-rebase.yml: resolve-rebase-conflict.md (direct CLI call —
the Claude CLI doesn't accept --prompt-file,
so use 'claude -p \"\$(cat <file>)\"' instead)
Each Claude action call is now preceded by a 'Load <name> prompt' step
that reads the .md prompt file into a step output, which feeds the
action's prompt: input.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments