Skip to content

GitHub CLI 1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 15:54
· 4687 commits to trunk since this release

Security

  • This fixes the security vulnerability where running gh inside of an untrusted directory on Windows could lead to .\git.exe, .\git.bat, or a similarly crafted executable in the same directory being run instead of the system git command. See GHSA-fqfh-778m-2v32

Fixes

  • issue list: fetch and display all labels instead of just the first three #2312

  • pr view <branch>: allow viewing closed PRs #2276

  • pr create: omit the unnecessary and misleading Create a pull request for '<branch>' on GitHub by visiting: <URL> message generated by git push #2016

  • pr checks: improve error message when no checks are reported #2279

  • repo clone: print friendly error for the required argument #2253

  • release create: print friendly error for the required argument #2351

  • garden: completely reset status line when moving around #2341

  • Allow running gh commands from Windows Explorer search bar #2076 #2383