Skip to content

Commit 53bf48d

Browse files
authored
Merge pull request #58447 from github/repo-sync
Repo sync
2 parents 9e9137a + 4501a6a commit 53bf48d

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

content/billing/how-tos/pay-third-parties/cancel-sponsorship.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Organizations that pay for {% data variables.product.prodname_sponsors %} by inv
2828

2929
{% data reusables.profile.access_org %}
3030
{% data reusables.profile.org_settings %}
31-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**.
31+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
3232
1. Under "{% data variables.product.prodname_sponsors %}", in the yellow banner with the start date, click **Undo**.
3333
1. Review the alert about undoing the activation of the sponsorship, then click **OK**.
3434

content/billing/how-tos/set-up-payment/connect-azure-sub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ You can pay for metered usage of {% data variables.product.github %} features th
3636
{% data reusables.profile.access_org %}
3737
{% data reusables.profile.org_settings %}
3838

39-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**.
40-
1. Under "Billing Management", to the right of "Metered billing via Azure", click **Add Azure Subscription**.
39+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
40+
1. Under "Payment Information", to the right of "Metered billing via Azure", click **Add Azure Subscription**.
4141
1. Sign in to your Microsoft account.
4242
1. Review the "Permissions requested" prompt. If you agree with the terms, click **Accept**.
4343

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For most package managers, you should define a value that will match the depende
106106
| Dependency types | Supported by package managers | Allow updates |
107107
|------------------|-------------------------------|--------|
108108
| `direct` | All | All explicitly defined dependencies. |
109-
| `indirect` | `bundler`, `pip`, `composer`, `cargo`, `gomod` | Dependencies of direct dependencies (also known as sub-dependencies, or transient dependencies).|
109+
| `indirect` | `bundler`, `pip`, `composer`, `cargo`, `gomod` | Dependencies of direct dependencies (also known as sub-dependencies, or transitive dependencies).|
110110
| `all` | All | All explicitly defined dependencies. For `bundler`, `pip`, `composer`, `cargo`, `gomod`, also the dependencies of direct dependencies.|
111111
| `production` | `bundler`, `composer`, `mix`, `maven`, `npm`, `pip` (not all managers) | Only to dependencies defined by the package manager as production dependencies. |
112112
| `development`| `bundler`, `composer`, `mix`, `maven`, `npm`, `pip` (not all managers) | Only to dependencies defined by the package manager as development dependencies. |

content/organizations/organizing-members-into-teams/about-teams.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ You can use teams to manage access for people in an organization, and for sendin
2020

2121
{% ifversion not ghes %}
2222

23-
>![TIP] If you use an enterprise account, you can also create teams at the enterprise level. For more information, see [AUTOTITLE](/enterprise-cloud@latest/admin/overview/about-teams).
23+
> [!TIP]
24+
> If you use an enterprise account, you can also create teams at the enterprise level. For more information, see [AUTOTITLE](/enterprise-cloud@latest/admin/overview/about-teams).
2425
2526
{% endif %}
2627

content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If your organization currently pays for {% data variables.product.prodname_spons
4040
4141
{% data reusables.profile.access_org %}
4242
{% data reusables.profile.org_settings %}
43-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**.
43+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
4444
1. Scroll to the "{% data variables.product.prodname_sponsors %}" section and click **Switch to invoiced billing**.
4545
1. Compare credit card and invoice billing on the next page. To proceed with changing to invoiced billing, click **Switch to invoiced billing**.
4646
1. Fill out the form and click **Submit**.

data/reusables/copilot/custom-agents-example-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The following examples demonstrate what an {% data variables.copilot.agent_profile %} could look like for the common tasks of writing tests or planning the implementation of a project. For additional inspiration, see the [{% data variables.copilot.custom_agents_caps_short %}](/copilot/tutorials/customization-library/custom-agents) examples in the customization library. You can also find examples in the [awesome-copilot](https://github.com/github/awesome-copilot/tree/main/chatmodes?utm_source=docs-web-copilot-coding-agent&utm_medium=docs&utm_campaign=universe25post) community collection, though note that the community examples are designed for {% data variables.product.prodname_vscode_shortname %} chat modes, so the syntax may differ slightly from the {% data variables.copilot.custom_agents_short %} syntax.
1+
The following examples demonstrate what an {% data variables.copilot.agent_profile %} could look like for the common tasks of writing tests or planning the implementation of a project. For additional inspiration, see the [{% data variables.copilot.custom_agents_caps_short %}](/copilot/tutorials/customization-library/custom-agents) examples in the customization library. You can also find examples in the [awesome-copilot](https://github.com/github/awesome-copilot/tree/main/agents) community collection, though note that the community examples are designed for {% data variables.product.prodname_vscode_shortname %} chat modes, so the syntax may differ slightly from the {% data variables.copilot.custom_agents_short %} syntax.
22

33
### Testing specialist
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**.
1+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & licensing** and then **Licensing** (new platform). Alternatively, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**, then click **Plans and usage** (original platform).
1+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & licensing** and then **Licensing** (new platform). Alternatively, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**, then click **Plans and usage** (original platform).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and plans**, then click **Payment information**.
1+
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**, then click **Payment information**.

0 commit comments

Comments
 (0)