Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When the index rebuild is complete, all the search indexes should show green and

## Changing the number of repair workers

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.
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.

{% data reusables.enterprise_installation.ssh-into-instance %}
1. To change the number of workers, enter the following command.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ Adopting a few key best practices can help you participate successfully in a cam

### Notification settings

To receive email updates about security campaigns in repositories you have write access to, make sure that you:

* **Watch** all repositories that you have write access to.
* **Subscribe** to notifications for "All activity" or "Security alerts".
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.

### View campaign details

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ topics:
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.

* Display the **Security** tab for the repository and click one of the campaigns under "Campaigns" in the sidebar.
* If you have enabled email notifications for "All activity" or "Security alerts" in the repository, click **View security campaign** in the campaign email.
* 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.
* Alternatively, click **View security campaign** in the campaign's email notification.

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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ When you create a campaign, all the alerts are automatically submitted to {% dat

### How developers know a security campaign has started

When a campaign is started, anyone with **write** access to a repository included in the campaign, and has subscribed to watch either "All activity" or "security alerts" in that repository, is notified.
When a campaign is started, anyone with **write** access to a repository included in the campaign is notified.

In addition to the automatic notifications sent out, the new campaign is shown in the sidebar of the "Security" tab for each repository included. For more information about the developer experience, see [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/fixing-alerts-in-security-campaign).

Expand Down
2 changes: 1 addition & 1 deletion content/copilot/reference/ai-models/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This table lists the AI models available in {% data variables.product.prodname_c
| {% data variables.copilot.copilot_gpt_5_mini %} | OpenAI | {% data variables.release-phases.public_preview_caps %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_gpt_5 %} | OpenAI | {% data variables.release-phases.public_preview_caps %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_o3 %} | OpenAI | {% data variables.release-phases.public_preview_caps %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_o4_mini %} | OpenAI | {% data variables.release-phases.public_preview_caps %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_o4_mini %} | OpenAI | {% data variables.release-phases.public_preview_caps %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_claude_opus_41 %} | Anthropic | {% data variables.release-phases.public_preview_caps %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_claude_opus %} | Anthropic | GA | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
| {% data variables.copilot.copilot_claude_sonnet_35 %} | Anthropic | GA | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2151,42 +2151,6 @@
"additional-permissions": true,
"access": "admin"
},
{
"category": "projects-classic",
"slug": "get-a-project-card",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}",
"additional-permissions": true,
"access": "read"
},
{
"category": "projects-classic",
"slug": "update-an-existing-project-card",
"subcategory": "cards",
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}",
"additional-permissions": true,
"access": "write"
},
{
"category": "projects-classic",
"slug": "delete-a-project-card",
"subcategory": "cards",
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}",
"additional-permissions": true,
"access": "write"
},
{
"category": "projects-classic",
"slug": "move-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves",
"additional-permissions": true,
"access": "write"
},
{
"category": "projects-classic",
"slug": "get-a-project-column",
Expand Down Expand Up @@ -2214,24 +2178,6 @@
"additional-permissions": true,
"access": "write"
},
{
"category": "projects-classic",
"slug": "list-project-cards",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards",
"additional-permissions": true,
"access": "read"
},
{
"category": "projects-classic",
"slug": "create-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards",
"additional-permissions": true,
"access": "write"
},
{
"category": "projects-classic",
"slug": "move-a-project-column",
Expand Down Expand Up @@ -6471,6 +6417,15 @@
"additional-permissions": true,
"access": "write"
},
{
"category": "issues",
"slug": "get-parent-issue",
"subcategory": "sub-issues",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/parent",
"additional-permissions": false,
"access": "read"
},
{
"category": "reactions",
"slug": "list-reactions-for-an-issue",
Expand Down
42 changes: 6 additions & 36 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2756,6 +2756,12 @@
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"slug": "get-parent-issue",
"subcategory": "sub-issues",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/parent"
},
{
"slug": "remove-sub-issue",
"subcategory": "sub-issues",
Expand Down Expand Up @@ -3648,30 +3654,6 @@
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"slug": "get-a-project-card",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"slug": "update-an-existing-project-card",
"subcategory": "cards",
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"slug": "delete-a-project-card",
"subcategory": "cards",
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"slug": "move-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"slug": "get-a-project-column",
"subcategory": "columns",
Expand All @@ -3690,18 +3672,6 @@
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"slug": "list-project-cards",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"slug": "create-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"slug": "move-a-project-column",
"subcategory": "columns",
Expand Down
143 changes: 11 additions & 132 deletions src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2707,50 +2707,6 @@
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "get-a-project-card",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "update-an-existing-project-card",
"subcategory": "cards",
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "delete-a-project-card",
"subcategory": "cards",
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "move-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "get-a-project-column",
Expand Down Expand Up @@ -2784,28 +2740,6 @@
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "list-project-cards",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "create-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "move-a-project-column",
Expand Down Expand Up @@ -8108,6 +8042,17 @@
"server-to-server": true,
"additional-permissions": true
},
{
"category": "issues",
"slug": "get-parent-issue",
"subcategory": "sub-issues",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/parent",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "reactions",
"slug": "list-reactions-for-an-issue",
Expand Down Expand Up @@ -8830,50 +8775,6 @@
"title": "Projects",
"displayTitle": "Repository permissions for \"Projects\"",
"permissions": [
{
"category": "projects-classic",
"slug": "get-a-project-card",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "update-an-existing-project-card",
"subcategory": "cards",
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "delete-a-project-card",
"subcategory": "cards",
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "move-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "get-a-project-column",
Expand Down Expand Up @@ -8907,28 +8808,6 @@
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "list-project-cards",
"subcategory": "cards",
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "create-a-project-card",
"subcategory": "cards",
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards",
"access": "write",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "projects-classic",
"slug": "move-a-project-column",
Expand Down
Loading