跳至主要内容

更改拉取请求的状态

您可以将草稿拉取请求标记为已准备好审查,或将拉取请求转换为草稿。

谁可以使用此功能?

具有存储库写入权限的人员和拉取请求作者可以更改拉取请求的状态。

草稿拉取请求在具有 GitHub 免费版(适用于组织和旧版每个存储库计费计划)的公共存储库中可用。草稿拉取请求也可用于具有 GitHub Team、GitHub Enterprise Cloud 和 GitHub Enterprise Server 的公共和私有存储库。有关更多信息,请参阅“GitHub 的计划”。

将拉取请求标记为已准备好审查

准备好获取拉取请求反馈时,您可以将草稿拉取请求标记为已准备好审查。将拉取请求标记为已准备好审查将请求任何代码所有者的审查。

提示

您还可以使用 GitHub CLI 将拉取请求标记为已准备好审查。有关更多信息,请参阅 GitHub CLI 文档中的“gh pr ready”。

  1. 在您的存储库名称下,单击 拉取请求.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Pull requests," is outlined in dark orange.

  2. 在“拉取请求”列表中,单击您要标记为已准备好审查的拉取请求。

  3. 在合并框中,单击**已准备好审查**。

    Screenshot of the merge box in a pull request. The "Ready for review" button is outlined in dark orange.

将拉取请求转换为草稿

您可以随时将拉取请求转换为草稿。例如,如果您意外打开了拉取请求而不是草稿,或者如果您已收到需要解决的拉取请求反馈,您可以将拉取请求转换为草稿以指示需要进一步更改。在您再次将拉取请求标记为已准备好审查之前,任何人都无法合并拉取请求。当您将拉取请求转换为草稿时,已订阅拉取请求通知的人员不会取消订阅。

  1. 在您的存储库名称下,单击 拉取请求.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Pull requests," is outlined in dark orange.

  2. 在“拉取请求”列表中,单击您要转换为草稿的拉取请求。

  3. 在右侧边栏的“审阅者”下,单击**转换为草稿**。

    Screenshot of the "Reviewers" section in the right sidebar of a pull request. The "Convert to draft" link is outlined in dark orange.

  4. 单击**转换为草稿**。

进一步阅读