Skip to content

Conversation

Copy link

Copilot AI commented Dec 22, 2025

GitHub API returns 422 validation error when creating issues with assignees: ['copilot'] because the user doesn't exist or lacks repository permissions.

Changes

  • Removed assignees field from createIssue() call in RepoDetail.tsx
  • Updated README example to reflect current implementation

Issues continue to be labeled with 'jules' for AI agent consumption.

Original prompt

This section details on the original issue you should resolve

<issue_title>fix</issue_title>
<issue_description>{
"message": "Validation Failed",
"errors": [
{
"value": [
"copilot"
],
"resource": "Issue",
"field": "assignees",
"code": "invalid"
}
],
"documentation_url": "https://docs.github.com/rest/issues/issues#create-an-issue",
"status": "422"
}
</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: friuns <7095563+friuns@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix validation error for issue assignees Remove invalid assignee from issue creation Dec 22, 2025
Copilot AI requested a review from friuns December 22, 2025 17:02
@github-actions github-actions bot temporarily deployed to commit December 22, 2025 17:04 Inactive
@github-actions
Copy link

🚀 Netlify Deployment

Deploy URL: https://69497a2a387becf3f1d4b1e5--my-test-site3.netlify.app

Branch: copilot/fix-assignees-validation-error
Commit: aa8cfae

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix

2 participants