Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error trying to assign a non-collaborator to issue #9

Open
EliiseS opened this issue Jul 2, 2020 · 1 comment
Open

Error trying to assign a non-collaborator to issue #9

EliiseS opened this issue Jul 2, 2020 · 1 comment

Comments

@EliiseS
Copy link

EliiseS commented Jul 2, 2020

Only people who have commented on the issue or are a collaborator can be assigned to a github issue. Right now it fails to assign them, but maybe instead it can add a comment mentioning the person who can't be assigned.

Error:

😱 Something went wrong while migrating issue #153!
{
  "status": 422,
  "json": {
    "message": "Validation Failed",
    "errors": [
      {
        "value": "tmeckel",
        "resource": "Issue",
        "field": "assignees",
        "code": "invalid"
      }
    ],
    "documentation_url": "https://developer.github.com/v3/issues/#create-an-issue"
  }
}
@gabro
Copy link
Member

gabro commented Jul 3, 2020

Hey, thanks for reporting!
Just to set the right expectations, I’m not actively maintaining this repo, so I will probably not work on it anything time soon.
I’ll gladly review PRs and release new versions though :)

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

No branches or pull requests

2 participants