Skip to content

GitHub CLI 2.76.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 19:10
08303d9

:copilot: Copilot Coding Agent Support

GitHub Copilot Pro+ and Copilot Enterprise subscribers can now assign issues to GitHub Copilot during issue creation using:

  • Command-line flag: gh issue create --assignee @copilot
  • Launching web browser: gh issue create --assignee @copilot --web
  • Or interactively selecting Copilot (AI) as assignee in gh issue create metadata

For more details, refer to the full changelog post for Copilot coding agent.

What's Changed

✨ Features

🐛 Fixes

  • FIX: Do not fetch logs for skipped jobs by @babakks in #11312
  • Transform extension and filename qualifiers into path qualifier for web code search by @samcoe in #11211

📚 Docs & Chores

Full Changelog: v2.75.1...v2.76.0