Skip to content

Commit 740550c

Browse files
authored
[2025-05-08] Draft pull requests available in all GitHub billing plans (#55324)
1 parent 1cb6e2a commit 740550c

File tree

7 files changed

+1
-8
lines changed

7 files changed

+1
-8
lines changed

content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ To downgrade your personal account or organizations's plan, see [AUTOTITLE](/bil
4242
* Wikis in private repositories
4343
* Multiple assignees for issues and pull requests in private repositories
4444
* Multiple pull request reviewers in private repositories
45-
* Draft pull requests in private repositories
4645
* Autolinked references in private repositories
4746
* Standard support
4847

content/get-started/learning-about-github/githubs-plans.md

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ In addition to the features available with {% data variables.product.prodname_fr
9393
* Advanced tools and insights in private repositories:
9494
* Required pull request reviewers
9595
* Multiple pull request reviewers
96-
* Draft pull requests
9796
* Team pull request reviewers
9897
* Protected branches
9998
* Code owners

content/nonprofit/nonprofit-teams-plan/getting-started-with-the-github-team-plan-for-nonprofits.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Some features of GitHub Team include:
1717
* Access to GitHub Codespaces
1818
* Protected branches
1919
* Multiple reviewers in pull requests
20-
* Draft pull requests
2120
* Code owners
2221
* Required reviewers
2322
* Pages and Wikis

content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ You can visit your dashboard to quickly find links to recently updated pull requ
5050

5151
## Draft pull requests
5252

53-
{% data reusables.gated-features.draft-prs %}
54-
5553
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).
5654

5755
{% 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).

content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md

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

content/rest/activity/notifications.md

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

data/reusables/gated-features/draft-prs.md

-1
This file was deleted.

0 commit comments

Comments
 (0)