Skip to content

Commit 57285a0

Browse files
authored
Merge pull request #39064 from github/repo-sync
Repo sync
2 parents fcb418a + 4296118 commit 57285a0

File tree

109 files changed

+1262
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1262
-339
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The bulleted points in a bullet list should always be denoted in Markdown using
1010

1111
Within Markdown files, with the exception of the `title` field in the metadata at the start of a file, **always use the Liquid syntax variables rather than text** if a variable has been defined for that text. This ensures consistency and makes it easier to update product names globally.
1212

13-
**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exception is the `title` field in frontmatter metadata.
13+
**Important**: Variables must be used in all content, including reusable content, data files, and regular articles. The only exceptions are the `title` field in frontmatter metadata and any file in the `content/site-policy` directory.
1414

1515
For example:
1616

content/code-security/secret-scanning/introduction/supported-secret-scanning-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
7979
| Provider | Token | Partner | User | Push protection | Validity check |
8080
|----|:----|:----:|:----:|:----:|:----:|
8181
{%- for entry in secretScanningData %}
82-
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
82+
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
8383
{%- endfor %}
8484

8585
{% endif %}
@@ -90,7 +90,7 @@ In addition to these generic non-provider patterns, {% data variables.product.pr
9090
| Provider | Token | {% data variables.product.prodname_secret_scanning_caps %} alert | Push protection | Validity check |
9191
|----|:----|:----:|:----:|:----:|
9292
{%- for entry in secretScanningData %}
93-
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
93+
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPrivateWithGhas %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasPushProtection %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} | {% if entry.hasValidityCheck %}<span role="img" class="octicon-bg-check" aria-label="Supported">✓</span>{% else %}<span role="img" class="octicon-bg-x" aria-label="Unsupported">✗</span>{% endif %} |
9494
{%- endfor %}
9595

9696
{% endif %}

content/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-copilot-agents
1110
- /configuring-your-copilot-agent-to-communicate-with-the-copilot-platform
1211
- /configuring-your-copilot-agent-to-communicate-with-github
1312
- /context-passing-for-your-agent
1413
- /using-copilots-llm-for-your-agent
1514
---
15+

content/copilot/building-copilot-extensions/building-a-copilot-skillset-for-your-copilot-extension/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-copilot-skillsets
1110
- /building-copilot-skillsets
1211
---
1312

content/copilot/building-copilot-extensions/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /about-building-copilot-extensions
1110
- /quickstart-for-github-copilot-extensions-using-agents
1211
- /setting-up-copilot-extensions
1312
- /creating-a-copilot-extension
@@ -16,6 +15,5 @@ children:
1615
- /using-oidc-with-github-copilot-extensions
1716
- /debugging-your-github-copilot-extension
1817
- /managing-the-availability-of-your-copilot-extension
19-
- /copilot-extensions-faq
20-
- /copilot-extensions-glossary
2118
---
19+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About assigning tasks to Copilot
3+
shortTitle: Assign tasks to Copilot
34
intro: 'You can assign {% data variables.product.github %} issues to {% data variables.product.prodname_copilot_short %}, or ask {% data variables.product.prodname_copilot_short %} to create a pull request.'
45
product: '{% data reusables.gated-features.copilot-coding-agent %}<br><a href="https://github.com/features/copilot/plans?ref_cta=Copilot+plans+signup&ref_loc=about+assigning+issues+to+copilot&ref_page=docs" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
56
versions:
@@ -11,6 +12,7 @@ redirect_from:
1112
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot
1213
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-issues-to-copilot
1314
- /copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-issues/about-assigning-tasks-to-copilot
15+
- /copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot
1416
---
1517

1618
> [!NOTE]

content/copilot/customizing-copilot/about-customizing-github-copilot-chat-responses.md renamed to content/copilot/concepts/about-customizing-github-copilot-chat-responses.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: About customizing GitHub Copilot Chat responses
3-
shortTitle: About customizing Copilot responses
3+
shortTitle: Customize Copilot responses
44
intro: 'Learn about customizing {% data variables.copilot.copilot_chat %} responses to fit with your preferences and requirements.'
55
versions:
66
feature: copilot
77
topics:
88
- Copilot
9+
redirect_from:
10+
- /copilot/customizing-copilot/about-customizing-github-copilot-chat-responses
911
---
1012

1113
{% webui %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
type: overview
99
topics:
1010
- Copilot
11+
redirect_from:
12+
- /copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces
1113
---
1214

1315
{% data reusables.copilot.copilot-spaces.preview-note %}

content/copilot/building-copilot-extensions/about-building-copilot-extensions.md renamed to content/copilot/concepts/build-copilot-extensions/about-building-copilot-extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ topics:
88
- Copilot
99
shortTitle: About building Extensions
1010
type: overview
11+
redirect_from:
12+
- /copilot/building-copilot-extensions/about-building-copilot-extensions
1113
---
1214

1315
## About {% data variables.copilot.copilot_extensions_short %}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: About Copilot agents
2+
title: About agents for Copilot Extensions
3+
shortTitle: Agents for Copilot Extensions
34
intro: 'Learn what {% data variables.copilot.copilot_agents %} are and how they can enhance your {% data variables.copilot.copilot_chat %} experience.'
5+
allowTitleToDifferFromFilename: true
46
versions:
57
feature: copilot-extensions
68
topics:
79
- Copilot
8-
shortTitle: About Copilot agents
910
type: overview
11+
redirect_from:
12+
- /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents
1013
---
1114

1215
{% data variables.copilot.copilot_agents_short %} are custom tools embedded in {% data variables.copilot.copilot_extensions_short %}. They integrate with {% data variables.copilot.copilot_chat_short %} to provide additional functionalities tailored to specific needs. {% data variables.copilot.copilot_agents_short %} can perform various tasks such as querying documentation, retrieving data, executing specific actions, or providing AI-assisted coding suggestions. They enhance the capabilities of {% data variables.product.prodname_copilot %} by allowing developers to build and integrate custom features directly into the {% data variables.copilot.copilot_chat_short %} interface.

0 commit comments

Comments
 (0)