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 ingh issue create
metadata
For more details, refer to the full changelog post for Copilot coding agent.
What's Changed
✨ Features
- Assign Copilot during
gh issue create
by @andyfeller in #11279 - Display immutable field in
release view
command by @bdehamer in #11251
🐛 Fixes
- FIX: Do not fetch logs for skipped jobs by @babakks in #11312
- Transform
extension
andfilename
qualifiers intopath
qualifier for web code search by @samcoe in #11211
📚 Docs & Chores
- FIX: Workflow does not contain permissions by @BagToad in #11322
- Add automated feature request response workflow by @BagToad in #11299
Full Changelog: v2.75.1...v2.76.0