ci: re-deploy PR summary workflow on OpenRouter#263
Merged
Conversation
The lean-summary-workflow action is now a single OpenRouter-backed gateway. Update summary.yml inputs: api_key takes the OpenRouter key (secrets.OPENROUTER_KEY), drop the removed `provider` input, use an OpenRouter model slug, rename style_guide_path -> additional_instructions_path, and add contents:read for the action's checkout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🤖 PR SummaryFailed to generate AI summary. Please check the per-file summaries and statistics below. Statistics
Lean Declarations
📄 **Per-File Summaries**
Last updated: 2026-06-30 16:14 UTC. |
🤖 AI ReviewNo Lean files were changed in this PR. |
…reopened/timeout) Omit `model` so the workflow inherits the action's default (deepseek/deepseek-v4-flash) — the fleet model can then be changed in one place. Also add the `reopened` trigger, a job timeout, and (where applicable) upstream_path for upstream-bound directories. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Build Timing Report
Incremental Rebuild Signal
This compares a clean project build against an incremental rebuild in the same CI job; it is a lightweight variability signal, not a full cross-run benchmark. Slowest Current Clean-Build FilesShowing 20 slowest current targets, with comparison against the selected baseline when available.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-deploys the PR-summary workflow against the updated
alexanderlhicks/lean-summary-workflowaction, which is now a single OpenRouter-backed gateway (no per-provider input).Changes to
.github/workflows/summary.yml:api_keynow takes the OpenRouter key viasecrets.OPENROUTER_KEYproviderinputmodelis an OpenRouter slug:google/gemini-3-flash-preview(swap togoogle/gemma-4-26b-a4b-itfor ~8× lower cost)style_guide_path→additional_instructions_pathcontents: read(required by the action's checkout underpull_request_target)reasoning_effort,max_file_diff_chars,max_instructions_diff_chars)Requires the
OPENROUTER_KEYrepository secret (already added).🤖 Generated with Claude Code