返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gh-setting-milestones

将问题与里程碑关联。用于发布计划。

person作者: jakexiaohubgithub

Setting Issue Milestones

Purpose

Updates the milestone of an issue using the gh issue edit command.

1. Safety & Verification

  • Milestone Title: Requires the title or number of the milestone.

2. Common Workflows

Workflow: Assign Milestone

Links an issue to a specific release target.

Command:

gh issue edit <issue-number> --milestone "v1.0"