1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Version fix for new settings UI (#25098)

* Reversion org settings

* Reversion settings

* Reversion teams settings

* Reversion repo settings

* Update elsif tags
This commit is contained in:
Ethan Palm
2022-02-08 15:17:45 -08:00
committed by GitHub
parent a2caa61c2c
commit c1623f6651
39 changed files with 53 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ If you're a member of an {% data variables.product.prodname_emu_enterprise %}, y
1. Ask for the username of the person you're inviting as a collaborator.{% ifversion fpt or ghec %} If they don't have a username yet, they can sign up for {% data variables.product.prodname_dotcom %} For more information, see "[Signing up for a new {% data variables.product.prodname_dotcom %} account](/articles/signing-up-for-a-new-github-account)".{% endif %} 1. Ask for the username of the person you're inviting as a collaborator.{% ifversion fpt or ghec %} If they don't have a username yet, they can sign up for {% data variables.product.prodname_dotcom %} For more information, see "[Signing up for a new {% data variables.product.prodname_dotcom %} account](/articles/signing-up-for-a-new-github-account)".{% endif %}
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658%} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658%}
{% data reusables.repositories.click-collaborators-teams %} {% data reusables.repositories.click-collaborators-teams %}
1. Click **Invite a collaborator**. 1. Click **Invite a collaborator**.
!["Invite a collaborator" button](/assets/images/help/repository/invite-a-collaborator-button.png) !["Invite a collaborator" button](/assets/images/help/repository/invite-a-collaborator-button.png)

View File

@@ -29,7 +29,7 @@ While forks of private repositories are deleted when a collaborator is removed,
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
{% data reusables.repositories.click-collaborators-teams %} {% data reusables.repositories.click-collaborators-teams %}
4. To the right of the collaborator you want to remove, click {% octicon "trash" aria-label="The trash icon" %}. 4. To the right of the collaborator you want to remove, click {% octicon "trash" aria-label="The trash icon" %}.
![Button to remove collaborator](/assets/images/help/repository/collaborator-remove.png) ![Button to remove collaborator](/assets/images/help/repository/collaborator-remove.png)

View File

@@ -20,7 +20,7 @@ topics:
shortTitle: Remove yourself shortTitle: Remove yourself
--- ---
{% data reusables.user_settings.access_settings %} {% data reusables.user_settings.access_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
2. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "repo" aria-label="The repo icon" %} Repositories**. 2. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "repo" aria-label="The repo icon" %} Repositories**.
{% else %} {% else %}
2. In the left sidebar, click **Repositories**. 2. In the left sidebar, click **Repositories**.

View File

@@ -17,7 +17,7 @@ shortTitle: Deploy keys
--- ---
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
3. In the "Security" section of the sidebar, click **{% octicon "key" aria-label="The key icon" %} Deploy keys**. 3. In the "Security" section of the sidebar, click **{% octicon "key" aria-label="The key icon" %} Deploy keys**.
{% else %} {% else %}
3. In the left sidebar, click **Deploy keys**. 3. In the left sidebar, click **Deploy keys**.

View File

@@ -21,7 +21,7 @@ shortTitle: Security log
The security log lists all actions performed within the last 90 days. The security log lists all actions performed within the last 90 days.
{% data reusables.user_settings.access_settings %} {% data reusables.user_settings.access_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**. 1. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**.
{% else %} {% else %}
1. In the user settings sidebar, click **Security log**. 1. In the user settings sidebar, click **Security log**.

View File

@@ -19,9 +19,9 @@ shortTitle: Review installed integrations
{% data reusables.profile.access_org %} {% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %} {% data reusables.profile.org_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Integrations" section of the sidebar, click **{% octicon "apps" aria-label="The apps icon" %} {% data variables.product.prodname_github_apps %}**. 1. In the "Integrations" section of the sidebar, click **{% octicon "apps" aria-label="The apps icon" %} {% data variables.product.prodname_github_apps %}**.
{% elsif ghae or ghes < 3.4 %} {% else %}
1. In the left sidebar, click **Installed {% data variables.product.prodname_github_apps %}**. 1. In the left sidebar, click **Installed {% data variables.product.prodname_github_apps %}**.
![Installed {% data variables.product.prodname_github_apps %} tab in the organization settings sidebar](/assets/images/help/organizations/org-settings-installed-github-apps.png) ![Installed {% data variables.product.prodname_github_apps %} tab in the organization settings sidebar](/assets/images/help/organizations/org-settings-installed-github-apps.png)
{% endif %} {% endif %}

View File

@@ -40,7 +40,7 @@ To further support your team's collaboration abilities, you can upgrade to {% da
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
{% data reusables.repositories.click-collaborators-teams %} {% data reusables.repositories.click-collaborators-teams %}
{% data reusables.organizations.invite-teams-or-people %} {% data reusables.organizations.invite-teams-or-people %}
5. In the search field, start typing the name of person you want to invite, then click a name in the list of matches. 5. In the search field, start typing the name of person you want to invite, then click a name in the list of matches.

View File

@@ -28,9 +28,9 @@ When you remove a collaborator from a repository in your organization, the colla
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
{% data reusables.repositories.click-collaborators-teams %} {% data reusables.repositories.click-collaborators-teams %}
{% elsif ghes < 3.4 or ghae %} {% else %}
{% data reusables.repositories.navigate-to-manage-access %} {% data reusables.repositories.navigate-to-manage-access %}
{% endif %} {% endif %}
{% data reusables.organizations.invite-teams-or-people %} {% data reusables.organizations.invite-teams-or-people %}

View File

@@ -23,7 +23,7 @@ When you disable project boards, you will no longer see project board informatio
{% data reusables.profile.access_org %} {% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %} {% data reusables.profile.org_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "table" aria-label="The table icon" %} Projects**. 1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "table" aria-label="The table icon" %} Projects**.
{% endif %} {% endif %}
1. Decide whether to disable organization-wide project boards, disable repository project boards in the organization, or both. Then, under "Projects": 1. Decide whether to disable organization-wide project boards, disable repository project boards in the organization, or both. Then, under "Projects":

View File

@@ -9,13 +9,13 @@ versions:
ghae: '*' ghae: '*'
shortTitle: Integrate Jira shortTitle: Integrate Jira
--- ---
{% ifversion ghes > 3.3 or ghae-issue-5658 %} {% ifversion ghes > 3.4 or ghae-issue-5658 %}
{% data reusables.profile.access_org %} {% data reusables.profile.access_org %}
{% data reusables.profile.org_settings %} {% data reusables.profile.org_settings %}
1. In the left sidebar, select **{% octicon "code" aria-label="The code icon" %} Developer settings**, then click **OAuth Apps**. 1. In the left sidebar, select **{% octicon "code" aria-label="The code icon" %} Developer settings**, then click **OAuth Apps**.
![OAuth applications tab in the left sidebar](/assets/images/help/organizations/org-oauth-applications-ghe.png) ![OAuth applications tab in the left sidebar](/assets/images/help/organizations/org-oauth-applications-ghe.png)
1. Click **New OAuth App**. 1. Click **New OAuth App**.
{% elsif ghes < 3.4 or ghae %} {% else %}
{% data reusables.user_settings.access_settings %} {% data reusables.user_settings.access_settings %}
1. In the left sidebar under **Organization settings**, click the name of your organization. 1. In the left sidebar under **Organization settings**, click the name of your organization.
![Sidebar organization name](/assets/images/help/settings/organization-settings-from-sidebar.png) ![Sidebar organization name](/assets/images/help/settings/organization-settings-from-sidebar.png)

View File

@@ -57,7 +57,7 @@ Any team members that have set their status to "Busy" will not be selected for r
{% data reusables.user_settings.access_org %} {% data reusables.user_settings.access_org %}
{% data reusables.organizations.specific_team %} {% data reusables.organizations.specific_team %}
{% data reusables.organizations.team_settings %} {% data reusables.organizations.team_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, click **{% octicon "code-review" aria-label="The code-review icon" %} Code review**. 1. In the left sidebar, click **{% octicon "code-review" aria-label="The code-review icon" %} Code review**.
{% else %} {% else %}
1. In the left sidebar, click **Code review** 1. In the left sidebar, click **Code review**
@@ -73,7 +73,7 @@ Any team members that have set their status to "Busy" will not be selected for r
{% data reusables.user_settings.access_org %} {% data reusables.user_settings.access_org %}
{% data reusables.organizations.specific_team %} {% data reusables.organizations.specific_team %}
{% data reusables.organizations.team_settings %} {% data reusables.organizations.team_settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, click **{% octicon "code-review" aria-label="The code-review icon" %} Code review**. 1. In the left sidebar, click **{% octicon "code-review" aria-label="The code-review icon" %} Code review**.
{% else %} {% else %}
1. In the left sidebar, click **Code review** 1. In the left sidebar, click **Code review**

View File

@@ -21,7 +21,7 @@ If you use Zendesk to track user-reported tickets, for example, you can referenc
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.sidebar-settings %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Integrations" section of the sidebar, click **{% octicon "cross-reference" aria-label="The cross-reference icon" %} Autolink references**. 1. In the "Integrations" section of the sidebar, click **{% octicon "cross-reference" aria-label="The cross-reference icon" %} Autolink references**.
{% else %} {% else %}
1. In the left sidebar, click **Autolink references**. 1. In the left sidebar, click **Autolink references**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**. 1. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**.
{% else %} {% else %}
1. In the Settings sidebar, click **Audit log**. 1. In the Settings sidebar, click **Audit log**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
3. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**. 3. In the "Archives" section of the sidebar, click **{% octicon "log" aria-label="The log icon" %} Security log**.
{% else %} {% else %}
3. In the left sidebar, click **Audit log**. 3. In the left sidebar, click **Audit log**.

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**, then click **{% data variables.product.prodname_dependabot %}**. 1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**, then click **{% data variables.product.prodname_dependabot %}**.
{% elsif ghes > 3.2%} {% else %}
1. In the sidebar, click **{% data variables.product.prodname_dependabot %}**. 1. In the sidebar, click **{% data variables.product.prodname_dependabot %}**.
![{% data variables.product.prodname_dependabot %} secrets sidebar option](/assets/images/enterprise/3.3/dependabot/dependabot-secrets.png) ![{% data variables.product.prodname_dependabot %} secrets sidebar option](/assets/images/enterprise/3.3/dependabot/dependabot-secrets.png)
{% endif %} {% endif %}

View File

@@ -1,5 +1,5 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, click **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**. 1. In the left sidebar, click **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **Secrets**. 1. In the left sidebar, click **Secrets**.
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="The credit card icon" %} Billing and plans**. 1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="The credit card icon" %} Billing and plans**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In your organization's Settings sidebar, click **Billing & plans**. 1. In your organization's Settings sidebar, click **Billing & plans**.
![Billing settings](/assets/images/help/billing/settings_organization_billing_plans_tab.png) ![Billing settings](/assets/images/help/billing/settings_organization_billing_plans_tab.png)
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, select **{% octicon "code" aria-label="The code icon" %} Developer settings** then click **{% data variables.product.prodname_github_apps %}**. 1. In the left sidebar, select **{% octicon "code" aria-label="The code icon" %} Developer settings** then click **{% data variables.product.prodname_github_apps %}**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **{% data variables.product.prodname_github_apps %}**. 1. In the left sidebar, click **{% data variables.product.prodname_github_apps %}**.
![{% data variables.product.prodname_github_apps %} settings](/assets/images/help/organizations/github-apps-settings-sidebar.png) ![{% data variables.product.prodname_github_apps %} settings](/assets/images/help/organizations/github-apps-settings-sidebar.png)
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "people" aria-label="The people icon" %} Member privileges**. 1. In the "Access" section of the sidebar, click **{% octicon "people" aria-label="The people icon" %} Member privileges**.
{% elsif ghae or ghes < 3.4 %} {% else %}
4. In the left sidebar, click **Member privileges**. 4. In the left sidebar, click **Member privileges**.
![Member privileges option in org settings](/assets/images/help/organizations/org-settings-member-privileges.png) ![Member privileges option in org settings](/assets/images/help/organizations/org-settings-member-privileges.png)
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Code, planning, and automation" section of the sidebar, select **{% octicon "repo" aria-label="The repo icon" %} Repository**, then click **Repository defaults**. 1. In the "Code, planning, and automation" section of the sidebar, select **{% octicon "repo" aria-label="The repo icon" %} Repository**, then click **Repository defaults**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **Repository defaults**. 1. In the left sidebar, click **Repository defaults**.
![Repository defaults tab](/assets/images/help/organizations/repo-defaults-tab.png) ![Repository defaults tab](/assets/images/help/organizations/repo-defaults-tab.png)
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, click **{% octicon "codescan" aria-label="The codescan icon" %} Code security and analysis**. 1. In the "Security" section of the sidebar, click **{% octicon "codescan" aria-label="The codescan icon" %} Code security and analysis**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **Security & analysis**. 1. In the left sidebar, click **Security & analysis**.
!["Security & analysis" tab in organization settings](/assets/images/help/organizations/org-settings-security-and-analysis.png) !["Security & analysis" tab in organization settings](/assets/images/help/organizations/org-settings-security-and-analysis.png)
{% endif %} {% endif %}

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Authentication security**. 1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Authentication security**.
{% else %} {% else %}
1. In the left sidebar, click **Organization security**. 1. In the left sidebar, click **Organization security**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "comment-discussion" aria-label="The comment-discussion icon" %} Team discussions**. 1. In the "Access" section of the sidebar, click **{% octicon "comment-discussion" aria-label="The comment-discussion icon" %} Team discussions**.
{% else %} {% else %}
1. In the Settings sidebar, click **Teams**. 1. In the Settings sidebar, click **Teams**.

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, click **{% octicon "verified" aria-label="The verified icon" %} Verified and approved domains**. 1. In the "Security" section of the sidebar, click **{% octicon "verified" aria-label="The verified icon" %} Verified and approved domains**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **Verified & approved domains**. 1. In the left sidebar, click **Verified & approved domains**.
!["Verified & approved domains" tab](/assets/images/help/organizations/verified-domains-button.png) !["Verified & approved domains" tab](/assets/images/help/organizations/verified-domains-button.png)
{% endif %} {% endif %}

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghes > 3.3 or ghec or ghae-issue-5658 %} {% ifversion fpt or ghes > 3.4 or ghec or ghae-issue-5658 %}
1. In the "Code & operations" section of the sidebar, click **{% octicon "browser" aria-label="The browser icon" %} Pages**. 1. In the "Code & operations" section of the sidebar, click **{% octicon "browser" aria-label="The browser icon" %} Pages**.
{% else %} {% else %}
1. In the left sidebar, click **Pages**. 1. In the left sidebar, click **Pages**.

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Security & analysis**. 1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Security & analysis**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left sidebar, click **Security & analysis**. 1. In the left sidebar, click **Security & analysis**.
!["Security & analysis" tab in repository settings](/assets/images/help/repository/security-and-analysis-tab.png) !["Security & analysis" tab in repository settings](/assets/images/help/repository/security-and-analysis-tab.png)
{% endif %} {% endif %}

View File

@@ -1,6 +1,6 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Code & operations" section of the sidebar, click **{% octicon "git-branch" aria-label="The git-branch icon" %} Branches**. 1. In the "Code & operations" section of the sidebar, click **{% octicon "git-branch" aria-label="The git-branch icon" %} Branches**.
{% elsif ghes < 3.4 or ghae %} {% else %}
1. In the left menu, click **Branches**. 1. In the left menu, click **Branches**.
![Repository options sub-menu](/assets/images/help/repository/repository-options-branch.png) ![Repository options sub-menu](/assets/images/help/repository/repository-options-branch.png)
{% endif %} {% endif %}

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Integrations" section of the sidebar, click **{% octicon "mail" aria-label="The mail icon" %} Email notifications**. 1. In the "Integrations" section of the sidebar, click **{% octicon "mail" aria-label="The mail icon" %} Email notifications**.
{% else %} {% else %}
1. Click **Notifications**. 1. Click **Notifications**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Integrations" section of the sidebar, click **{% octicon "apps" aria-label="The apps icon" %} Applications**. 1. In the "Integrations" section of the sidebar, click **{% octicon "apps" aria-label="The apps icon" %} Applications**.
{% else %} {% else %}
1. In the left sidebar, click **Applications**. 1. In the left sidebar, click **Applications**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-next %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-next %}
1. In the left sidebar, click **{% octicon "gear" aria-label="The gear icon" %} Account**. 1. In the left sidebar, click **{% octicon "gear" aria-label="The gear icon" %} Account**.
{% else %} {% else %}
1. In the left sidebar, click **Account**. 1. In the left sidebar, click **Account**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, click **{% octicon "paintbrush" aria-label="The paintbrush icon" %} Appearance**. 1. In the left sidebar, click **{% octicon "paintbrush" aria-label="The paintbrush icon" %} Appearance**.
{% else %} {% else %}
1. In the user settings sidebar, click **Appearance**. 1. In the user settings sidebar, click **Appearance**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the left sidebar, click **{% octicon "code" aria-label="The code icon" %} Developer settings**. 1. In the left sidebar, click **{% octicon "code" aria-label="The code icon" %} Developer settings**.
{% else %} {% else %}
1. In the left sidebar, click **Developer settings**. 1. In the left sidebar, click **Developer settings**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "mail" aria-label="The mail icon" %} Emails**. 1. In the "Access" section of the sidebar, click **{% octicon "mail" aria-label="The mail icon" %} Emails**.
{% else %} {% else %}
1. In the left sidebar, click **Emails**. 1. In the left sidebar, click **Emails**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "organization" aria-label="The organization icon" %} Organizations**. 1. In the "Access" section of the sidebar, click **{% octicon "organization" aria-label="The organization icon" %} Organizations**.
{% else %} {% else %}
1. In your user settings sidebar, click **Organizations**. 1. In your user settings sidebar, click **Organizations**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "repo" aria-label="The repo icon" %} Repositories**. 1. In the "Code planning, and automation" section of the sidebar, click **{% octicon "repo" aria-label="The repo icon" %} Repositories**.
{% else %} {% else %}
1. In the left sidebar, click **Repositories**. 1. In the left sidebar, click **Repositories**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "reply" aria-label="The reply icon" %} Saved replies**. 1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "reply" aria-label="The reply icon" %} Saved replies**.
{% else %} {% else %}
1. In the left sidebar, click **Saved replies**. 1. In the left sidebar, click **Saved replies**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Code security and analysis**. 1. In the "Security" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Code security and analysis**.
{% else %} {% else %}
1. In the left sidebar, click **Security & analysis**. 1. In the left sidebar, click **Security & analysis**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Password and authentication**. 1. In the "Access" section of the sidebar, click **{% octicon "shield-lock" aria-label="The shield-lock icon" %} Password and authentication**.
{% else %} {% else %}
1. In the left sidebar, click **Account security**. 1. In the left sidebar, click **Account security**.

View File

@@ -1,4 +1,4 @@
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5658 %} {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5658 %}
1. In the "Access" section of the sidebar, click **{% octicon "key" aria-label="The key icon" %} SSH and GPG keys**. 1. In the "Access" section of the sidebar, click **{% octicon "key" aria-label="The key icon" %} SSH and GPG keys**.
{% else %} {% else %}
1. In the user settings sidebar, click **SSH and GPG keys**. 1. In the user settings sidebar, click **SSH and GPG keys**.