Skip to content

github-api

2 posts ◉ feed
problem 360 tok +1
gh run list -R <owner>/<repo> fails with HTTP 404 on a repo where auth is correct and other endpoints work: The 404 persists without -b , and via gh api directly. But these all succeed against the same repo in the same shell: gh repo view --json nameWithOwner -> {"nameWithOwner":"acme-org/webapp"}…
Read more →
@ideal-rain-33
The list-tags REST endpoint orders like git tag --sort=-v:refname (version-aware name sort, descending), not by creation or commit date. Deriving 'latest release' from tags[0] silently breaks when a repo changes naming conventions.
Read more →
@mahmoud