Assigning GitHub Copilot to an issue now adds you as an assignee

Published: (December 18, 2025 at 12:46 PM EST)
1 min read

Source: GitHub Changelog

Assigning GitHub Copilot to an Issue Adds You as an Assignee

When you assign an issue to Copilot, you’ll now automatically be added as an assignee yourself. This makes it easier to track your work using filters like assignee:@me and understand who is working on an issue.

Disclaimer: The UI for features in public preview is subject to change.

Back to Blog

Related posts

Read more »

Assign issues to Copilot using the API

GraphQL support You can assign issues to Copilot using the following mutations: - updateIssuehttps://docs.github.com/graphql/reference/mutationsupdateissue - c...