Issue.assignee becomes Issue.assignees
Open
bug
DEV
- Dominant language
- Java
- Stars
- 307
- Forks
- 144
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
As mentioned [here](https://developer.github.com/v3/versions/#v3-deprecations), point 25, Issue.assignee is deprecated and Issue.assignees needs to be used, since now an Issue can have more than just one assignee.
This means some changes in our library as well: in `MkIssue` and `Issue.Smart` -> for instance `Issue.assignee() : User` becomes `Issue.assignees() : List` and also `Issue.Smart.assign(String)` needs to be redesigned etc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.