stephencelis/ghi

Support assigning multiple users

開放

#310 建立於 2016年5月30日

 (2 則留言) (8 個反應) (0 位負責人)Ruby (134 個分叉)github user discovery
featurehelp wanted

倉庫指標

星標
 (2,122 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南