-
Notifications
You must be signed in to change notification settings - Fork 53
Modified assignees field in issue struct for preperation of go-gitea/gitea#1884 #97
Conversation
Wouldn't this break the API? |
Yes. But is there another possibility? These are breaking changes. |
I'd suggest keeping the assignee and having ExtraAssignees, being an array. Assignee will be the first, ExtraAssignees will be the rest. |
Honestly, this sound like a hack, not a proper solution. We could keep |
Sure, that sounds more ideal. Although, breaking changes in the API before v2 are a big NO from me. |
@kolaente you can add a migration on gitea repository. |
And you can keep |
Ok, so here's what I do: I'll add |
Thanks! |
I'm currently implementing go-gitea/gitea#1884, this pr should be merged before the one in the gitea project.