Skip to content

Commit 2d59998

Browse files
authored
Merge pull request #36939 from github/repo-sync
Repo sync
2 parents a386b5e + fa3bcb5 commit 2d59998

10 files changed

Lines changed: 23 additions & 55 deletions

File tree

.github/workflows/check-for-spammy-prs.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/close-on-invalid-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
pull-requests: write
1919

2020
jobs:
21-
close-if-invalid:
21+
close-on-adding-invalid-label:
2222
if: github.repository == 'github/docs' && github.event.label.name == 'invalid'
2323
runs-on: ubuntu-latest
2424

content/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna
9090
| Windows 16-core | $0.128 |
9191
| Windows 32-core | $0.256 |
9292
| Windows 64-core | $0.512 |
93-
| Windows 4-core GPU | $0.14 |
9493
| macOS 12-core | $0.12 |
9594

9695
#### Per-minute rates for arm64-powered {% data variables.actions.hosted_runners %}

content/copilot/about-github-copilot/subscription-plans-for-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ shortTitle: Subscriptions
1111
{% data variables.product.company_short %} offers multiple subscription options for {% data variables.product.prodname_copilot %}:
1212

1313
* **{% data variables.product.prodname_copilot_free %}** is available to individual {% data variables.product.company_short %} customers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This free tier provides limited access to select features of {% data variables.product.prodname_copilot_short %}, allowing you to experience AI-powered coding assistance without a subscription.
14-
* **{% data variables.product.prodname_copilot_pro %}** is available to individual {% data variables.product.company_short %} customers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This paid tier offers full access to all {% data variables.product.prodname_copilot_short %} features, including advanced capabilities and unlimited usage, for a comprehensive AI coding experience.
14+
* **{% data variables.product.prodname_copilot_pro %}** is available to individual {% data variables.product.company_short %} customers who don't have access to {% data variables.product.prodname_copilot_short %} through an organization or enterprise. This paid tier offers full access to all {% data variables.product.prodname_copilot_short %} features, including advanced capabilities, for a comprehensive AI coding experience. While standard {% data variables.product.prodname_copilot_short %} usage is unlimited, models within {% data variables.product.prodname_copilot_short %} that are currently in public preview are subject to changes, rate limits, and evolving performance. For details, see [AUTOTITLE](/github-models/prototyping-with-ai-models#rate-limits).
1515
* **{% data variables.product.prodname_copilot_for_business %}** is available for organizations with a {% data variables.product.prodname_free_team %} or {% data variables.product.prodname_team %} plan, or enterprises on {% data variables.product.prodname_ghe_cloud %}. {% data variables.product.prodname_copilot_business_short %} gives organizations and enterprises control over {% data variables.product.prodname_copilot_short %} policies, including which members can use {% data variables.product.prodname_copilot_short %}.
1616
* **{% data variables.product.prodname_copilot_enterprise %}** is available for enterprises on {% data variables.product.prodname_ghe_cloud %}. In addition to all of the {% data variables.product.prodname_copilot_business_short %} features, {% data variables.product.prodname_copilot_enterprise_short %} provides additional AI features on {% data variables.product.company_short %}. With this subscription plan you can choose to assign either {% data variables.product.prodname_copilot_enterprise_short %} or {% data variables.product.prodname_copilot_business_short %} to each individual organization in the enterprise.
1717

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Organization owners can set policies to govern how {% data variables.product.pro
2929
* {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_dotcom_the_website %}
3030
* {% data variables.product.prodname_copilot_chat_short %} in the IDE
3131
* Editor preview features, such as:
32-
* Vision (available to {% data variables.product.prodname_vscode_shortname %} Insiders)
32+
* Vision (available in {% data variables.product.prodname_vscode_shortname %} and {% data variables.product.prodname_vs %})
3333
* {% data variables.copilot.next_edit_suggestions_caps %} (available in {% data variables.product.prodname_vscode_shortname %})
3434
* GPT-4o {% data variables.product.prodname_copilot_short %} code completion (available in {% data variables.product.prodname_vscode_shortname %} and JetBrains IDEs)
3535
* {% data variables.product.prodname_copilot_short %} Edits agent mode (available in {% data variables.product.prodname_vscode_shortname %})

content/copilot/setting-up-github-copilot/setting-up-github-copilot-for-yourself.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ If you want to use {% data variables.product.prodname_copilot_short %} in your I
2525

2626
## 3. Install the {% data variables.product.prodname_copilot_short %} extension for the command line
2727

28-
>[!NOTE] {% data reusables.gated-features.copilot-free-availability %}
29-
3028
If you want to use {% data variables.product.prodname_copilot_short %} in the command line, install the {% data variables.product.prodname_copilot_short %} extension for the {% data variables.product.prodname_cli %}. See [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/installing-github-copilot-in-the-cli).
3129

3230
## 4. Use {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_windows_terminal %}

content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For more information, see [{% data variables.product.prodname_copilot_edits_vsco
140140

141141
## Vision
142142

143-
> [!NOTE] Vision is currently available to [{% data variables.product.prodname_vscode_shortname %} Insiders](https://code.visualstudio.com/insiders) as a {% data variables.release-phases.public_preview %} and is subject to change.
143+
> [!NOTE] Vision is currently in {% data variables.release-phases.public_preview %} and is subject to change.
144144
145145
Vision requires that you use the GPT-4o model and upload one of the following file types: JPEG (`.jpg`, `.jpeg`), PNG (`.png`), GIF (`.gif`), or WEBP (`.webp`).
146146

@@ -249,6 +249,16 @@ In addition to submitting prompts through the chat window, you can submit prompt
249249

250250
See [Ask questions in the inline chat view](https://learn.microsoft.com/visualstudio/ide/visual-studio-github-copilot-chat#ask-questions-in-the-inline-chat-view) in the {% data variables.product.prodname_vs %} documentation for more details.
251251

252+
## Vision
253+
254+
> [!NOTE] Vision is currently in {% data variables.release-phases.public_preview %} and is subject to change.
255+
256+
Vision requires that you use the GPT-4o model and upload one of the following file types: JPEG (`.jpg`, `.jpeg`), PNG (`.png`), GIF (`.gif`), or WEBP (`.webp`).
257+
258+
You can attach images to your chat prompts to help {% data variables.product.prodname_copilot_short %} understand your question. For example, you can attach a screenshot of a code snippet to ask {% data variables.product.prodname_copilot_short %} to explain the code, or share mockups of new designs to ask {% data variables.product.prodname_copilot_short %} to generate code.
259+
260+
You can drag and drop images into the chat window, or attach them through the {% data variables.product.prodname_vs %} UI.
261+
252262
## Sharing feedback
253263

254264
To share feedback about {% data variables.product.prodname_copilot_chat_short %}, you can use the **Send feedback** button in {% data variables.product.prodname_vs %}. For more information on providing feedback for {% data variables.product.prodname_vs %}, see the [{% data variables.product.prodname_vs %} Feedback](https://learn.microsoft.com/en-us/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022) documentation.

content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ When you add metadata restrictions to an existing branch or tag, the rules are e
255255

256256
## Restrict file paths
257257

258-
Prevent commits that include changes in specified file paths from being pushed to the repository.
258+
Prevent commits that include changes in specified file paths from being pushed to the repository. {% ifversion available-rules-limit %}Limit is 200 entries and up to 200 characters in each entry.{% endif %}
259259

260260
{% data reusables.repositories.rulesets-push-rules-path-example %}
261261

@@ -265,7 +265,7 @@ Prevent commits that include file paths that exceed a specified character limit
265265

266266
## Restrict file extensions
267267

268-
Prevent commits that include files with specified file extensions from being pushed to the repository.
268+
Prevent commits that include files with specified file extensions from being pushed to the repository. {% ifversion available-rules-limit %}Limit is 200 entries and up to 200 characters in each entry.{% endif %}
269269

270270
## Restrict file size
271271

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reasonable limits are placed on the entries of file paths and file extensions
2+
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>3.17'

src/workflows/tests/actions-workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { flatten } from 'flat'
88
import { chain, get } from 'lodash-es'
99

1010
const githubOwnedActionsRegex =
11-
/^(actions\/(cache|checkout|download-artifact|upload-artifact)@v\d+(\.\d+)*)|(octokit\/(request-action)@v\d+(\.\d+)*)$/
11+
/^(actions\/(cache|checkout|download-artifact|upload-artifact)@v\d+(\.\d+)*)$/
1212
const actionHashRegexp = /^[A-Za-z0-9-/]+@[0-9a-f]{40}$/
1313
const checkoutRegexp = /^[actions/checkout]+@(v\d+(\.\d+)*|[0-9a-f]{40})$/
1414
const permissionsRegexp = /(read|write)/

0 commit comments

Comments
 (0)