stephencelis/ghi

Support assigning multiple users

Ouverte

#310 ouverte le 30 mai 2016

 (2 commentaires) (8 réactions) (0 personne assignée)Ruby (134 forks)github user discovery
featurehelp wanted

Métriques du dépôt

Stars
 (2 122 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur