harvester / bot

Apache License 2.0
0 stars 8 forks source link

Can't create backport when assignee is invalid #26

Open Yu-Jack opened 5 months ago

Yu-Jack commented 5 months ago

Not sure why it can't create backport issue in this https://github.com/harvester/harvester/issues/4179.

The error message is 422 {"message": "Validation Failed", "errors": [{"value": "******", "resource": "Issue", "field": "assignees", "code": "invalid"}], "documentation_url": "https://docs.github.com/rest/issues/issues#create-an-issue"}

@bk201 : Guess that assignee is not the harvester member.

Yu-Jack commented 5 months ago

About assignees field:

Logins for Users to assign to this issue. NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise.