跳转到内容

cnb-rs pr labels clear

cnb-rs pr labels clear <NUMBER> [-y]

一次清空所有 PR 标签(带 confirm)。

set <N>(不传 NAME)效果一样,但 clear 显式表达意图 + 默认带 confirm 防误操作。

选项

  • -y, --yes: 跳过 confirm

API

DELETE ${CNB_API_ENDPOINT}/{repo}/-/pulls/{number}/labels(无 path 参数)

另请参阅

Released under the MIT License.