Skip to content

Let the escalation step run without a checkout - #23

Merged
charlesgreen merged 1 commit into
mainfrom
fix/escalation-pre-checkout
Aug 10, 2026
Merged

Let the escalation step run without a checkout#23
charlesgreen merged 1 commit into
mainfrom
fix/escalation-pre-checkout

Conversation

@charlesgreen

Copy link
Copy Markdown
Contributor

The drill's red run (token mint failing while the App installation doesn't yet cover this repo) exposed that the escalation step itself dies pre-checkout: gh needs a repo to infer context from, and there isn't one when the failure precedes the checkout step. Explicit -R $GITHUB_REPOSITORY on all three calls fixes the alarm path for the failure class where it matters most. YAML parse verified locally.

When the App token mint fails, the failure happens before checkout, and
gh refuses every command with no local repo to infer -R from — so the
alarm path was broken for exactly the failure class it matters most
for: dead credentials turning every run red with no issue ever opened.
Explicit -R on all three gh calls. Found by the drill's first real red.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying aixgo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7b04702
Status: ✅  Deploy successful!
Preview URL: https://adb7510e.aixgo.pages.dev
Branch Preview URL: https://fix-escalation-pre-checkout.aixgo.pages.dev

View logs

@charlesgreen
charlesgreen merged commit 60f0987 into main Aug 10, 2026
4 checks passed
@charlesgreen
charlesgreen deleted the fix/escalation-pre-checkout branch August 10, 2026 05:48
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