stephencelis/ghi

Support assigning multiple users

Aberta

#310 aberto em 30 de mai. de 2016

 (2 comentários) (8 reações) (0 responsável)Ruby (134 forks)github user discovery
featurehelp wanted

Métricas do repositório

Stars
 (2.122 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Per https://github.com/blog/2178-multiple-assignees-on-issues-and-pull-requests, GitHub now supports multiple assignees (up to 10) for a given issue.

Currently, ghi supports assigning only one user, or at least supports assigning only one user at a time:

$ ghi open --help
    [...]
    -u, --[no-]assign [<user>]       assign to specified user

Suggested approach is to simply allow multiple <user> arguments to to the -u/--assign option, e.g.

$ ghi open --help
    [...]
    -u, --[no-]assign <user>...      assign to specified user(s)

Likewise, it would be important to support un-assigning each specified user when the --no-assign option is used.

Guia do colaborador