From 027e2c00c9c9ae032d7efaeee42d637c3c80758e Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 27 May 2026 15:37:11 -0700 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=95=B8=EF=B8=8F=20Tidy=20GraphqlItem?= =?UTF-8?q?=20markup;=20render=20Enum=20values=20as=20a=20table=20(#61435)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/graphql/components/Enum.tsx | 36 ++++++++++++++++---------- src/graphql/components/GraphqlItem.tsx | 30 ++++++++++----------- 2 files changed, 37 insertions(+), 29 deletions(-) diff --git a/src/graphql/components/Enum.tsx b/src/graphql/components/Enum.tsx index fd57eb5b7f1e..f3b5254112ef 100644 --- a/src/graphql/components/Enum.tsx +++ b/src/graphql/components/Enum.tsx @@ -1,5 +1,3 @@ -import React from 'react' - import { useTranslation } from '@/languages/components/useTranslation' import { GraphqlItem } from './GraphqlItem' import type { EnumT } from './types' @@ -14,18 +12,28 @@ export function Enum({ item }: Props) { return ( - {item.values.map((value) => ( - -

- {value.name} -

-
- - ))} + + + + + + + + + {item.values.map((value) => ( + + + + ))} + +
{t('reference.name')}{t('reference.description')}
+ {value.name} + +
) } diff --git a/src/graphql/components/GraphqlItem.tsx b/src/graphql/components/GraphqlItem.tsx index 4a8916111d76..26519394eaa6 100644 --- a/src/graphql/components/GraphqlItem.tsx +++ b/src/graphql/components/GraphqlItem.tsx @@ -11,28 +11,28 @@ type Props = { } export function GraphqlItem({ item, heading, children, headingLevel = 2 }: Props) { - const lowerCaseName = item.name.toLowerCase() + const slug = item.name.toLowerCase() + const hasNotice = Boolean(item.preview || item.isDeprecated) + return ( -
- + <> + {item.name}
-
- {item.preview && } - {item.isDeprecated && } -
-
- {heading &&

} - {children} -

-
+ {hasNotice && ( +
+ {item.preview && } + {item.isDeprecated && } +
+ )} + {heading &&

} + {children} + ) } From a8ebaca4ddc6d1ce435c26b9d6f5c02019e2c3d7 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 27 May 2026 15:52:11 -0700 Subject: [PATCH 2/4] Inline the repo-sync/github-sync action into the workflow (#61447) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/repo-sync.yml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 4a90652f1e55..c3b968e86940 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -28,12 +28,29 @@ jobs: persist-credentials: false - name: Sync repo to branch - uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88 - with: - source_repo: https://${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git - source_branch: main - destination_branch: repo-sync - github_token: ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }} + env: + SOURCE_REPO: https://${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git + SOURCE_BRANCH: main + DESTINATION_BRANCH: repo-sync + GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }} + run: | + set -euo pipefail + + : "${GH_TOKEN:?DOCS_BOT_PAT_REPO_SYNC is empty}" + : "${SOURCE_REPO:?SOURCE_REPO is empty}" + : "${SOURCE_BRANCH:?SOURCE_BRANCH is empty}" + : "${DESTINATION_BRANCH:?DESTINATION_BRANCH is empty}" + + git config --unset-all http."https://github.com/".extraheader || true + + git remote remove tmp_upstream 2>/dev/null || true + trap 'git remote remove tmp_upstream 2>/dev/null || true' EXIT + + git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" + git remote add tmp_upstream "${SOURCE_REPO}" + + git fetch tmp_upstream --quiet + git push origin "refs/remotes/tmp_upstream/${SOURCE_BRANCH}:refs/heads/${DESTINATION_BRANCH}" --force - name: Ship pull request uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 From a710421f6c56a4709e41d40d506b3f906cde4545 Mon Sep 17 00:00:00 2001 From: Kremlin <53055508+Kremlin@users.noreply.github.com> Date: Thu, 28 May 2026 07:28:27 -0400 Subject: [PATCH 3/4] Add security incident callback exclusion note to support docs (#61430) --- .../viewing-and-updating-support-tickets.md | 3 +++ .../learning-about-github-support/about-github-support.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/content/support/contacting-github-support/viewing-and-updating-support-tickets.md b/content/support/contacting-github-support/viewing-and-updating-support-tickets.md index 07bfd4b8a0bf..eabb47bd60d6 100644 --- a/content/support/contacting-github-support/viewing-and-updating-support-tickets.md +++ b/content/support/contacting-github-support/viewing-and-updating-support-tickets.md @@ -65,6 +65,9 @@ You can also comment on tickets opened by someone else and associated with your If your account includes {% data variables.contact.premium_support %}, you can request a callback for urgent or high priority tickets. From the ticket, click **Request a callback from GitHub Support**. +> [!NOTE] +> Callbacks are not available for security-related tickets, such as incident notifications or account compromise investigations. These tickets are handled exclusively in writing through support tickets. + ## Requesting an escalation You can request to escalate a ticket if it was opened at a lower priority but the issue has become more urgent{% ifversion ghec %} if your account includes {% data variables.contact.premium_support %}{% endif %}. From the ticket, click **Request an escalation**. For more information about requesting an escalation, see [AUTOTITLE](/support/learning-about-github-support/about-github-premium-support#assigning-a-priority-to-a-support-ticket). diff --git a/content/support/learning-about-github-support/about-github-support.md b/content/support/learning-about-github-support/about-github-support.md index d7c85eae60bd..4d1a731b8d0b 100644 --- a/content/support/learning-about-github-support/about-github-support.md +++ b/content/support/learning-about-github-support/about-github-support.md @@ -87,6 +87,8 @@ Email communication from GitHub Support will always be sent from either a `githu {% data reusables.support.scope-of-support %} +For security-related matters, all communication is handled in writing through support tickets. This includes incident notifications, account compromise investigations, and credential exposure. Written communication ensures responses are reviewed, fully documented, and auditable. Callback and screen share requests cannot be accommodated for these tickets. + {% ifversion ghec or fpt %} ## About GitHub status From 5ee4339960d526673d3cfda4e17096b9620c50ba Mon Sep 17 00:00:00 2001 From: John Clement <70238417+jclement136@users.noreply.github.com> Date: Thu, 28 May 2026 10:21:15 -0400 Subject: [PATCH 4/4] Add App Managers column to Permissions of Predefined Organization Roles article (#61270) Co-authored-by: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> --- ...ssions-of-predefined-organization-roles.md | 130 +++++++++--------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/permissions-of-predefined-organization-roles.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/permissions-of-predefined-organization-roles.md index b090a960fcdb..6a10c92b54e4 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/permissions-of-predefined-organization-roles.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/permissions-of-predefined-organization-roles.md @@ -55,90 +55,90 @@ The following table summarizes which permissions are included with each predefin {% rowheaders %} -| Organization permission | Owners | Members | Moderators | Billing managers | Security managers | -|:------------------------|:------:|:-------:|:----------:|:----------------:|:-----------------:| -| Create repositories (see [AUTOTITLE](/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization)) | | | | | | -| View and edit billing information | | | | | | -| Invite people to join the organization | | | | | | -| Edit and cancel invitations to join the organization | | | | | | -| Remove members from the organization | | | | | | -| Reinstate former members to the organization | | | | | | -| Add and remove people from **all teams** | | | | | | -| Promote organization members to _team maintainer_ | | | | | | -| Configure code review assignments (see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team)) | | | | | | -| Set scheduled reminders (see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team)) | | | | | | -| Add collaborators to **all repositories** | | | | | | -| Access the organization audit log | | | | | | -| Edit the organization's profile page (see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile)) | | | | | | +| Organization permission | Owners | Members | Moderators | Billing managers | Security managers | App managers | +|:------------------------|:------:|:-------:|:----------:|:----------------:|:-----------------:|:-----------------:| +| Create repositories (see [AUTOTITLE](/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization)) | | | | | | | +| View and edit billing information | | | | | | | +| Invite people to join the organization | | | | | | | +| Edit and cancel invitations to join the organization | | | | | | | +| Remove members from the organization | | | | | | | +| Reinstate former members to the organization | | | | | | | +| Add and remove people from **all teams** | | | | | | | +| Promote organization members to _team maintainer_ | | | | | | | +| Configure code review assignments (see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team)) | | | | | | | +| Set scheduled reminders (see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team)) | | | | | | | +| Add collaborators to **all repositories** | | | | | | | +| Access the organization audit log | | | | | | | +| Edit the organization's profile page (see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile)) | | | | | | | | {% ifversion ghec %} | -| Verify the organization's domains (see [AUTOTITLE](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)) | | | | | | -| Restrict email notifications to verified or approved domains (see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization)) | | | | | | +| Verify the organization's domains (see [AUTOTITLE](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)) | | | | | | | +| Restrict email notifications to verified or approved domains (see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization)) | | | | | | | | {% endif %} | -| Delete **all teams** | | | | | | -| Delete the organization account, including all repositories | | | | | | -| Create teams (see [AUTOTITLE](/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization)) | | | | | | -| [Move teams in an organization's hierarchy](/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy) | | | | | | +| Delete **all teams** | | | | | | | +| Delete the organization account, including all repositories | | | | | | | +| Create teams (see [AUTOTITLE](/organizations/managing-organization-settings/setting-team-creation-permissions-in-your-organization)) | | | | | | | +| [Move teams in an organization's hierarchy](/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy) | | | | | | | | {% ifversion projects-v1 %} | -| Create projects (see [AUTOTITLE](/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization)) | | | | | | +| Create projects (see [AUTOTITLE](/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization)) | | | | | | | | {% endif %} | -| See all organization members and teams | | | | | | -| @mention any visible team | | | | | | -| Can be made a _team maintainer_ | | | | | | +| See all organization members and teams | | | | | | | +| @mention any visible team | | | | | | | +| Can be made a _team maintainer_ | | | | | | | | {% ifversion ghec %} | -| View organization insights (see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)) | | | | | | +| View organization insights (see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)) | | | | | | | | {% endif %} | -| Hide comments on writable commits, pull requests, and issues (see [AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments#hiding-a-comment)) | | | | | | -| Hide comments on _all_ commits, pull requests, and issues (see [AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments#hiding-a-comment)) | | | | | | -| Block and unblock non-member contributors (see [AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)) | | | | | | -| Limit interactions for certain users in public repositories (see [AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization)) | | | | | | +| Hide comments on writable commits, pull requests, and issues (see [AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments#hiding-a-comment)) | | | | | | | +| Hide comments on _all_ commits, pull requests, and issues (see [AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments#hiding-a-comment)) | | | | | | | +| Block and unblock non-member contributors (see [AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)) | | | | | | | +| Limit interactions for certain users in public repositories (see [AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization)) | | | | | | | | {% ifversion ghec %} | -| Manage viewing of organization dependency insights (see [AUTOTITLE](/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights)) | | | | | | -| {% endif %} | -| Set a team profile picture in **all teams** (see [AUTOTITLE](/organizations/organizing-members-into-teams/setting-your-teams-profile-picture)) | | | | | | -| Sponsor accounts and manage the organization's sponsorships (see [AUTOTITLE](/sponsors/sponsoring-open-source-contributors)) | | | | | | -| Manage email updates from sponsored accounts (see [AUTOTITLE](/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors)) | | | | | | -| Attribute your sponsorships to another organization (see [AUTOTITLE](/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization) for details ) | | | | | | -| Manage the publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization)) | | | | | | -| 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)) | | | | | | -| View security overview for the organization (see [AUTOTITLE](/code-security/security-overview/about-security-overview)) | | | | | | +| Manage viewing of organization dependency insights (see [AUTOTITLE](/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights)) | | | | | | | +| {% endif %} | +| Set a team profile picture in **all teams** (see [AUTOTITLE](/organizations/organizing-members-into-teams/setting-your-teams-profile-picture)) | | | | | | | +| Sponsor accounts and manage the organization's sponsorships (see [AUTOTITLE](/sponsors/sponsoring-open-source-contributors)) | | | | | | | +| Manage email updates from sponsored accounts (see [AUTOTITLE](/organizations/managing-organization-settings/managing-updates-from-accounts-your-organization-sponsors)) | | | | | | | +| Attribute your sponsorships to another organization (see [AUTOTITLE](/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization) for details ) | | | | | | | +| Manage the publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization)) | | | | | | | +| 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)) | | | | | | | +| View security overview for the organization (see [AUTOTITLE](/code-security/security-overview/about-security-overview)) | | | | | | | | {% ifversion ghec %} | -| Enable and enforce [SAML single sign-on](/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on) | | | | | | -| [Manage a user's SAML access to your organization](/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization) | | | | | | -| Manage an organization's SSH certificate authorities (see [AUTOTITLE](/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities)) | | | | | | -| {% endif %} | -| Transfer repositories | | | | | | -| Purchase, install, manage billing for, and cancel {% data variables.product.prodname_marketplace %} apps | | | | | | -| List apps in {% data variables.product.prodname_marketplace %} | | | | | | -| Receive [{% data variables.product.prodname_dependabot_alerts %} about insecure dependencies](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) for all of an organization's repositories | | | | | | -| Manage {% data variables.product.prodname_dependabot_security_updates %} (see [AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)) | | | | | | -| [Manage the forking policy](/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization) | | | | | | -| [Limit activity in public repositories in an organization](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization) | | | | | | -| Pull (read) _all repositories_ in the organization | | | | | | -| Push (write) and clone (copy) _all repositories_ in the organization | | | | | | -| Convert organization members to {% ifversion repository-collaborators %}[outside collaborators or repository collaborators](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators-or-repository-collaborators){% else %}[outside collaborators](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators){% endif %} | | | | | | -| [View 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) | | | | | | +| Enable and enforce [SAML single sign-on](/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on) | | | | | | | +| [Manage a user's SAML access to your organization](/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization) | | | | | | | +| Manage an organization's SSH certificate authorities (see [AUTOTITLE](/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities)) | | | | | | | +| {% endif %} | +| Transfer repositories | | | | | | | +| Purchase, install, manage billing for, and cancel {% data variables.product.prodname_marketplace %} apps | | | | | | | +| List apps in {% data variables.product.prodname_marketplace %} | | | | | | | +| Receive [{% data variables.product.prodname_dependabot_alerts %} about insecure dependencies](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) for all of an organization's repositories | | | | | | | +| Manage {% data variables.product.prodname_dependabot_security_updates %} (see [AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)) | | | | | | | +| [Manage the forking policy](/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization) | | | | | | | +| [Limit activity in public repositories in an organization](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization) | | | | | | | +| Pull (read) _all repositories_ in the organization | | | | | | | +| Push (write) and clone (copy) _all repositories_ in the organization | | | | | | | +| Convert organization members to {% ifversion repository-collaborators %}[outside collaborators or repository collaborators](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators-or-repository-collaborators){% else %}[outside collaborators](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators){% endif %} | | | | | | | +| [View 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) | | | | | | | | {% ifversion ghec %} | -| [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) | | | | | | +| [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) | | | | | | | | {% endif %} | -| Manage the default branch name (see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization)) | | | | | | -| Manage default labels (see [AUTOTITLE](/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization)) | | | | | | +| Manage the default branch name (see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization)) | | | | | | | +| Manage default labels (see [AUTOTITLE](/organizations/managing-organization-settings/managing-default-labels-for-repositories-in-your-organization)) | | | | | | | | {% ifversion ghec %} | -| Enable team synchronization (see [AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization)) | | | | | | +| Enable team synchronization (see [AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization)) | | | | | | | | {% endif %} | -| Manage pull request reviews in the organization (see [AUTOTITLE](/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization)) | | | | | | +| Manage pull request reviews in the organization (see [AUTOTITLE](/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization)) | | | | | | | | {% ifversion repo-rules-enterprise %} | -| Manage organization-level rulesets (see [AUTOTITLE](/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization)) | | | | | | +| Manage organization-level rulesets (see [AUTOTITLE](/organizations/managing-organization-settings/managing-rulesets-for-repositories-in-your-organization)) | | | | | | | | {% endif %} | -| Review and manage {% data variables.product.prodname_secret_scanning %} bypass requests (see [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/delegated-bypass-for-push-protection)) | | | | | | +| Review and manage {% data variables.product.prodname_secret_scanning %} bypass requests (see [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/delegated-bypass-for-push-protection)) | | | | | | | | {% ifversion security-delegated-alert-dismissal %} | -| Review and manage {% data variables.product.prodname_secret_scanning %} dismissal requests (see [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/enabling-delegated-alert-dismissal-for-secret-scanning)) | | | | | | +| Review and manage {% data variables.product.prodname_secret_scanning %} dismissal requests (see [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/enabling-delegated-alert-dismissal-for-secret-scanning)) | | | | | | | | {% endif %} | | {% ifversion security-delegated-alert-dismissal %} | -| Review and manage {% data variables.product.prodname_code_scanning %} dismissal requests (see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/enabling-delegated-alert-dismissal-for-code-scanning)) | | | | | | +| Review and manage {% data variables.product.prodname_code_scanning %} dismissal requests (see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/enabling-delegated-alert-dismissal-for-code-scanning)) | | | | | | | | {% endif %} | | {% ifversion dependabot-delegated-alert-dismissal %} | -| Review {% data variables.product.prodname_dependabot %} alert dismissal requests (see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/enable-delegated-alert-dismissal)) | | | | | | -| Bypass {% data variables.product.prodname_dependabot %} alert dismissal requests (see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/enable-delegated-alert-dismissal)) | | | | | | +| Review {% data variables.product.prodname_dependabot %} alert dismissal requests (see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/enable-delegated-alert-dismissal)) | | | | | | | +| Bypass {% data variables.product.prodname_dependabot %} alert dismissal requests (see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/enable-delegated-alert-dismissal)) | | | | | | | | {% endif %} | {% endrowheaders %}