Skip to content

Commit 8cbcc59

Browse files
Merge branch 'main' into artifact
2 parents df2b20b + f584b8f commit 8cbcc59

File tree

12 files changed

+87
-7
lines changed

12 files changed

+87
-7
lines changed

content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The following features are currently unavailable on {% data variables.enterprise
2828
| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable | [AUTOTITLE](/rest/copilot/copilot-metrics) |
2929
| {% data variables.copilot.copilot_coding_agent %} | Currently unavailable | [AUTOTITLE](/copilot/concepts/about-copilot-coding-agent) |
3030
| Restricting {% data variables.product.prodname_actions %} policies to verified creators | Currently unavailable | [AUTOTITLE](/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#allow-enterprise-and-select-non-enterprise-actions-and-reusable-workflows) |
31-
| Billing for premium requests in {% data variables.product.prodname_copilot_short %} | Currently unavailable | [AUTOTITLE](/copilot/managing-copilot/understanding-and-managing-copilot-usage/understanding-and-managing-requests-in-copilot) |
3231
| {% data variables.product.prodname_github_models %} | Currently unavailable | [AUTOTITLE](/github-models/about-github-models) |
3332
| Some features currently in {% data variables.release-phases.public_preview %} or {% data variables.release-phases.private_preview %} | Certain features that are in a preview phase on {% data variables.product.prodname_dotcom_the_website %} may not be available on {% data variables.enterprise.data_residency_site %} | |
3433

content/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/delegated-bypass-for-push-protection/managing-requests-to-bypass-push-protection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ shortTitle: Manage bypass requests
2121

2222
When enabling delegated bypass for push protection, organization owners or repository administrators decide which {% ifversion push-protection-bypass-fine-grained-permissions %}individuals, {% endif %}roles or teams can review (approve or deny) requests to bypass push protection.
2323

24+
>[!NOTE]
25+
> You can also use {% data variables.product.prodname_github_apps %} with fine-grained permissions to programmatically review and approve push protection bypass requests. This enables your organization to streamline security request reviews and enforce policies, or integrate with external security tools, ensuring that all reviews meet established standards. _For {% data variables.product.prodname_ghe_server %}, the use of {% data variables.product.prodname_github_apps %} to review bypass requests is available from version 3.19._
26+
> For more information about permissions, see [Organization permissions for "Organization bypass requests for secret scanning"](/enterprise-cloud@latest/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#organization-permissions-for-organization-bypass-requests-for-secret-scanning).
27+
2428
When a contributor requests bypass privileges to push a commit containing a secret, this designated group of reviewers:
2529

2630
* Receives an email notification containing a link to the request.

content/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/enabling-delegated-alert-dismissal-for-secret-scanning.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ You must configure delegated dismissal for your organization using a custom secu
3737

3838
To learn more about security configurations, see [AUTOTITLE](/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale).
3939

40+
>[!NOTE]
41+
> You can use {% data variables.product.prodname_github_apps %} with fine-grained permissions to programmatically review and approve delegated dismissal requests. This enables your organization to streamline security request reviews and enforce policies, or integrate with external security tools, ensuring that all reviews meet established standards. _For {% data variables.product.prodname_ghe_server %}, the use of {% data variables.product.prodname_github_apps %} to review requests for delegated dismissals is available from version 3.19._
42+
> For more information about permissions, see [Organization permissions for "Organization bypass requests for secret scanning"](/enterprise-cloud@latest/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#organization-permissions-for-organization-bypass-requests-for-secret-scanning).
43+
4044
{% ifversion secret-scanning-alert-dismiss-custom-role %}
4145

4246
## Configuring delegated dismissal for an enterprise

content/copilot/concepts/billing/copilot-requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ contentType: concepts
1818
---
1919

2020
> [!IMPORTANT]
21-
> * Billing for premium requests began on June 18, 2025 for all paid {% data variables.product.prodname_copilot_short %} plans, and the request counters were only set to zero for paid plans.
22-
> * {% data reusables.copilot.data-residency-availability %}
21+
> * Billing for premium requests began on June 18, 2025, for all paid {% data variables.product.prodname_copilot_short %} plans on {% data variables.product.prodname_dotcom_the_website %}, and on August 1, 2025, on {% data variables.enterprise.data_residency_site %}. The request counters were only set to zero for paid plans.
2322
> * Premium request counters reset on the 1st of each month at 00:00:00 UTC. See [AUTOTITLE](/copilot/managing-copilot/understanding-and-managing-copilot-usage/monitoring-your-copilot-usage-and-entitlements).
2423
> * Certain requests may experience rate limits to accommodate high demand. Rate limits restrict the number of requests that can be made within a specific time period.
2524

content/copilot/how-tos/configure-personal-settings/configure-network-settings.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,16 @@ If you have configured a proxy but are still encountering connection errors, see
7171

7272
### Basic authentication
7373

74-
{% data variables.product.prodname_copilot_short %} for {% data variables.product.prodname_vs %} does not retrieve authentication credentials from the Windows settings. If you need to authenticate to a proxy, you can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
74+
While {% data variables.product.prodname_copilot_short %} for {% data variables.product.prodname_vs %} reads the proxy settings from Windows, it does not retrieve authentication credentials from those Windows settings.
75+
76+
If you need to authenticate to a proxy, you can try one of the below:
77+
1. Enable passing default proxy credentials by setting the environment variable `COPILOT_USE_DEFAULTPROXY` to `true`.
78+
- **Windows example**: Open the Command Prompt and run the following command:
79+
```
80+
setx COPILOT_USE_DEFAULTPROXY true
81+
```
82+
This sets the variable permanently for your user account. Restart any applications that need to use this variable.
83+
2. You can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
7584
7685
{% endvisualstudio %}
7786
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Duplicating an issue
3+
intro: 'To quickly create a similar issue, you can duplicate an existing open issue into the same repository or a different one.'
4+
versions:
5+
feature: duplicating-an-issue
6+
topics:
7+
- Issues
8+
shortTitle: Duplicate an issue
9+
---
10+
11+
To duplicate an open issue, you must have triage access to the repository that contains the original issue and to the destination repository. The destination repository must allow blank issues. See [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
12+
13+
When you duplicate an issue, a new issue is created with the original issue’s title, description, assignees, type, labels, milestones, and projects prefilled, as long as those fields exist or are available in the destination repository. Labels and milestones are retained if they are present in the target repository, with labels matching by name and milestones matching by both name and due date. The original issue remains unchanged.
14+
15+
People or teams mentioned in the original issue will not receive notifications about the duplication. The new issue will have its own URL and can be edited before being created. If you attempt to duplicate an issue to a repository where you do not have triage access, the option will not be available.
16+
17+
## Duplicating an open issue
18+
19+
{% data reusables.repositories.navigate-to-repo %}
20+
{% data reusables.repositories.sidebar-issues %}
21+
22+
1. In the list of issues, click the issue you'd like to duplicate.
23+
1. In the right sidebar, click **Duplicate issue**.
24+
1. In the **Choose a repository** dropdown, select the destination repository. You can choose the same repository or a different one.
25+
1. Edit the prefilled issue details as needed.
26+
1. Click **Create issue**.
27+
28+
## Further reading
29+
30+
* [AUTOTITLE](/issues/tracking-your-work-with-issues/about-issues)

content/issues/tracking-your-work-with-issues/administering-issues/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ children:
1313
- /transferring-an-issue-to-another-repository
1414
- /closing-an-issue
1515
- /deleting-an-issue
16+
- /duplicating-an-issue
1617
---

content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ shortTitle: Migrate data
3535

3636
{% data reusables.enterprise_installation.ssh-into-target-instance %}
3737

38+
1. Ensure the migration archive has sufficient read permissions.
39+
40+
```shell
41+
chmod 644 /home/admin/MIGRATION-GUID.tar.gz
42+
```
43+
3844
1. Use the `ghe-migrator prepare` command to prepare the archive for import on the target instance and generate a new Migration GUID for you to use in subsequent steps:
3945

4046
```shell
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #18759
2+
# Versions for which duplicating issues is available
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>3.18'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
> [!NOTE] While this `github-pages` gem remains supported for some workflows, {% data variables.product.prodname_actions %} is now the recommended approach for deploying and automating {% data variables.product.prodname_pages %} sites.
1+
> [!NOTE] While the `github-pages` gem remains supported for some workflows, {% data variables.product.prodname_actions %} is now the recommended approach for deploying and automating {% data variables.product.prodname_pages %} sites.

0 commit comments

Comments
 (0)