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 https://github.com/cli/cli/issues/11403
What's Changed
🐛 Fixes
- Include org teams for PR reviewers by @andyfeller in https://github.com/cli/cli/pull/11407
📚 Docs & Chores
- Delete obsolete comment about
gh-models
not respecting API rate-limit by @babakks in https://github.com/cli/cli/pull/11398
Full Changelog: https://github.com/cli/cli/compare/v2.76.1...v2.76.2