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
- Include org teams for PR reviewers by @andyfeller in #11407
📚 Docs & Chores
Full Changelog: v2.76.1...v2.76.2