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.74.0
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.74.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    793a7ff View commit details
    Browse the repository at this point in the history
  2. Document support for @copilot in `gh [pr|issue] edit --add-assignee…

    …` and `--remove-assignee` (#11056)
    
    * Document support for `@copilot` in `gh [pr|issue] edit --add-assignee` and `--remove-assignee`
    
    Following up on #10991, this updates the help text for
    `issue edit` and `pr edit`'s `--add-assignee` and
    `--remove-assignee` options to mention that you can use
    `@copilot`.
    
    This is already mentioned in the command-level help text, but
    not at the argument level, whereas the `@me` macro is.
    
    * Apply suggestion from @babakks
    
    Co-authored-by: Babak K. Shandiz <[email protected]>
    
    * Apply suggestion from @babakks
    
    Co-authored-by: Babak K. Shandiz <[email protected]>
    
    ---------
    
    Co-authored-by: Babak K. Shandiz <[email protected]>
    timrogers and babakks authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    9a80311 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11057 from cli/wm/fix-pr-edit

    Fix pr edit when URL is provided
    williammartin authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c13f2f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. test: fix test data const

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    bde303d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11091 from cli/babakks/fix-test-data

    Fix const in PR finder tests
    williammartin authored Jun 10, 2025
    1 Configuration menu
    Copy the full SHA
    49eee93 View commit details
    Browse the repository at this point in the history
Loading