Skip to content

Commit e00fcd5

Browse files
authored
Merge pull request #40506 from github/repo-sync
Repo sync
2 parents 2229c75 + 576abc6 commit e00fcd5

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed
-34.8 KB
Binary file not shown.
-24.1 KB
Binary file not shown.

config/kubernetes/default/deployments/webapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: webapp
55
spec:
6-
replicas: 2
6+
replicas: 1
77
selector:
88
matchLabels:
99
app: webapp

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: webapp
55
spec:
6-
replicas: 4
6+
replicas: 6
77
selector:
88
matchLabels:
99
app: webapp
@@ -23,12 +23,12 @@ spec:
2323
image: docs-internal
2424
resources:
2525
requests:
26-
cpu: 4000m
26+
cpu: 2500m
2727
# Absolute minimum to start app is 1000m
2828
# Node is single-threaded but we want more CPUs
2929
# for OS and image resizing, and other binary executions
3030
# Better to increase replicas or memory than CPU
31-
memory: 8Gi
31+
memory: 6.0Gi
3232
# Absolute minimum to start app is 4500Mi
3333
# Would increase with more pages, versions, or languages supported
3434
# The additional memory helps during traffic surges

content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ redirect_from:
2020
This version of this article is for using repository custom instructions on the {% data variables.product.github %} website. Click the tabs above for information on using custom instructions in other environments. <!-- markdownlint-disable-line MD027 -->
2121

2222
{% data reusables.copilot.repository-custom-instructions-support %}
23-
* **{% data variables.copilot.copilot_code-review_short %}**
2423

2524
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
2625

@@ -31,7 +30,6 @@ This version of this article is for using repository custom instructions on the
3130
This version of this article is for using repository custom instructions and prompt files in {% data variables.product.prodname_vscode_shortname %}. Click the tabs above for instructions on using custom instructions in other environments.
3231

3332
{% data reusables.copilot.repository-custom-instructions-support %}
34-
* **{% data variables.copilot.copilot_code-review_short %}**
3533

3634
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
3735

@@ -42,7 +40,6 @@ This version of this article is for using repository custom instructions and pro
4240
This version of this article is for using repository custom instructions in {% data variables.product.prodname_vs %}. Click the tabs above for instructions on using custom instructions in other environments.
4341

4442
{% data reusables.copilot.repository-custom-instructions-support %}
45-
* **{% data variables.copilot.copilot_code-review_short %}**
4643

4744
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
4845

@@ -53,7 +50,6 @@ This version of this article is for using repository custom instructions in {% d
5350
This version of this article is for using repository custom instructions in JetBrains IDEs. Click the tabs above for instructions on using custom instructions in other environments.
5451

5552
{% data reusables.copilot.repository-custom-instructions-support %}
56-
* **{% data variables.copilot.copilot_code-review_short %}**
5753

5854
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
5955

@@ -76,7 +72,6 @@ This version of this article is for using repository custom instructions in Xcod
7672
This version of this article is for using repository custom instructions in Eclipse. Click the tabs above for instructions on using custom instructions in other environments.
7773

7874
{% data reusables.copilot.repository-custom-instructions-support %}
79-
* **{% data variables.copilot.copilot_code-review_short %}**
8075

8176
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
8277

data/reusables/copilot/repository-custom-instructions-support.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Repository custom instructions let you provide {% data variables.product.prodname_copilot_short %} with repository-specific guidance and preferences.
44

5-
Repository custom instructions are currently supported for:
6-
* **{% data variables.copilot.copilot_coding_agent %}**
7-
* **{% data variables.copilot.copilot_chat_short %}**
5+
### Support for repository custom instructions
6+
7+
The following table shows which {% data variables.product.prodname_copilot_short %} features support the `.github/copilot-instructions.md` instructions file.
8+
9+
{% rowheaders %}
10+
11+
| | Eclipse | JetBrains IDEs | {% data variables.product.prodname_vs %} | {% data variables.product.prodname_vscode_shortname %} | {% data variables.product.prodname_dotcom_the_website %} | Xcode |
12+
| --- | --- | --- | --- | --- | --- | --- |
13+
| {% data variables.copilot.copilot_chat_short %} | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>1</sup> |
14+
| {% data variables.copilot.copilot_coding_agent %} | N/A | N/A | N/A | {% octicon "check" aria-label="Included" %} <sup>3</sup> | {% octicon "check" aria-label="Included" %} <sup>3</sup> | N/A |
15+
| {% data variables.copilot.copilot_code-review_short %} | N/A | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} <sup>1</sup> | {% octicon "check" aria-label="Included" %} <sup>2</sup> | {% octicon "check" aria-label="Included" %} <sup>2</sup> | {% octicon "x" aria-label="Not included" %} |
16+
17+
{% endrowheaders %}
18+
19+
**1:** Repository-wide instructions (using the `.github/copilot-instructions.md` file) are supported.<br>
20+
**2:** Repository-wide instructions and path-specific instructions (using `.github/instructions/NAME.instructions.md` files) are supported.<br>
21+
**3:** Repository-wide instructions, path-specific instructions, and agent instructions (using `AGENTS.md`, `CLAUDE.md` or `GEMINI.md` files) are supported.<br>
22+
**X:** Custom instructions are not supported.<br>
23+
**N/A:** Feature not available on this platform.

data/reusables/profile/copilot_settings.md

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

0 commit comments

Comments
 (0)