diff --git a/content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md b/content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md index 46b89cdc3646..4fc9d06f7817 100644 --- a/content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md +++ b/content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md @@ -12,7 +12,9 @@ topics: shortTitle: Extensions quickstart --- -The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.product.prodname_copilot_extension %} built with a simple agent that responds to requests like a pirate using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. This guide uses a simple agent implementation, but the process is similar for skillsets. +The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.product.prodname_copilot_extension %} that comprises a {% data variables.product.prodname_github_app %} and a {% data variables.product.prodname_copilot_short %} agent. The agent responds to chat requests in the style of a pirate, using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. See [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents). + +This guide uses a simple agent implementation, but the process is similar for skillsets. For information about the difference between agents and skillsets, see [AUTOTITLE](/copilot/building-copilot-extensions/about-building-copilot-extensions#about-skillsets-and-agents). This quickstart is designed to help you build and chat with the Blackbeard extension as quickly as possible, so you can develop and test your extension without deploying infrastructure. For production, you'll need to host the application for your agent or skillset's endpoints on a publicly accessible server. To instead learn how to create a new {% data variables.product.prodname_copilot_extension %}, see [AUTOTITLE](/copilot/building-copilot-extensions/setting-up-copilot-extensions). diff --git a/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md b/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md index 5f56cb641de4..72d2224341a1 100644 --- a/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md +++ b/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md @@ -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 diff --git a/content/get-started/learning-about-github/githubs-plans.md b/content/get-started/learning-about-github/githubs-plans.md index 9e182c8bc9dc..83428cdfccd1 100644 --- a/content/get-started/learning-about-github/githubs-plans.md +++ b/content/get-started/learning-about-github/githubs-plans.md @@ -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 diff --git a/content/nonprofit/nonprofit-teams-plan/getting-started-with-the-github-team-plan-for-nonprofits.md b/content/nonprofit/nonprofit-teams-plan/getting-started-with-the-github-team-plan-for-nonprofits.md index cdad6d5bff51..45308e69995e 100644 --- a/content/nonprofit/nonprofit-teams-plan/getting-started-with-the-github-team-plan-for-nonprofits.md +++ b/content/nonprofit/nonprofit-teams-plan/getting-started-with-the-github-team-plan-for-nonprofits.md @@ -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 diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md index 90e44346c8cf..ae7843547532 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md @@ -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). diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md index 2a20284e0907..69cbf4262a24 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request.md @@ -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 diff --git a/content/rest/activity/notifications.md b/content/rest/activity/notifications.md index 5dc1e20614fa..1b52484b2cf9 100644 --- a/content/rest/activity/notifications.md +++ b/content/rest/activity/notifications.md @@ -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 %} diff --git a/data/reusables/gated-features/draft-prs.md b/data/reusables/gated-features/draft-prs.md deleted file mode 100644 index cdc5a0343f42..000000000000 --- a/data/reusables/gated-features/draft-prs.md +++ /dev/null @@ -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 %}