Skip to content

chore(deps): bump github.com/cli/cli/v2 from 2.87.3 to 2.88.1#52

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.88.1
Mar 15, 2026
Merged

chore(deps): bump github.com/cli/cli/v2 from 2.87.3 to 2.88.1#52
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.88.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps github.com/cli/cli/v2 from 2.87.3 to 2.88.1.

Release notes

Sourced from github.com/cli/cli/v2's releases.

GitHub CLI 2.88.1

Fix pr commands failing with read:project scope error

v2.88.0 introduced a regression where pr commands would fail with the error:

error: your authentication token is missing required scopes [read:project]
To request it, run:  gh auth refresh -s read:project

Previously, missing read:project scope was gracefully handled, and project data was silently skipped. A change inadvertently broke the error matching that enabled this graceful degradation. v2.88.1 reverts these changes so that pr commands work correctly without requiring the read:project scope.

What's Changed

Full Changelog: cli/cli@v2.88.0...v2.88.1

GitHub CLI 2.88.0

:copilot: Request Copilot Code Review from gh

gh pr create and gh pr edit now support Copilot Code Review as a reviewer. Request a review with --add-reviewer @copilot, or select Copilot interactively from the searchable reviewer prompt.

Create a pull request and request review from Copilot:

gh pr create --reviewer @copilot

Edit a pull request and request review from Copilot:

gh pr edit --add-reviewer @copilot

Close issues as duplicates with gh issue close --duplicate-of

You can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new --duplicate-of flag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use --reason duplicate to set the close reason without linking a specific issue.

# Close as duplicate, linking to the original issue
gh issue close 123 --duplicate-of 456

Close with duplicate reason only

gh issue close 123 --reason duplicate

JSON support for gh agent-task

... (truncated)

Commits
  • 37800dd Merge pull request #12915 from cli/revert-12596-fix/clarify-scope-error
  • 3921788 Revert "fix: clarify scope error while creating issues for projects"
  • 4a3f7d9 Merge pull request #12914 from cli/revert-12845-refactor/deduplicate-scope-er...
  • d45acae Revert "refactor: deduplicate scope error handling between api/client.go and ...
  • 2bf1669 Merge pull request #12911 from cli/kw/deployment-oidc
  • bd12a06 Switch deployment signing to OIDC authentication
  • e8cc7f9 Merge pull request #12894 from cli/tidy-dev/add-pitch-surfacing
  • c9afc3c fix: add if guard to no-response job to prevent running on workflow_dispatch
  • 8f26730 Merge pull request #12846 from yuvrajangadsingh/feat/squash-merge-commit-message
  • 089e461 Add pitch surfacing workflow (monthly + manual dispatch)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cli/cli/v2](https://github.com/cli/cli) from 2.87.3 to 2.88.1.
- [Release notes](https://github.com/cli/cli/releases)
- [Changelog](https://github.com/cli/cli/blob/trunk/docs/release-process-deep-dive.md)
- [Commits](cli/cli@v2.87.3...v2.88.1)

---
updated-dependencies:
- dependency-name: github.com/cli/cli/v2
  dependency-version: 2.88.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 15, 2026
@github-actions github-actions bot merged commit 3e48fe6 into main Mar 15, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cli/cli/v2-2.88.1 branch March 15, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants