Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cli/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.76.1
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.76.2
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 28, 2025

  1. docs(ci): delete obsolete comment

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    6cce077 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11398 from cli/babakks/update-eval-script-docs

    Delete obsolete comment about `gh-models` not respecting API rate-limit
    andyfeller authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    7d70980 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Include org teams for PR reviewers

    This commit enhances the following scenarios to include organization teams as pull request reviewers:
    
    1. Interactive `gh pr create` during additional metadata
    2. Tab completing `gh pr create --reviewer`
    3. Tab completing `gh pr edit --add-reviewer`
    4. Tab completing `gh pr edit --remove-reviewer`
    
    Additionally, a new `gh pr create` test case for ensuring that teams show up within interactive prompts has been added.
    andyfeller committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    8f20f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    c9bc185 View commit details
    Browse the repository at this point in the history
  2. Refactor tab completion test

    This commit moves the `gh pr create` tab completion test closer to the logic rather than the commands that use it.
    
    This should ensure that any command or flag that lists reviewers will present teams and users as expected.
    andyfeller committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    bbc3d02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11407 from cli/andyfeller/11403-pr-team-reviewers

    Include org teams for PR reviewers
    andyfeller authored Jul 30, 2025
    1 Configuration menu
    Copy the full SHA
    a2e23a2 View commit details
    Browse the repository at this point in the history
Loading