Skip to content

Commit 4c824f9

Browse files
Merge branch 'main' into artifact
2 parents 6d622bd + 663136c commit 4c824f9

File tree

121 files changed

+11047
-4830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+11047
-4830
lines changed
76.7 KB
Loading
669 KB
Loading

content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/merging-multiple-personal-accounts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ shortTitle: Merge multiple accounts
3939
1. [Transfer any repositories](/repositories/creating-and-managing-repositories/transferring-a-repository) from the account you want to delete to the account you want to keep. Issues, pull requests, and wikis are transferred as well. Verify the repositories exist on the account you want to keep.
4040
1. [Update the remote URLs](/get-started/git-basics/managing-remote-repositories) in any local clones of the repositories that were moved.
4141
1. [Delete the account](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account) you no longer want to use.
42-
1. To attribute past commits to the new account, add the email address you used to author the commits to the account you're keeping. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account)
42+
1. To attribute past commits to the new account, add the email address you used to author the commits to the account you're keeping.
43+
> [!NOTE]
44+
> There are additional requirements for commits to count as contributions that you will need to ensure are met. See [AUTOTITLE](/account-and-profile/reference/why-are-my-contributions-not-showing-up-on-my-profile#contribution-criteria-for-commits).
4345
4446
## Further reading
4547

4648
* [AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)
49+
* [AUTOTITLE](/account-and-profile/reference/best-practices-for-leaving-your-company)

content/actions/reference/workflows-and-actions/metadata-syntax.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ For more information on how to use context syntax, see [AUTOTITLE](/actions/lear
148148

149149
**Required** Configures the path to the action's code and the runtime used to execute the code.
150150

151-
### Example: Using Node.js v20
151+
### Example: Using Node.js v24
152152

153153
```yaml
154154
runs:
155-
using: 'node20'
155+
using: 'node24'
156156
main: 'main.js'
157157
```
158158

@@ -161,6 +161,7 @@ runs:
161161
**Required** The runtime used to execute the code specified in [`main`](#runsmain).
162162

163163
* Use `node20` for Node.js v20.
164+
* Use `node24` for Node.js v24.
164165

165166
### `runs.main`
166167

@@ -177,7 +178,7 @@ In this example, the `pre:` action runs a script called `setup.js`:
177178

178179
```yaml
179180
runs:
180-
using: 'node20'
181+
using: 'node24'
181182
pre: 'setup.js'
182183
main: 'index.js'
183184
post: 'cleanup.js'
@@ -204,7 +205,7 @@ In this example, the `post:` action runs a script called `cleanup.js`:
204205

205206
```yaml
206207
runs:
207-
using: 'node20'
208+
using: 'node24'
208209
main: 'index.js'
209210
post: 'cleanup.js'
210211
```

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ curl --include -H "Authorization: Bearer TOKEN" \
6565
If there are more than 100 results, the `link` header will include URLs to fetch the next, first, and previous pages of results.
6666

6767
```text
68-
link: <{% data variables.product.rest_url %}/enterprises/13827/audit-log?%3A2022-11-01=&per_page=100&after=MS42NjQzODMzNTk5MjdlKzEyfDloQzBxdURzaFdVbVlLWjkxRU9mNXc%3D&before=>; rel="next",
69-
<{% data variables.product.rest_url %}/enterprises/13827/audit-log?%3A2022-11-01=&per_page=100&after=&before=>; rel="first",
70-
<{% data variables.product.rest_url %}/enterprises/13827/audit-log?%3A2022-11-01=&per_page=100&after=&before=MS42Njc4NDA2MjM4MzNlKzEyfExqeG5sUElvNEZMbG1XZHA5akdKTVE%3D>; rel="prev"
68+
link: <{% data variables.product.rest_url %}/enterprises/13827/audit-log?phrase%3A2022-11-01=&per_page=100&after=MS42NjQzODMzNTk5MjdlKzEyfDloQzBxdURzaFdVbVlLWjkxRU9mNXc%3D&before=>; rel="next",
69+
<{% data variables.product.rest_url %}/enterprises/13827/audit-log?phrase%3A2022-11-01=&per_page=100&after=&before=>; rel="first",
70+
<{% data variables.product.rest_url %}/enterprises/13827/audit-log?phrase%3A2022-11-01=&per_page=100&after=&before=MS42Njc4NDA2MjM4MzNlKzEyfExqeG5sUElvNEZMbG1XZHA5akdKTVE%3D>; rel="prev"
7171
```
7272

7373
Copy the corresponding pagination link into your next request. For example:
7474

7575
```shell
7676
curl -I -H "Authorization: Bearer TOKEN" \
7777
--request GET \
78-
"{% data variables.product.rest_url %}/enterprises/13827/audit-log?%3A2022-11-01=&per_page=100&after=MS42Njc4NDA2MjM5NDFlKzEyfHRYa3AwSkxUd2xyRjA5bWxfOS1RbFE%3D&before="
78+
"{% data variables.product.rest_url %}/enterprises/13827/audit-log?phrase%3A2022-11-01=&per_page=100&after=MS42Njc4NDA2MjM5NDFlKzEyfHRYa3AwSkxUd2xyRjA5bWxfOS1RbFE%3D&before="
7979
```
8080

8181
{% endif %}

content/admin/upgrading-your-instance/performing-an-upgrade/preparing-for-the-elasticsearch-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When the index rebuild is complete, all the search indexes should show green and
4343

4444
## Changing the number of repair workers
4545

46-
By default, the number of index repair workers is set to the number of CPU cores divided by 8 (with an upper bound of 8). To speed up the index rebuild, you can adjust the worker count. However, before doing so, you should consider the potential impact to the load.
46+
By default, the number of index repair workers is set to the number of CPU cores divided by 8 (with an upper bound of 16). To speed up the index rebuild, you can adjust the worker count. However, before doing so, you should consider the potential impact to the load.
4747

4848
{% data reusables.enterprise_installation.ssh-into-instance %}
4949
1. To change the number of workers, enter the following command.

content/billing/concepts/product-billing/github-advanced-security.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ There are two different ways to pay for licenses.
9696
* Purchase a specific number of {% data variables.product.prodname_GHAS_cs_or_sp %} licenses that last for a defined period, typically at least a year, see {% ifversion fpt or ghec %}[AUTOTITLE](/billing/how-tos/products/add-advanced-security){% elsif ghes %}[AUTOTITLE](/enterprise-cloud@latest/billing/how-tos/products/add-advanced-security) in the {% data variables.product.prodname_ghe_cloud %} documentation{% endif %}.
9797
* If the usage of {% data variables.product.prodname_AS %} by active committers exceeds the number of licenses purchased, you need to purchase additional licenses to cover this overage usage.
9898

99-
<!-- expires 2025-08-31 -->
100-
<!--This versioning is not needed once the related EDI PR for this article is merged (#57129).-->
101-
{% ifversion fpt or ghec %}To view your current license usage, see [AUTOTITLE](/billing/managing-billing-for-your-products/viewing-your-product-usage).{% endif %}
102-
<!-- end expires 2025-08-31 -->
99+
To view your current license usage, see [AUTOTITLE](/billing/managing-billing-for-your-products/viewing-your-product-usage).
103100

104101
### Understanding usage
105102

content/billing/reference/cost-center-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To ensure your cost centers reflect spending as intended, it's important to unde
3737
### {% data variables.product.prodname_copilot %}
3838

3939
* If a user belongs to a cost center, all usage associated with the user is charged to the cost center.
40-
* If a user does not belong to any cost center, if the organization that provides the user their {% data variables.product.prodname_copilot_short %} license belongs to a cost center, all usage associated with the user is charged to the cost center.
40+
* If a user does not belong to any cost center but the organization that is billed for the {% data variables.product.prodname_copilot_short %} license does, all usage associated with the user is charged to that cost center.
4141
* If the user receives access to {% data variables.product.prodname_copilot_short %} through **multiple organizations**, only one of the organizations is billed, and any cost center containing that organization is charged accordingly. See [AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise#about-seat-assignment-for-copilot-in-your-enterprise).
4242

4343
### {% data variables.product.prodname_GH_cs_and_sp %}

content/code-security/code-scanning/managing-code-scanning-alerts/best-practices-for-participating-in-a-security-campaign.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ Adopting a few key best practices can help you participate successfully in a cam
3838

3939
### Notification settings
4040

41-
To receive email updates about security campaigns in repositories you have write access to, make sure that you:
42-
43-
* **Watch** all repositories that you have write access to.
44-
* **Subscribe** to notifications for "All activity" or "Security alerts".
41+
You'll automatically receive email updates about security campaigns for any repositories you have **write** access to, so you can stay informed about relevant updates.
4542

4643
### View campaign details
4744

content/code-security/code-scanning/managing-code-scanning-alerts/fixing-alerts-in-security-campaign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ topics:
2020
When a campaign targets security alerts in a repository that you have write access to, you can navigate to the list of repository alerts in the campaign.
2121

2222
* Display the **Security** tab for the repository and click one of the campaigns under "Campaigns" in the sidebar.
23-
* If you have enabled email notifications for "All activity" or "Security alerts" in the repository, click **View security campaign** in the campaign email.
2423
* If you have write access to more than one repository in the organization, display the **Security** tab for the organization and click one of the campaigns under "Campaigns" in the sidebar.
24+
* Alternatively, click **View security campaign** in the campaign's email notification.
2525

2626
This view shows the alerts in the current repository for a campaign called "SQL injection (CWE-89)" (highlighted gray) that is managed by "octocat" (outlined in dark orange).
2727

0 commit comments

Comments
 (0)