Skip to content

Commit dd1d078

Browse files
authored
Merge pull request #37981 from github/repo-sync
Repo sync
2 parents e3c97c8 + 740550c commit dd1d078

File tree

8 files changed

+4
-9
lines changed

8 files changed

+4
-9
lines changed

content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ topics:
1212
shortTitle: Extensions quickstart
1313
---
1414

15-
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.
15+
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).
16+
17+
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).
1618

1719
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).
1820

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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)