Intermediate
Open
Pro
Interactive vs. Automation Mode in the GitHub Action
Your team has two workflows using anthropics/claude-code-action@v1:
- Workflow A, triggered on
issue_comment, with nopromptinput in thewith:block. - Workflow B, triggered on a
schedulecron, withprompt: "Summarize yesterday's merged PRs"in thewith:block.
- What determines which "mode" each workflow runs in, and what mode is each one in?
- A teammate says Workflow A will "run for every comment on every issue." Is that accurate? What actually gates whether it responds?
- Workflow B's summary currently only appears in the workflow run log, not as a comment anywhere. What would need to change for it to post somewhere visible, and why doesn't it do that by default?
Share this question