Skip to main content

此版本的 GitHub Enterprise 已停止服务 2022-10-12. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持

评论拉取请求

在仓库中打开拉取请求后,协作者或团队成员可以评论两个指定分支之间的文件比较,或者对整个项目做出总体评论。

关于拉取请求评论

可以在拉取请求的“对话”选项卡上添� 注释,留下一般性注释、疑问或提议。 您还可以提出拉取请求的作者可直接从您的注释中应用的更改。

拉取请求对话

还可以在拉取请求的“已更改的文件”选项卡上以单行注释的形式或作为拉取请求审查的一部分对文件的特定部分进行注释。 添� 行注释是讨论有关实现的问题或向作者提供反馈的好方法。

有关如何在拉取请求审查中添� 行注释的详细信息,请参阅“审查拉取请求中的建议更改”。

注意:如果通过电子邮件回复拉取请求,则会将注释添� 到“对话”选项卡中,并且不会成为拉取请求审查的一部分 。

若要回复现有的行注释,需要导航到“对话”选项卡或“已更改的文件”选项卡上的注释,并在其下方添� 额外的行注释 。

提示:

  • 拉取请求注释支持与 GitHub Enterprise Server 上的常规注释相同的� �式,例如 @mentions、表情符号和引用。
  • 可以在“已更改的文件”选项卡中添� 对拉取请求中注释的回复。

向拉取请求添� 行注释

  1. 在存储库名称下,单击 “拉取请求”。 拉取请求选项卡选择
  2. 1. 在拉取请求列表中,单击要留下行注释的拉取请求。
  3. On the pull request, click Files changed. Pull Request Files changed tab 1. 将� � �悬停在要添� 评论的代� �行上方,然后单击蓝色的评论图� �。 若要在多行上添� 评论,请单击并拖动以选择行范围,然后单击蓝色的评论图� �。 蓝色评论图� � 1. 在评论字段中输入您的评论。 注释字段 1. Optionally, to suggest a specific change to the line or lines, click , then edit the text within the suggestion block. Suggestion block
  4. 完成后,单击“添� 单个注释”。 内联注释窗口

任何关注拉取请求或仓库的人都会收到有关您评论的通知。

Resolving conversations

You can resolve a conversation in a pull request if you opened the pull request or if you have write access to the repository where the pull request was opened.

To indicate that a conversation on the Files changed tab is complete, click Resolve conversation.

Pull request conversation with Resolve conversation button

The entire conversation will be collapsed and marked as resolved, making it easier to find conversations that still need to be addressed.

Resolved conversation

If the suggestion in a comment is out of your pull request's scope, you can open a new issue that tracks the feedback and links back to the original comment. For more information, see "Opening an issue from a comment."

Discovering and navigating conversations

You can discover and navigate to all the conversations in your pull request using the Conversations menu that's shown at the top of the Files Changed tab.

From this view, you can see which conversations are unresolved, resolved, and outdated. This makes it easy to discover and resolve conversations.

Showing the conversations menu

延伸阅读