feat(label): add issue label shortcuts #89
Loading…
Reference in New Issue
No description provided.
Delete Branch "recorder/gitlink-cli:feat/label-shortcuts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
Issue 标签(项目标记 / issue_tags)此前只能通过 Raw API 管理;gitlink-code-review、gitlink-insight 等 Skill 在做 Issue 分拣 / 打标签时都需手工拼 issue_tag_ids 请求。本 PR 将其封装为一等 label shortcut 组。
改动
测试
涉及端点
GET/POST /api/v1/{owner}/{repo}/issue_tags,PATCH/DELETE /api/v1/{owner}/{repo}/issue_tags/{id}