You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The following features are currently unavailable on {% data variables.enterprise
24
24
| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable |[AUTOTITLE](/rest/copilot/copilot-metrics)|
25
25
| {% data variables.product.prodname_github_codespaces %} | Currently unavailable. |[AUTOTITLE](/codespaces/quickstart)|
26
26
| {% data variables.product.prodname_importer %} (the "Import repository" button on {% data variables.product.prodname_dotcom_the_website %}) | Instead, the **{% data variables.product.prodname_importer_proper_name %}** is available to migrate data. See [AUTOTITLE](/migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/about-github-enterprise-importer). |[AUTOTITLE](/migrations/importing-source-code/using-github-importer/about-github-importer)|
27
-
| {% data variables.product.prodname_marketplace %} | Currently, apps from {% data variables.product.prodname_marketplace %} are unavailable. {% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %} may not function as expected. For more information, see [{% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %}](#github-actions-workflows-from-github-marketplace). |[AUTOTITLE](/search-github/searching-on-github/searching-github-marketplace)|[AUTOTITLE](/enterprise-server@latest/admin/configuration/configuring-github-connect/about-github-connect#github-connect-features) in the {% data variables.product.prodname_ghe_server %} documentation |
27
+
| {% data variables.product.prodname_marketplace %} | Currently, apps from {% data variables.product.prodname_marketplace %} are unavailable. {% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %} may not function as expected. For more information, see [{% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %}](#github-actions-workflows-from-github-marketplace). |[AUTOTITLE](/search-github/searching-on-github/searching-github-marketplace)<br>[AUTOTITLE](/enterprise-server@latest/admin/configuration/configuring-github-connect/about-github-connect#github-connect-features) in the {% data variables.product.prodname_ghe_server %} documentation |
28
28
| {% data variables.product.prodname_github_models %} | Currently unavailable |[AUTOTITLE](/github-models/about-github-models)|
29
29
| macOS runners for {% data variables.product.prodname_actions %} | Currently unavailable. |[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)|
30
30
| Maven and Gradle support for {% data variables.product.prodname_registry %} | Currently unavailable. |[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry)|
Copy file name to clipboardExpand all lines: content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md
// Octokit's `createNodeMiddleware` function takes care of generating this middleware function for you. The resulting middleware function will:
223
223
//
224
-
//- Check the signature of the incoming webhook event to make sure that it matches your webhook secret. This verifies that the incoming webhook event is a valid {% data variables.product.company_short %} event.
225
-
//- Parse the webhook event payload and identify the type of event.
226
-
//- Trigger the corresponding webhook event handler.
224
+
// - Check the signature of the incoming webhook event to make sure that it matches your webhook secret. This verifies that the incoming webhook event is a valid {% data variables.product.company_short %} event.
225
+
// - Parse the webhook event payload and identify the type of event.
226
+
// - Trigger the corresponding webhook event handler.
// This creates a Node.js server that listens for incoming HTTP requests (including webhook payloads from {% data variables.product.company_short %}) on the specified port. When the server receives a request, it executes the `middleware` function that you defined earlier. Once the server is running, it logs messages to the console to indicate that it is listening.
| Invite people to join the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |<spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
219
219
| Edit and cancel invitations to join the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
220
-
| Remove members from the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
221
-
| Reinstate former members to the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
220
+
| Remove members from the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
221
+
| Reinstate former members to the organization | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
222
222
| Add and remove people from **all teams**| <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
223
223
| Promote organization members to _team maintainer_| <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
@@ -237,10 +237,10 @@ Some of the features listed below are limited to organizations using {% data var
237
237
| Manage security and analysis settings (see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)) | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
238
238
| View the security overview for the organization (see [AUTOTITLE](/code-security/security-overview/about-the-security-overview)) | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
| Review and manage {% data variables.product.prodname_code_scanning %} dismissal requests | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
244
244
| {% endif %} |
245
245
| Manage {% data variables.product.prodname_dependabot_security_updates %} (see [AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)) | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
246
246
| Manage an organization's SSH certificate authorities (see [AUTOTITLE](/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities)) | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
@@ -258,7 +258,7 @@ Some of the features listed below are limited to organizations using {% data var
258
258
|[Export a list of people with access to an organization repository](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/viewing-people-with-access-to-your-repository#exporting-a-list-of-people-with-access-to-your-repository)| <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> |
Copy file name to clipboardExpand all lines: content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,14 @@ In this section, you can find the access required for security features, such as
193
193
|:---|:---:|:---:|:---:|:---:|:---:|
194
194
| Receive [{% data variables.product.prodname_dependabot_alerts %} for insecure dependencies](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) in a repository | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
| {% ifversion ghes or ghec %}<!--Not available for FPT-->|
196
+
| {% ifversion ghes or ghec %}|
197
197
|[Designate additional people or teams to receive security alerts](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)| <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |
198
198
| {% endif %} |
199
199
| {% ifversion fpt or ghec %} |
200
-
| Create [security advisories](/code-security/security-advisories/working-with-repository-security-advisories/about-repository-security-advisories) | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |{% endif %}{% ifversion ghes or ghec %} <!--Not available for FPT-->
201
-
| Manage access to {% data variables.product.prodname_GHAS %} features (see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)) | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-x"aria-label="No">✗</span> | <spanrole="img"class="octicon-bg-check"aria-label="Yes">✓</span> |{% endif %}{% ifversion fpt or ghec %}<!--Set at site-level for GHES -->
0 commit comments