Skip to content

Commit b2a06b6

Browse files
updated to reference write permissions (github#15487)
* updated to reference write permissions * Update content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request.md Co-authored-by: hubwriter <[email protected]> * Update content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request.md Co-authored-by: hubwriter <[email protected]> Co-authored-by: hubwriter <[email protected]>
1 parent 968244e commit b2a06b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ topics:
1616
---
1717
## About reverting a pull request
1818

19-
Reverting a pull request on {% data variables.product.product_name %} creates a new pull request that contains one revert of the merge commit from the original merged pull request.
19+
Reverting a pull request on {% data variables.product.product_name %} creates a new pull request that contains one revert of the merge commit from the original merged pull request. To revert pull requests, you must have [write permissions](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization) in the repository.
2020

2121
## Reverting a pull request
2222

@@ -33,6 +33,6 @@ For more information about using Git to manually revert individual commits, see
3333

3434
{% data reusables.repositories.sidebar-pr %}
3535
2. In the "Pull Requests" list, click the pull request you'd like to revert.
36-
3. Near the bottom of the pull request, click **Revert**.
36+
3. Near the bottom of the pull request, click **Revert**. If the **Revert** option isn't displayed, you'll need to ask the repository administrator for write permissions.
3737
![Revert pull request link](/assets/images/help/pull_requests/revert-pull-request-link.png)
3838
4. Merge the resulting pull request. For more information, see "[Merging a pull request](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)."

0 commit comments

Comments
 (0)