Tags: galamdring/github-cli
Tags
ci: unblock bump-go from setup-go's GOTOOLCHAIN=local pin actions/setup-go locks GOTOOLCHAIN=local after installing the toolchain from the pre-bump go.mod. When bump-go.sh then edits go.mod to require a newer Go release, `go mod tidy` refuses to fetch it and the job fails (this also breaks upstream cli/cli's own Bump Go workflow whenever a new minor Go version ships). Restore GOTOOLCHAIN=auto for just this step so Go's normal on-demand toolchain download works as expected.
ci: surface rebase-and-release conflicts instead of failing silently The scheduled rebase onto upstream/trunk has been failing every week for the last 2.5 months on the same unresolved conflict, with nothing but a red check nobody was watching. Abort cleanly on conflict and file (or update) a tracking issue summarizing what needs manual resolution.
ci: surface rebase-and-release conflicts instead of failing silently The scheduled rebase onto upstream/trunk has been failing every week for the last 2.5 months on the same unresolved conflict, with nothing but a red check nobody was watching. Abort cleanly on conflict and file (or update) a tracking issue summarizing what needs manual resolution.