1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/data/reusables/pull_requests/resolving-conversations.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

24 lines
1.4 KiB
Markdown

### 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](/assets/images/help/pull_requests/conversation-with-resolve-button.png)
The entire conversation will be collapsed and marked as resolved, making it easier to find conversations that still need to be addressed.
![Resolved conversation](/assets/images/help/pull_requests/resolved-conversation.png)
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](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)."
{% ifversion fpt or ghes > 3.1 or ghae-issue-4382 or ghec %}
#### 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](/assets/images/help/pull_requests/conversations-menu.png)
{% endif %}