跳转到内容

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}/assigneesGET

另请参阅

Released under the MIT License.