跳转到内容

cnb-rs pr assignees remove

cnb-rs pr assignees remove <NUMBER> <USERNAME> [<USERNAME>...]
cnb-rs pr assignees rm     <NUMBER> <USERNAME> [<USERNAME>...]

移除 PR 处理人。

参数

  • <NUMBER>: PR 编号
  • <USERNAME>...: 一个或多个 username

示例

bash
cnb-rs --repo wwvo/cnb-rs/cnb-rs pr assignees rm 123 alice,bob

API

步骤API方法
移除${CNB_API_ENDPOINT}/{repo}/-/pulls/{number}/assigneesDELETE

另请参阅

Released under the MIT License.