Skip to content

Instantly share code, notes, and snippets.

@nickboldt
Created May 4, 2026 13:08
Show Gist options
  • Select an option

  • Save nickboldt/cd47c2c6c2a68fceb9fe80fb7a56955f to your computer and use it in GitHub Desktop.

Select an option

Save nickboldt/cd47c2c6c2a68fceb9fe80fb7a56955f to your computer and use it in GitHub Desktop.
gh cli for approving PRs and ignoring irrelevant test failures
alias lgtm='gh pr review -a -b "/lgtm
/approve" '
alias lgtm-override='ght;gh pr comment -b "/override \"ci/prow/e2e-ocp-helm\"
/override \"Build with Node.js\"
/override \"Test with Node.js\"
/override \"Build Image\" "'
alias merge='gh pr merge -s --auto '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment