Skip to content

docs(open-pr): watch the regional Cloud Builds, not the global list - #10809

Merged
MarkusNeusinger merged 2 commits into
mainfrom
claude/open-pr-regional-builds
Aug 28, 2026
Merged

docs(open-pr): watch the regional Cloud Builds, not the global list#10809
MarkusNeusinger merged 2 commits into
mainfrom
claude/open-pr-regional-builds

Conversation

@MarkusNeusinger

Copy link
Copy Markdown
Owner

Summary

  • The open-pr skill's §4 post-merge deploy watch ran gcloud builds list without --region=europe-west4. The deploy-app / deploy-api triggers are regional, so the global list answers with months-old builds — all SUCCESS, none from today — which reads like "nothing was triggered" while both deploys are already done. The feat: LLM discoverability sync from kurrentschrift #10808 follow-through polled that list for 20 minutes before noticing.
  • The command now names the region, adds a SHORT_SHA column to match against the merge commit, and the trap is recorded next to the command. Changelog entry under Changed.

Plan

N/A — friction found during the #10808 follow-through.

Test plan

  • gcloud builds list --region=europe-west4 --limit 3 --format=… run as written: shows deploy-app and deploy-api for 87f78ad (the feat: LLM discoverability sync from kurrentschrift #10808 merge), both SUCCESS; the global form shows three April builds
  • Docs-only change; no code paths touched

MarkusNeusinger and others added 2 commits August 28, 2026 23:38
The deploy-app / deploy-api triggers are regional (europe-west4). The
skill's post-merge watch ran `gcloud builds list` without --region and
got a handful of months-old global builds — all SUCCESS, none from
today — which reads like "nothing was triggered" while both deploys were
already done; the #10808 follow-through polled that list for 20 minutes.
Name the region, add a SHORT_SHA column to match against the merge
commit, and record the trap as a gotcha.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016joUzstV3siE3WqJtbcych
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016joUzstV3siE3WqJtbcych
Copilot AI lite review requested due to automatic review settings August 28, 2026 21:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The documentation updates are consistent with Cloud Build’s regional behavior and include a matching changelog entry, with no functional code changes introduced.

Pull request overview

This PR updates the open-pr skill documentation to correctly monitor regional Cloud Build triggers (europe-west4) after merge, avoiding the misleading results from the global gcloud builds list output, and records the rationale so the trap is not repeated.

Changes:

  • Update the post-merge deploy watch command to use gcloud builds list --region=europe-west4 and include a SHORT_SHA column for matching the merge commit.
  • Add an explicit explanatory note in the skill doc about why --region is required for deploy-app / deploy-api.
  • Add a [Unreleased] changelog entry under Changed describing the fix and the incident that prompted it.
File summaries
File Description
CHANGELOG.md Adds an Unreleased “Changed” entry documenting the regional Cloud Build watch fix for open-pr.
.claude/skills/open-pr/SKILL.md Updates the deploy-watch commands to use the europe-west4 region and documents the rationale + SHORT_SHA verification tip.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@MarkusNeusinger
MarkusNeusinger merged commit fd4e8e6 into main Aug 28, 2026
7 checks passed
@MarkusNeusinger
MarkusNeusinger deleted the claude/open-pr-regional-builds branch August 28, 2026 21:43
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