Skip to content

Add PR visual recap workflow#266

Merged
rthaut merged 1 commit into
masterfrom
ci/pr-visual-recap
Jul 15, 2026
Merged

Add PR visual recap workflow#266
rthaut merged 1 commit into
masterfrom
ci/pr-visual-recap

Conversation

@rthaut

@rthaut rthaut commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Adds .github/workflows/pr-visual-recap.yml, which posts an automatically generated visual recap (interactive diagram/summary plan plus a screenshot in a sticky comment) on non-trivial pull requests, using the Agent-Native recap CLI.

Safety posture:

  • Plain pull_request trigger (never pull_request_target), so PR head code never runs with elevated permissions or write tokens.
  • Job-level hard gate: only same-repository branches from OWNER/MEMBER/COLLABORATOR authors start the workflow; fork PRs, bot PRs (e.g. Dependabot), and drafts are skipped entirely.
  • Inert until secrets are configured: without the model API key the gate no-ops with a green check, so this merges safely ahead of key provisioning.
  • Secret scan of the diff fails closed; tiny diffs never invoke the model.

No existing workflows are modified.

@github-actions

Copy link
Copy Markdown

Visual recap — skipped

The visual recap job did not run for this pull request. This is informational only and does not block the PR.

Recap skipped for 7678004: ANTHROPIC_API_KEY not configured (claude backend).

@rthaut
rthaut merged commit c467e58 into master Jul 15, 2026
3 checks passed
@rthaut
rthaut deleted the ci/pr-visual-recap branch July 15, 2026 19:14
@github-actions github-actions Bot mentioned this pull request Jul 15, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant