39

如何关闭/完成 GitHub 项目的里程碑?我已经有三个“逾期”的里程碑,但它们已经完成了。我根本不知道如何将它们标记为“已完成” - 任何人都可以帮助我吗?

我已经尝试用谷歌搜索这个问题,并浏览了 GitHub 帮助页面,但找不到任何有关使用里程碑的信息。

4

3 回答 3

27

Update: this is an old answer for an old question. The nowerdays correct answer is the one by seeker.

Milestones now must be closed manually. --- A.J. Brown


Simply creating and closing an issue for a milestone, will mark the milestone completed:

When all issues of the milestone are closed, the milestone should be closed as well.

--- Felix King

Thanks.

于 2012-03-11T21:42:49.390 回答
16

解释 GitHub 博客文章更简单的里程碑工作流程的一种方式是,通过问题的里程碑状态更改在 2013 年 6 月 18 日的更新中被禁用:

里程碑将不再根据任何类型的问题分配改变状态。

编辑:我就此联系了 GitHub 支持,他们确认这确实是预期的行为。

于 2014-08-28T17:27:35.847 回答
13

里程碑只能手动关闭。您可以通过单击里程碑列表中的“关闭”链接来关闭里程碑。请注意,由于某种原因,里程碑的详细信息页面中没有“关闭”按钮,只有在里程碑的列表页面中。

截屏

于 2017-10-25T10:14:06.563 回答