Support GH's multiple assignees
Opened this issue · 0 comments
joelmccracken commented
At time of writing, this doesn't exist in tentacat.
Based upon https://developer.github.com/v3/issues/assignees/
and https://hexdocs.pm/tentacat/api-reference.html
I would expect there to be a Tentacat.Issues.Assignees
module.
We can probably make our own pretty easily by copying something along the lines of:
https://github.com/edgurgel/tentacat/blob/master/lib/tentacat/issues/comments.ex
and making a PR on the tentacat repo, eventually.