Skip to content
Compare
Choose a tag to compare

GitHub CLI 2.9.0

Latest
@github-actions github-actions released this
7a3d02d
Compare
Choose a tag to compare

What's New

  • label edit: Command to edit existing labels by @heaths in #5519
  • label clone: Command to clone labels between repositories by @heaths in #5452
  • label create: Add --force flag to forcibly create labels by @heaths in #5451
  • codespaces: Support for multi devcontainer by @reybard in #5076

What's Changed

  • label list: Add column for displaying the label color by @heaths in #5462
  • pr merge: Warn if PR is already merged by @mntlty in #5463
  • gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510
  • list commands: Standardize output when no entries found by @rpadaki in #5479
  • repo list: Add ls alias to command by @rpadaki in #5480
  • issue/pr list: Fix searching by --state flag by @samcoe in #5513
  • search prs: Correct displayed header when searching prs command by @samcoe in #5488
  • pr create: Document that --body-file reads from stdin by @lukekarrys in #5461
  • Add tab completion descriptions for aliases and extensions by @rpadaki in #5447
  • Replace deprecated ioutil package with io and os package replacements by @estensen in #5498

New Contributors

Full Changelog: v2.8.0...v2.9.0