Create an Issue and assign it Copilot Agent from the workflow #186820
-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?General Discussion DetailsI am following the docs However, it fails Is there a setting I needed to turn on to make it work? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I would recommend watching suggested actors using a GitHub GraphQL API query like this: more details you can get using this link https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr |
Beta Was this translation helpful? Give feedback.
-
|
Issue: Wrong bot username Your error shows Fix:
What's your GitHub plan? This feature requires specific Copilot tiers. |
Beta Was this translation helpful? Give feedback.
-
|
I resolved the issue. The default GITHUB_TOKEN doesn't have the permission to add the copilot bot as an assignee. I created a PAT token and that worked just fine. |
Beta Was this translation helpful? Give feedback.
I resolved the issue. The default GITHUB_TOKEN doesn't have the permission to add the copilot bot as an assignee. I created a PAT token and that worked just fine.