Improve About pull requests for user value (#58842)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
You can link a pull request to an issue to show that a fix is in progress and to automatically close the issue when someone merges the pull request. For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
|
||||
You can link a pull request to an issue to show that a fix is in progress and automatically close the issue when the pull request is merged. For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
|
||||
|
||||
1
data/reusables/pull_requests/code-review-limits.md
Normal file
1
data/reusables/pull_requests/code-review-limits.md
Normal file
@@ -0,0 +1 @@
|
||||
By default, in public repositories, any user can submit reviews that approve or request changes to a pull request. Organization owners and repository admins can limit who is able to give approving pull request reviews or request changes. For more information, see [AUTOTITLE](/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization) and [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-pull-request-reviews-in-your-repository).
|
||||
2
data/reusables/pull_requests/re-request-review.md
Normal file
2
data/reusables/pull_requests/re-request-review.md
Normal file
@@ -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.
|
||||
@@ -1 +1 @@
|
||||
If status checks are required for a repository, the required status checks must pass before you can merge your branch into the protected branch. For more information, see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging).
|
||||
If status checks are required for a repository, the required status checks must pass before you can merge your branch into the protected branch. For more information, see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging).
|
||||
17
data/reusables/pull_requests/resolving-conversations.md
Normal file
17
data/reusables/pull_requests/resolving-conversations.md
Normal file
@@ -0,0 +1,17 @@
|
||||
### 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**.
|
||||
|
||||
The entire conversation will be collapsed and marked as resolved, making it easier to find conversations that still need to be addressed.
|
||||
|
||||
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 [AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue).
|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user