mirror of
https://github.com/langchain-ai/langsmith-agent-lifecycle-workshop.git
synced 2026-08-25 11:39:59 -04:00
444c526519
gh couldn't infer a default repo when the local checkout has more than one remote configured (e.g. a personal fork alongside origin), causing a "No default remote repository has been set" warning after pushing. Explicitly resolve the repo slug from the `origin` remote URL and pass --repo/--head so this works regardless of local remote setup. Verified against PR #29 (opened during live testing, closed without merging). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>