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