Skip to content

github: pin gateway v0.6.0 (Opus 5, /gateway check) - #1188

Merged
hieblmi merged 1 commit into
masterfrom
gateway-v0.6.0
Jul 28, 2026
Merged

github: pin gateway v0.6.0 (Opus 5, /gateway check)#1188
hieblmi merged 1 commit into
masterfrom
gateway-v0.6.0

Conversation

@saubyk

@saubyk saubyk commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Pin the gateway shim to v0.6.0.

Both pins move together

From To
uses: lightninglabs/gateway-action@ 3a31b86 (v0.5.0) 334a845 (v0.6.0)
runtime_ref: b7490e6 (gateway v0.5.0) 75f6e67 (gateway v0.6.0)

runtime_ref is pinned explicitly rather than left to the action's default, so a runtime upgrade goes through a PR here instead of a moved tag. Bumping only the action SHA would leave the job running the v0.5.0 runtime while the comment claimed v0.6.0.

v0.6.0 adds no trigger and no input, so the rest of the shim is unchanged — no new permissions, no new secrets, no new events.

Drive-by fix

The comment above runtime_ref said runtime upgrades "go through an lnd PR" — a copy-paste artifact from the lnd shim. Now says loop.

What v0.6.0 brings

  • Reviews run on Claude Opus 5
  • /gateway check — an advisory "have my fixes landed?" report. Evaluates the open findings on a PR against the current diff and reports one line each (addressed, partially addressed, unresolved, unclear) with a pointer to the evidence. Bare /gateway check sweeps everything; /gateway check F2 F5 narrows it. Open to PR authors as well as maintainers, and it writes nothing — /gateway re-review remains the only thing that moves a finding's recorded status.
  • Inline finding headers carry path:line, so a finding copied out of GitHub keeps its location
  • /gateway dismiss and /gateway promote no longer delete the finding's comment thread — they annotate in place and resolve it, so replies and any /gateway explain output survive
  • The bot's per-PR metadata records an accurate skill version

Bumps both pins together: the gateway-action SHA and the runtime_ref it
resolves. runtime_ref is pinned explicitly rather than left to the
action's default, so bumping only the action would leave the job on the
v0.5.0 runtime.

v0.6.0 adds no trigger and no input, so the rest of the shim is
unchanged.

Also corrects a copy-paste artifact in the adjacent comment, which said
runtime upgrades go through an lnd PR.
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@hieblmi
hieblmi self-requested a review July 28, 2026 07:07

@hieblmi hieblmi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hieblmi
hieblmi merged commit 8f831e8 into master Jul 28, 2026
10 checks passed
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.

2 participants