Skip to content

chore(deps): bump github.com/cli/cli/v2 from 2.93.0 to 2.94.0#58

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.94.0
Jun 14, 2026
Merged

chore(deps): bump github.com/cli/cli/v2 from 2.93.0 to 2.94.0#58
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.94.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/cli/cli/v2 from 2.93.0 to 2.94.0.

Release notes

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

GitHub CLI 2.94.0

Issue types, sub-issues, and relationships in gh issue

This release brings GitHub's advanced issue features to gh issue create, edit, view, and list. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:

# Set an issue's type
gh issue create --type Bug
gh issue edit 123 --type Bug
Organize work with sub-issues
gh issue create --parent 100
gh issue edit 100 --add-sub-issue 123
Track blocked-by and blocking relationships
gh issue create --blocked-by 200
gh issue edit 123 --add-blocking 300

Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.

Manage discussions with gh discussion

This release introduces the discussion command set for working with GitHub Discussions in gh:

# List discussions
gh discussion list
View a discussion, its comments, or replies to a comment
gh discussion view 123 --comments
Create a discussion
gh discussion create
Edit a discussion
gh discussion edit 123
Comment on a discussion
gh discussion comment 123
Reply to a comment using its URL
gh discussion comment <url>

... (truncated)

Commits
  • cac0ba1 Add gh discussion and Issues 2.0 reference to the gh skill, plus a README n...
  • 52e8e74 Merge pull request #13541 from cli/feature/discussion
  • 69855b7 fix(discussion comment): fix bug in requiring body/body-file in add/edit mode
  • 616d929 chore(discussion/client): rename client files
  • 5e6a58b test(acceptance): fix discussion comment acceptance tests
  • d63ab8d fix(discussion/shared): error on out-of-range discussion number in URL
  • 5d77247 fix(discussion view): print only requested items in non-tty output
  • 06d2e34 docs(discussion list): clarify answered examples refer to Q&A discussions
  • 9f2da11 fix(discussion view): show comments and replies in chronological order
  • 951d76e refactor(discussion list): simplify no-results message and use success icon h...
  • 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.93.0 to 2.94.0.
- [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.93.0...v2.94.0)

---
updated-dependencies:
- dependency-name: github.com/cli/cli/v2
  dependency-version: 2.94.0
  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 Jun 14, 2026
@github-actions github-actions Bot merged commit 244ba97 into main Jun 14, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/cli/cli/v2-2.94.0 branch June 14, 2026 07:57
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