1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[2025-05-08] Draft pull requests available in all GitHub billing plans (#55324)

This commit is contained in:
Tim Rogers
2025-05-01 16:08:53 +01:00
committed by GitHub
parent 1cb6e2a15b
commit 740550c8a8
7 changed files with 1 additions and 8 deletions

View File

@@ -42,7 +42,6 @@ To downgrade your personal account or organizations's plan, see [AUTOTITLE](/bil
* Wikis in private repositories
* Multiple assignees for issues and pull requests in private repositories
* Multiple pull request reviewers in private repositories
* Draft pull requests in private repositories
* Autolinked references in private repositories
* Standard support

View File

@@ -93,7 +93,6 @@ In addition to the features available with {% data variables.product.prodname_fr
* Advanced tools and insights in private repositories:
* Required pull request reviewers
* Multiple pull request reviewers
* Draft pull requests
* Team pull request reviewers
* Protected branches
* Code owners

View File

@@ -17,7 +17,6 @@ Some features of GitHub Team include:
* Access to GitHub Codespaces
* Protected branches
* Multiple reviewers in pull requests
* Draft pull requests
* Code owners
* Required reviewers
* Pages and Wikis

View File

@@ -50,8 +50,6 @@ You can visit your dashboard to quickly find links to recently updated pull requ
## Draft pull requests
{% data reusables.gated-features.draft-prs %}
When you create a pull request, you can choose to create a pull request that is ready for review or a draft pull request. Draft pull requests cannot be merged, and code owners are not automatically requested to review draft pull requests. See [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) and [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
{% data reusables.pull_requests.mark-ready-review %} You can convert a pull request to a draft at any time. See [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request).

View File

@@ -2,7 +2,6 @@
title: Changing the stage of a pull request
intro: You can mark a draft pull request as ready for review or convert a pull request to a draft.
permissions: People with write permissions to a repository and pull request authors can change the stage of a pull request.
product: '{% data reusables.gated-features.draft-prs %}'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request
- /articles/changing-the-stage-of-a-pull-request

View File

@@ -55,7 +55,7 @@ Reason Name | Description
`ci_activity` | A {% data variables.product.prodname_actions %} workflow run that you triggered was completed.
`invitation` | You accepted an invitation to contribute to the repository.
`manual` | You subscribed to the thread (via an issue or pull request).
`member_feature_requested` | Organization members have requested to enable a feature such as Draft Pull Requests or Copilot.
`member_feature_requested` | Organization members have requested to enable a feature such as Copilot.
`mention` | You were specifically **@mentioned** in the content.
`review_requested` | You, or a team you're a member of, were requested to review a pull request.{% ifversion fpt or ghec %}
`security_alert` | {% data variables.product.prodname_dotcom %} discovered a [security vulnerability](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) in your repository.{% endif %}

View File

@@ -1 +0,0 @@
Draft pull requests are available in public repositories with {% data variables.product.prodname_free_team %} for organizations and legacy per-repository billing plans. Draft pull requests are also available in public and private repositories with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% ifversion fpt or ghec %}{% data reusables.gated-features.more-info %}{% endif %}