Created
May 4, 2026 13:08
-
-
Save nickboldt/cd47c2c6c2a68fceb9fe80fb7a56955f to your computer and use it in GitHub Desktop.
gh cli for approving PRs and ignoring irrelevant test failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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