Skip to content

Commit aed559b

Browse files
authored
Merge pull request #43933 from github/repo-sync
Repo sync
2 parents 4e7ced0 + 10bafe2 commit aed559b

26 files changed

Lines changed: 327 additions & 1184 deletions

File tree

.github/workflows/index-general-search-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# first sleep to give it a chance to start
6666
sleep 6
67-
curl --retry-connrefused --retry 4 -I http://localhost:4002/
67+
curl --retry-connrefused --retry 6 -I http://localhost:4002/
6868
6969
- if: ${{ failure() }}
7070
name: Debug server outputs on errors

content/billing/how-tos/set-up-payment/manage-payment-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing your payment and billing information
3-
intro: 'Learn how to view and manage your payment information and billing contacts using the new billing platform.'
3+
intro: 'Learn how to view, modify, and remove your payment information and billing contacts using the new billing platform.'
44
versions:
55
feature: enhanced-billing-platform
66
redirect_from:

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Package manager | YAML value | Supported versions |
573573
| pip-compile | `pip` | 7.5.3 |
574574
| pipenv | `pip` | <= 2024.4.1 |
575575
| pnpm | `npm` | v7, v8 <br>v9, v10 (version updates only) |
576-
| poetry | `pip` | 2.2.1 |
576+
| poetry | `pip` | v2 |
577577
| {% ifversion dependabot-pre-commit-support %} |
578578
| pre-commit | `pre-commit` | Not applicable |
579579
| {% endif %} |

content/copilot/how-tos/use-copilot-agents/cloud-agent/integrate-cloud-agent-with-jira.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ category:
1818
> * {% data variables.product.prodname_copilot %} uses AI. Check for mistakes. See [AUTOTITLE](/copilot/responsible-use/copilot-cloud-agent).
1919
> * You can provide feedback about the {% data variables.product.prodname_copilot %} for Jira integration in the [{% data variables.product.github %} survey](https://www.surveymonkey.com/r/CCAforJira).
2020
21-
The {% data variables.product.prodname_copilot %} integration in Jira allows you to invoke {% data variables.copilot.copilot_cloud_agent %} without leaving your Jira workspace. From within a Jira work item you can initiate {% data variables.copilot.copilot_cloud_agent_short %} sessions and open pull requests, using the context of the work item's title, description, labels, and comments.
21+
The {% data variables.product.prodname_copilot %} integration in Jira allows you to invoke {% data variables.copilot.copilot_cloud_agent %} without leaving your Jira workspace. From within a Jira work item you can initiate {% data variables.copilot.copilot_cloud_agent_short %} sessions and open pull requests, using the context of the work item's title, description, labels, comments, and any Atlassian custom fields such as acceptance criteria.
2222

2323
## Prerequisites
2424

@@ -71,7 +71,7 @@ Once the {% data variables.product.prodname_copilot %} for Jira app has been ins
7171

7272
To enable the {% data variables.product.prodname_copilot %} for Jira app for an organization:
7373

74-
1. In Jira, go to the settings page for your space.
74+
1. In Jira, go to the settings page for your workspace.
7575
1. Go to the applications setting page for the {% data variables.product.prodname_copilot %} app.
7676
1. Optionally, click **Connect More {% data variables.product.github %} Organizations** to add new organizations to the list.
7777
1. Enable the {% data variables.product.prodname_copilot_short %} app for one or more of the listed organizations.
@@ -90,8 +90,6 @@ You can trigger {% data variables.copilot.copilot_cloud_agent %} in three ways:
9090
* **Mention** `@{% data variables.product.prodname_copilot %}` in a comment on a work item.
9191
* **Add {% data variables.product.prodname_copilot_short %} to a workflow transition** so it is triggered automatically when a work item moves to a specific status. See [Collaborate on work items with AI agents](https://support.atlassian.com/jira-software-cloud/docs/collaborate-on-work-items-with-ai-agents/#Add-an-agent-to-workflow-transitions) for setup instructions.
9292

93-
To change the model used by {% data variables.copilot.copilot_cloud_agent %} for a specific task, include the model name in your instructions to {% data variables.product.prodname_copilot_short %}. For example, you can say `@{% data variables.product.prodname_copilot %} use Claude Sonnet 4.5 to create a new API endpoint for user authentication in octo-org/octorepo`. If you do not specify a model, {% data variables.copilot.copilot_cloud_agent %} will use the default model for coding tasks, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/changing-the-ai-model).
94-
9593
> [!NOTE]
9694
> When you assign {% data variables.product.prodname_copilot_short %} to a Jira work item, the context the agent captures from Jira will be added to the pull request and **visible to everyone** if the repository is public.
9795
@@ -114,6 +112,26 @@ To change the model used by {% data variables.copilot.copilot_cloud_agent %} for
114112
> [!TIP]
115113
> If you have not received confirmation of triggering {% data variables.copilot.copilot_cloud_agent %} after 1 minute, refresh the Jira work item page.
116114
115+
## Customizing {% data variables.copilot.copilot_cloud_agent %} in Jira
116+
117+
You can customize how {% data variables.copilot.copilot_cloud_agent %} works in your Jira workspace by specifying models, agents, custom instructions, and branching rules.
118+
119+
### Specifying a model
120+
121+
To change the model used by {% data variables.copilot.copilot_cloud_agent %} for a specific task, include the model name in your instructions to {% data variables.product.prodname_copilot_short %}. For example, you can say `@{% data variables.product.prodname_copilot %} use Claude Sonnet 4.5`. If you do not specify a model, {% data variables.copilot.copilot_cloud_agent %} will use the default model for coding tasks, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/changing-the-ai-model).
122+
123+
### Specifying a custom branch
124+
125+
{% data variables.copilot.copilot_cloud_agent_short_cap_c %} respects branch naming rules specified in individual Atlassian tickets. If a ticket includes specific branching conventions, {% data variables.product.prodname_copilot_short %} will read and follow them when creating pull requests, keeping your repository consistent with your existing workflow.
126+
127+
### Specifying a custom agent
128+
129+
You can specify a custom agent from your {% data variables.product.github %} repository directly in the Jira ticket. This allows teams to tailor {% data variables.copilot.copilot_cloud_agent_short %}'s behavior to their specific needs. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/create-custom-agents).
130+
131+
### Using custom instructions
132+
133+
You can define custom instructions at the Jira workspace level that apply every time {% data variables.copilot.copilot_cloud_agent %} is triggered. Use these instructions to specify defaults such as the target repository, default branch naming rules, preferred models, or particular agents to use. This reduces repetitive configuration and increases control over the agent's behavior.
134+
117135
## Usage costs
118136
119137
{% data variables.copilot.copilot_cloud_agent %} uses {% data variables.product.prodname_actions %} minutes and {% data variables.product.prodname_copilot_short %} premium requests.

content/migrations/ado/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from:
2020
introLinks:
2121
ado_key_differences: /migrations/ado/key-differences-between-azure-devops-and-github
2222
contentType: tutorials
23-
heroImage: /assets/images/banner-images/hero-3
23+
heroImage: /assets/images/banner-images/hero-2
2424
sidebarLink:
2525
text: Get started
2626
href: /migrations/ado
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Poetry PEP 621 project section support for Dependabot
2+
versions:
3+
fpt: '*'
4+
ghec: '*'
5+
ghes: '> 3.21'

data/release-notes/enterprise-server/3-18/8.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ sections:
7171
- |
7272
To improve page load performance, user profile pages display a maximum of 24 organizations. When viewing your own profile, a "View all" link provides access to the full list in organization settings. When viewing another user's profile, a count displays any additional organizations beyond the first 24.
7373
known_issues:
74+
- |
75+
On instances configured for high availability, you will not be able to change GitHub Actions settings through the Management Console. Other settings are not affected. [Updated: 2026-04-22]
7476
- |
7577
First time setups of GitHub Actions with OpenID Connect (OIDC) fail with an error on the `Update Servicing Resources` step. This problem does not affect instances where GitHub Actions is already enabled.
7678

data/release-notes/enterprise-server/3-19/5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ sections:
8383
- |
8484
To improve page load performance, user profile pages display a maximum of 24 organizations. When viewing your own profile, a "View all" link provides access to the full list in organization settings. When viewing another user's profile, a count displays any additional organizations beyond the first 24.
8585
known_issues:
86+
- |
87+
On instances configured for high availability, you will not be able to change GitHub Actions settings through the Management Console. Other settings are not affected. [Updated: 2026-04-22]
8688
- |
8789
First time setups of GitHub Actions with OpenID Connect (OIDC) fail with an error on the `Update Servicing Resources` step. This problem does not affect instances where GitHub Actions is already enabled.
8890

data/release-notes/enterprise-server/3-20/1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ sections:
8383
- |
8484
To improve page load performance, user profile pages display a maximum of 24 organizations. When viewing your own profile, a "View all" link provides access to the full list in organization settings. When viewing another users profile, a count displays any additional organizations beyond the first 24.
8585
known_issues:
86+
- |
87+
On instances configured for high availability, you will not be able to change GitHub Actions settings through the Management Console. Other settings are not affected. [Updated: 2026-04-22]
8688
- |
8789
First time setups of GitHub Actions with OpenID Connect (OIDC) fail with an error on the `Update Servicing Resources` step. This problem does not affect instances where GitHub Actions is already enabled.
8890
@@ -120,4 +122,4 @@ sections:
120122
- |
121123
When applying an enterprise security configuration to all repositories (for example, enabling Secret Scanning or Code Scanning across all repositories), the system immediately enqueues enablement jobs for every organization in the enterprise simultaneously. For enterprises with a large number of repositories, this can result in significant system load and potential performance degradation. If you manage a large enterprise with many organizations and repositories, we recommend applying security configurations at the organization level rather than at the enterprise level in the UI. This allows you to enable security features incrementally and monitor system performance as you roll out changes.
122124
- |
123-
In GHES instances that have multiple git storage nodes in a voting configurations (That includes GHES Clusters and Geo Replicate HA instances) where Actions is enabled can encounter problem a upon upgrading. The 1st part actions that are shipped with the new version of GHES can not be correctly installed. This can block upgrade and in some cases leave the old versions of these actions within the instatance.
125+
On instances with multiple Git storage nodes in a voting configuration, including cluster and geo-replication high availability topologies, upgrading may fail to correctly install Actions that ship with the new version. In some cases, previous versions of these Actions remain on the instance. To resolve this issue, run the following commands on the primary node: `ghe-config --unset 'app.actions.actions-repos-sha1sum'`, `ghe-config-apply`, and `/usr/local/share/enterprise/ghe-run-init-actions-graph`.

data/reusables/billing/manage-payment-info.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88

99
1. From the list of "Billing & licensing" pages, click **Payment information** to display full details of your payment method.
1010

11-
1. To edit your payment method:
11+
1. To edit or remove your payment method:
1212

13-
* **Bank card or PayPal**: In "Payment method", click **Edit** to update your payment information.
13+
* **Bank card or PayPal**: In "Payment method", click **Edit** to update your payment information or click **Remove** to remove your payment information.
1414
* **Azure subscription**: Under "Azure subscription", click {% octicon "pencil" aria-label="Edit Azure Subscription" %} to edit your subscription or {% octicon "trash" aria-label="Delete Azure Subscription" %} to remove your subscription. See [AUTOTITLE](/billing/how-tos/set-up-payment/connect-azure-sub).
1515

16-
>[!NOTE] You may see an authorization hold on your provided payment method once it's updated or after accruing significant usage of metered services. Authorization holds are temporary and are released as quickly as possible.
16+
>[!NOTE]
17+
> * You may see an authorization hold on your provided payment method once it's updated or after accruing significant usage of metered services. Authorization holds are temporary and are released as quickly as possible.
18+
> * If you have a paid subscription and remove your payment method, your subscription will automatically cancel on your next renewal date.
19+
> * If you are currently on an active paid trial, you will not be able to remove your payment method.
20+
> * To remove a payment method, you must have a balance of zero, and no billable metered usage in the current month, or the previous month if has yet to be paid.

0 commit comments

Comments
 (0)