Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ You can view all of the reviews a pull request has received in the Conversation

{% data reusables.pull_requests.resolving-conversations %}

### Re-requesting a review

{% data reusables.pull_requests.re-request-review %}

### Required reviews

{% data reusables.pull_requests.required-reviews-for-prs-summary %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Each person who suggested a change included in the commit will be a co-author of
5. Click **Commit changes.**
![Commit changes button](/assets/images/help/pull_requests/commit-changes-button.png)

### Re-requesting a review

{% data reusables.pull_requests.re-request-review %}

### Opening an issue for an out-of-scope suggestion

If someone suggests changes to your pull request and the changes are out of the pull request's scope, you can open a new issue to track the feedback. For more information, see "[Opening an issue from a comment](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)."
Expand Down
2 changes: 2 additions & 0 deletions data/reusables/pull_requests/re-request-review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
You can re-request a review, for example, after you've made substantial changes to your pull request.
To request a fresh review from a reviewer, in the sidebar of the **Conversation** tab, click the {% octicon "sync" aria-label="The sync icon" %} icon.