update_issue
Update a Gitee issue's state or labels to close it or apply tags automatically. Specify repository, issue number, target state, and comma-separated labels.
Instructions
更新 Issue 状态或标签(自动打标签/关单)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | 仓库名 | |
| owner | Yes | 仓库所有者 | |
| state | No | 目标状态 | |
| labels | No | 逗号分隔标签,可选 | |
| number | Yes | Issue 编号 |