From 74a6ccb2b6d35852487bab8b82197dc3354a3244 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 15 Apr 2022 17:34:17 -0700 Subject: [PATCH] Remove incorrect statement re: permissions required to create PR from fork > Anyone with write access to a repository can create a pull request from a user-owned fork. Write access is not required to create a PR. --- .../creating-a-pull-request-from-a-fork.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md index 5dac43a57910..6d8679040564 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md @@ -6,7 +6,6 @@ redirect_from: - /articles/creating-a-pull-request-from-a-fork - /github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork - /github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork -permissions: 'Anyone with write access to a repository can create a pull request from a user-owned fork. {% data reusables.enterprise-accounts.emu-permission-propose %}' versions: fpt: '*' ghes: '*' @@ -18,8 +17,6 @@ shortTitle: Create a PR from a fork --- You can also give the upstream repository's maintainers permission to push commits to a user-owned fork. If your pull request compares your topic branch with a branch in the upstream repository as the base branch, then your topic branch is also called the compare branch of the pull request. For more information about pull request branches, including examples, see "[Creating a pull request](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)." -{% data reusables.pull_requests.perms-to-open-pull-request %} - 1. Navigate to the original repository where you created your fork. {% data reusables.repositories.new-pull-request %} 3. On the Compare page, click **compare across forks**.