Skip to content

GitHub CLI 2.76.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 21:24
a2e23a2

gh pr create regression fix

This release fixes a regression introduced in v2.76.1 where organization teams were not present in prompts for pull request reviewers. This caused problems in multiple commands:

  • Interactive gh pr create could not select teams when adding pull request reviewers
  • Tab completions with gh pr create --reviewer flag did not present a list of organization teams
  • Tab completions with gh pr edit --add-reviewer flag did not present a list of organization teams
  • Tab completions with gh pr edit --remove-reviewer flag did not present a list of organization teams

For more information, see #11403

What's Changed

🐛 Fixes

📚 Docs & Chores

  • Delete obsolete comment about gh-models not respecting API rate-limit by @babakks in #11398

Full Changelog: v2.76.1...v2.76.2