Skip to main content
Dalton Turner
Software Engineer
View all authors

Resolving CI Issues with Goose: A Practical Walkthrough

· 4 min read
Dalton Turner
Software Engineer

CI

Running into Continuous Integration (CI) failures in pull requests can be quite frustrating but they happen very often. In this post, we leverage the GitHub CLI (gh) using Goose to simplify your CI debugging process, fetch detailed information about failed CI runs & annotations directly from GitHub, and even apply fixes directly.