cnb-rs issue assignees list
cnb-rs issue assignees list <NUMBER>列出 Issue 的处理人,输出 USERNAME / NICKNAME / EMAIL 表格。
参数
<NUMBER>: Issue 编号
示例
bash
cnb-rs --repo wwvo/cnb-rs/cnb-rs issue assignees list 123
cnb-rs --repo wwvo/cnb-rs/cnb-rs issue assignees list 123 --json | jq '.[].username'API
| 步骤 | API | 方法 |
|---|---|---|
| 列处理人 | ${CNB_API_ENDPOINT}/{repo}/-/issues/{number}/assignees | GET |