From 4c4208553b173deb819add521ebe246b872c8ad8 Mon Sep 17 00:00:00 2001 From: Anna <14218799+annaesvensson@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:54:08 +0100 Subject: [PATCH 01/22] Typo fix in building a strong community --- content/github/site-policy/github-community-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/site-policy/github-community-guidelines.md b/content/github/site-policy/github-community-guidelines.md index 7011d661da..aafe5ee415 100644 --- a/content/github/site-policy/github-community-guidelines.md +++ b/content/github/site-policy/github-community-guidelines.md @@ -23,7 +23,7 @@ We want people to work better together. Although we maintain the site, this is a * **Be welcoming and open-minded** - Other collaborators may not have the same experience level or background as you, but that doesn't mean they don't have good ideas to contribute. We encourage you to be welcoming to new collaborators and those just getting started. -* **Respect each other.** Nothing sabotages healthy conversation like rudeness. Be civil and professional, and don’t post anything that a reasonable person would consider offensive, abusive, or hate speech. Don’t harass or grief anyone. Treat each other with dignity and consideration in all interactions. +* **Respect each other** - Nothing sabotages healthy conversation like rudeness. Be civil and professional, and don’t post anything that a reasonable person would consider offensive, abusive, or hate speech. Don’t harass or grief anyone. Treat each other with dignity and consideration in all interactions. You may wish to respond to something by disagreeing with it. That’s fine. But remember to criticize ideas, not people. Avoid name-calling, ad hominem attacks, responding to a post’s tone instead of its actual content, and knee-jerk contradiction. Instead, provide reasoned counter-arguments that improve the conversation. From 6533ed65a1cb530c4f6f671e8d4b91d937cdd758 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:40:51 +0100 Subject: [PATCH 02/22] Add availability table for ftp and ghec --- .../about-github-advanced-security.md | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index c8b27e59df..78277ba229 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,6 +36,27 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} +{% ifversion fpt %} +The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. + +| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | +| Code scanning | Yes | No | No | +| Secret scanning | Yes (limited functionality only) | No | Yes | +| Dependency review | Yes | No | Yes | +{% endif %} + +{% ifversion ghec %} +The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. + +| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | +| Code scanning | Yes | No | No | +| Secret scanning | Yes (limited functionality only) | No | Yes | +| Dependency review | Yes | No | Yes | +| Security Overview | No | No | Yes | +{% endif %} + For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} @@ -59,9 +80,9 @@ The site administrator must enable {% data variables.product.prodname_advanced_s Once your system is set up, you can enable and disable these features at the organization or repository level. {%- elsif ghec %} -For public repositories these features are permanently on and can only be disabled if you change the visibility of the project so that the code is no longer public. +For public repositories these features are permanently on and can only be disabled if you change the visibility of the project so that the code is no longer public. -For other repositories, once you have a license for your enterprise account, you can enable and disable these features at the organization or repository level. +For other repositories, once you have a license for your enterprise account, you can enable and disable these features at the organization or repository level. {%- elsif ghae %} You can enable and disable these features at the organization or repository level. From c01ac149cedd57fd371384aebe31406c0e93996f Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:41:23 +0100 Subject: [PATCH 03/22] Fix capitalization of security overview --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 78277ba229..62728aa8d0 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -54,7 +54,7 @@ The table below summarizes the availability of GitHub Advanced Security features | Code scanning | Yes | No | No | | Secret scanning | Yes (limited functionality only) | No | Yes | | Dependency review | Yes | No | Yes | -| Security Overview | No | No | Yes | +| Security overview | No | No | Yes | {% endif %} For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." From b8c16afc883f13e3d91e7b5f5c6b743bfe721a42 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:53:16 +0100 Subject: [PATCH 04/22] Add missing word in sentence --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 62728aa8d0..d543413af8 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -60,7 +60,7 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} {% endif %} {% ifversion ghes or ghec %} From 456d122097ab516ec9de21325bd743cebf7e0718 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:10:20 +0100 Subject: [PATCH 05/22] Change bolding in tables --- .../about-github-advanced-security.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index d543413af8..369c9d587d 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -39,20 +39,20 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th {% ifversion fpt %} The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. -| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | No | -| Secret scanning | Yes (limited functionality only) | No | Yes | +| Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% endif %} {% ifversion ghec %} The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. -| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | No | -| Secret scanning | Yes (limited functionality only) | No | Yes | +| Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | | Security overview | No | No | Yes | {% endif %} From a7e0e482fa72edbeaf8a72515dd0d237ba7e7f0c Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:19:04 +0100 Subject: [PATCH 06/22] Modiy text after table for ghec --- .../about-github-advanced-security.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 369c9d587d..c476cb6527 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -59,8 +59,12 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." -{% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% ifversion fpt %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% endif %} + +{% ifversion ghec %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}, except for the security overview. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% endif %} {% ifversion ghes or ghec %} From 2d4520b9cbf508b095ed5bc980f05838432a4494 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:22:08 +0100 Subject: [PATCH 07/22] Delete extra "endif" --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index c476cb6527..310fe06562 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -60,7 +60,7 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} {% ifversion ghec %} From 539645b156c6560b57811ab9a8d0b58e2ce9f128 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:41:48 +0100 Subject: [PATCH 08/22] Correct data for code scanning in tables --- .../learning-about-github/about-github-advanced-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 310fe06562..015cf3f0de 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -41,7 +41,7 @@ The table below summarizes the availability of GitHub Advanced Security features | | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | -| Code scanning | Yes | No | No | +| Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% endif %} @@ -51,7 +51,7 @@ The table below summarizes the availability of GitHub Advanced Security features | | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | -| Code scanning | Yes | No | No | +| Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | | Security overview | No | No | Yes | From 98ab21564e19e65e7baa1470a12ce0dd6ff5aa34 Mon Sep 17 00:00:00 2001 From: docubot <67483024+docubot@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:13:10 +1000 Subject: [PATCH 09/22] New translation batch for ja (#25200) * Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja * run script/i18n/reset-known-broken-translation-files.js Co-authored-by: Mike Surowiec --- ...-collaborators-to-a-personal-repository.md | 2 +- ...collaborator-from-a-personal-repository.md | 2 +- ...ourself-from-a-collaborators-repository.md | 2 +- .../managing-your-theme-settings.md | 2 +- .../building-and-testing-java-with-gradle.md | 6 +- .../adding-self-hosted-runners.md | 23 ++-- ...ess-to-self-hosted-runners-using-groups.md | 29 ++--- .../removing-self-hosted-runners.md | 21 ++- .../using-labels-with-self-hosted-runners.md | 21 +-- .../publishing-java-packages-with-gradle.md | 6 +- .../security-hardening-for-github-actions.md | 4 + ...d-access-management-for-your-enterprise.md | 2 +- .../reviewing-your-deploy-keys.md | 2 +- .../reviewing-your-security-log.md | 2 +- ...updating-your-github-access-credentials.md | 2 +- .../securing-your-organization.md | 2 +- ...tomating-dependabot-with-github-actions.md | 10 +- ...bout-alerts-for-vulnerable-dependencies.md | 2 +- .../troubleshooting-dependabot-errors.md | 2 - ...he-detection-of-vulnerable-dependencies.md | 12 +- ...nerable-dependencies-in-your-repository.md | 23 +++- .../about-the-dependency-graph.md | 2 +- .../authorizing-oauth-apps.md | 4 +- .../github-extensions-and-integrations.md | 4 +- ...ng-keywords-in-issues-and-pull-requests.md | 2 +- .../graphql/overview/about-the-graphql-api.md | 6 +- .../creating-an-issue.md | 6 +- .../deleting-an-issue.md | 2 +- ...-and-searching-issues-and-pull-requests.md | 122 +++++++++--------- .../linking-a-pull-request-to-an-issue.md | 24 ++-- ...ur-organizations-installed-integrations.md | 4 +- ...rs-to-repositories-in-your-organization.md | 2 +- ...ls-access-to-an-organization-repository.md | 4 +- ...ing-project-boards-in-your-organization.md | 2 +- ...ra-with-your-organization-project-board.md | 4 +- ...epository-creation-in-your-organization.md | 21 ++- ...ging-code-review-settings-for-your-team.md | 4 +- ...tolinks-to-reference-external-resources.md | 2 +- .../ja-JP/content/rest/reference/billing.md | 1 + .../rest/reference/enterprise-admin.md | 2 +- .../audit_log_sidebar_for_org_admins.md | 2 +- .../audit_log_sidebar_for_site_admins.md | 2 +- .../dependabot/dependabot-secrets-button.md | 4 +- ...-groups-navigate-to-repo-org-enterprise.md | 4 +- .../github-actions/sidebar-secret.md | 4 +- .../reusables/organizations/billing_plans.md | 4 +- .../github-apps-settings-sidebar.md | 4 +- .../organizations/member-privileges.md | 4 +- .../organizations/repository-defaults.md | 4 +- .../organizations/security-and-analysis.md | 4 +- .../data/reusables/organizations/security.md | 2 +- .../reusables/organizations/teams_sidebar.md | 2 +- .../organizations/verified-domains.md | 4 +- .../data/reusables/pages/sidebar-pages.md | 2 +- .../navigate-to-security-and-analysis.md | 4 +- .../repositories/repository-branches.md | 4 +- .../repositories/sidebar-notifications.md | 2 +- .../user_settings/access_applications.md | 2 +- .../user_settings/account_settings.md | 2 +- .../user_settings/appearance-settings.md | 2 +- .../user_settings/developer_settings.md | 2 +- .../data/reusables/user_settings/emails.md | 2 +- .../reusables/user_settings/organizations.md | 2 +- .../data/reusables/user_settings/repo-tab.md | 2 +- .../reusables/user_settings/saved_replies.md | 2 +- .../user_settings/security-analysis.md | 2 +- .../data/reusables/user_settings/security.md | 2 +- .../ja-JP/data/reusables/user_settings/ssh.md | 2 +- 68 files changed, 251 insertions(+), 222 deletions(-) diff --git a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md index ca10250041..7bfa6662a6 100644 --- a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md +++ b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md @@ -38,7 +38,7 @@ If you're a member of an {% data variables.product.prodname_emu_enterprise %}, y 1. コラボレーターとして招待する人のユーザ名を確認してください。{% ifversion fpt or ghec %}まだユーザ名がない場合は、{% data variables.product.prodname_dotcom %}にサインアップできます。詳細は「[新しい {% data variables.product.prodname_dotcom %}アカウントへのサインアップ](/articles/signing-up-for-a-new-github-account)」を参照してください。{% endif %} {% data reusables.repositories.navigate-to-repo %} {% 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 %} 1. [**Invite a collaborator**] をクリックします。 ![[Invite a collaborator] ボタン](/assets/images/help/repository/invite-a-collaborator-button.png) 2. 検索フィールドで、招待する人の名前を入力し、一致するリストの名前をクリックします。 ![リポジトリに招待する人の名前を入力するための検索フィールド](/assets/images/help/repository/manage-access-invite-search-field-user.png) diff --git a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md index 540062333f..b6d25ac209 100644 --- a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md +++ b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md @@ -30,7 +30,7 @@ shortTitle: Remove a collaborator {% data reusables.repositories.navigate-to-repo %} {% 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 %} 4. 削除するコラボレーターの右で、{% octicon "trash" aria-label="The trash icon" %} をクリックします。 ![コラボレーターを削除するボタン](/assets/images/help/repository/collaborator-remove.png) {% else %} diff --git a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md index 912484a983..6b85b82136 100644 --- a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md +++ b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md @@ -21,7 +21,7 @@ shortTitle: Remove yourself --- {% 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**. {% else %} 2. 左のサイドバーで [**Repositories**] をクリックします。 ![[Repositories] タブ](/assets/images/help/settings/settings-sidebar-repositories.png) diff --git a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md index 21a710c0d3..4e6f9ae2d8 100644 --- a/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md +++ b/translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings.md @@ -22,7 +22,7 @@ You may want to use a dark theme to reduce power consumption on certain devices, {% note %} -**Note:** The colorblind themes and light high contrast theme are currently in public beta. For more information on enabling features in public beta, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)." +**Note:** The colorblind themes are currently in public beta. For more information on enabling features in public beta, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)." {% endnote %} diff --git a/translations/ja-JP/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md b/translations/ja-JP/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md index 4192124281..9b265177e3 100644 --- a/translations/ja-JP/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md +++ b/translations/ja-JP/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md @@ -69,7 +69,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Build with Gradle - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: build ``` @@ -106,7 +106,7 @@ steps: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Run the Gradle package task - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: -b ci.gradle package ``` @@ -135,7 +135,7 @@ steps: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Build with Gradle - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: build - uses: actions/upload-artifact@v2 diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index e148e0426a..643ae98159 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -37,20 +37,19 @@ Organization または Enterprise 管理者の場合は、Organization または 単一のリポジトリにセルフホストランナーを追加できます。 セルフホストランナーをユーザのリポジトリに追加するには、リポジトリのオーナーでなければなりません。 Organizationのリポジトリの場合は、Organizationのオーナーであるか、そのリポジトリの管理アクセスを持っていなければなりません。 For information about how to add a self-hosted runner with the REST API, see "[Self-hosted runners](/rest/reference/actions#self-hosted-runners)." -{% ifversion fpt or ghec %} +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.github-actions.settings-sidebar-actions %} {% data reusables.github-actions.settings-sidebar-actions-runners-updated %} 1. Click **New self-hosted runner**. {% data reusables.github-actions.self-hosted-runner-configure %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.github-actions.settings-sidebar-actions-runners %} 1. GitHub Insightsの -{% ifversion fpt or ghes > 3.1 or ghae or ghec %}"ランナー"{% else %}"セルフホストランナー"{% endif %} で、[**Add runner**] をクリックします。 +{% ifversion ghes > 3.1 or ghae or ghec %}"ランナー"{% else %}"セルフホストランナー"{% endif %} で、[**Add runner**] をクリックします。 {% data reusables.github-actions.self-hosted-runner-configure %} {% endif %} {% data reusables.github-actions.self-hosted-runner-check-installation-success %} @@ -59,20 +58,19 @@ Organization または Enterprise 管理者の場合は、Organization または セルフホストランナーをOrganizationのレベルで追加し、Organization内の複数のリポジトリのジョブを処理するために使うことができます。 Organizationにセルフホストランナーを追加するには、Organizationのオーナーでなければなりません。 For information about how to add a self-hosted runner with the REST API, see "[Self-hosted runners](/rest/reference/actions#self-hosted-runners)." -{% ifversion fpt or ghec %} +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions %} {% data reusables.github-actions.settings-sidebar-actions-runners-updated %} 1. Click **New runner**. {% data reusables.github-actions.self-hosted-runner-configure %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions-runners %} 1. GitHub Insightsの -{% ifversion fpt or ghes > 3.1 or ghae or ghec %}"ランナー"{% else %}"セルフホストランナー"{% endif %} で、[**Add runner**] をクリックします。 +{% ifversion ghes > 3.1 or ghae %}"Runners", click **Add new**, then click **New runner**.{% elsif ghes < 3.2 %}"Self-hosted runners", click **Add runner**."{% endif %} {% data reusables.github-actions.self-hosted-runner-configure %} {% endif %} @@ -88,7 +86,7 @@ Organization または Enterprise 管理者の場合は、Organization または 新しいランナーがデフォルトグループに割り当てられます。 ランナーを登録した後、ランナーのグループを変更できます。 詳しい情報については、「[セルフホストランナーへのアクセスを管理する](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group)」を参照してください。 -{% ifversion ghec %} +{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %} セルフホストランナーを Enterprise アカウントに追加するには、Enterprise のオーナーである必要があります。 For information about how to add a self-hosted runner with the REST API, see the [Enterprise Administration GitHub Actions APIs](/rest/reference/enterprise-admin#github-actions). {% data reusables.enterprise-accounts.access-enterprise %} @@ -97,10 +95,9 @@ Organization または Enterprise 管理者の場合は、Organization または {% data reusables.enterprise-accounts.actions-runners-tab %} 1. Click **New runner**. {% data reusables.github-actions.self-hosted-runner-configure %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} セルフホストランナーを -{% data variables.product.product_location %} の Enterprise レベルで削除するには、サイト管理者である必要があります。 +{% data variables.product.product_location %} の Enterprise レベルでを追加するには、サイト管理者である必要があります。 {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} @@ -108,11 +105,9 @@ Organization または Enterprise 管理者の場合は、Organization または 1. [**Add new**] をクリックし、[**New runner**] をクリックします。 {% data reusables.github-actions.self-hosted-runner-configure %} {% endif %} -{% ifversion ghec or ghae or ghes %} {% data reusables.github-actions.self-hosted-runner-check-installation-success %} {% data reusables.github-actions.self-hosted-runner-public-repo-access %} -{% endif %} ### Enterprise ランナーをリポジトリで利用可能にする diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index fa8c3eda50..840e62285a 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -46,7 +46,7 @@ Enterprise の管理者が Organization にランナーグループへのアク グループを作成する場合、ランナーグループにアクセスできるリポジトリを定義するポリシーを選択する必要があります。 -{% ifversion ghec %} +{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions-runner-groups %} @@ -61,12 +61,11 @@ Enterprise の管理者が Organization にランナーグループへのアク {% endwarning %} {% data reusables.github-actions.self-hosted-runner-create-group %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions-runners %} -1. In the "Self-hosted runners" section, click **Add new**, and then **New group**. +1. Under {% ifversion ghes > 3.1 or ghae %}"Runners"{% elsif ghes < 3.2 %}"Self-hosted runners"{% endif %}, click **Add new**, and then **New group**. ![新しいランナーを追加](/assets/images/help/settings/actions-org-add-runner-group.png) 1. ランナーグループの名前を入力し、リポジトリアクセスのポリシーを割り当てます。 @@ -95,7 +94,7 @@ Enterprise は、セルフホストランナーをグループに追加して、 グループを作成するときは、ランナーグループにアクセスできる Organization を定義するポリシーを選択する必要があります。 -{% ifversion ghec %} +{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} @@ -113,8 +112,7 @@ Enterprise は、セルフホストランナーをグループに追加して、 {% endwarning %} {% data reusables.github-actions.self-hosted-runner-create-group %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} @@ -144,7 +142,7 @@ Enterprise は、セルフホストランナーをグループに追加して、 ## セルフホストランナーグループのアクセスポリシーを変更する ランナーグループのアクセスポリシーを更新したり、ランナーグループの名前を変更したりすることができます。 -{% ifversion fpt or ghec %} +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.github-actions.self-hosted-runner-groups-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.settings-sidebar-actions-runner-groups-selection %} 1. Modify the access options, or change the runner group name. @@ -158,8 +156,7 @@ Enterprise は、セルフホストランナーをグループに追加して、 詳しい情報については「[セルフホストランナーについて](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)」を参照してください。 {% endwarning %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.github-actions.self-hosted-runner-configure-runner-group-access %} {% endif %} @@ -181,17 +178,18 @@ Could not find any self-hosted runner group named "rg-runnergroup". ## セルフホストランナーをグループに移動する If you don't specify a runner group during the registration process, your new self-hosted runners are automatically assigned to the default group, and can then be moved to another group. -{% ifversion ghec or ghes > 3.1 or ghae %} + {% data reusables.github-actions.self-hosted-runner-navigate-to-org-enterprise %} +{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %} 1. In the "Runners" list, click the runner that you want to configure. 2. Select the Runner group dropdown menu. 3. In "Move runner to group", choose a destination group for the runner. -{% endif %} -{% ifversion ghes < 3.2 or ghae %} -1. In the "Self-hosted runners" section of the settings page, locate the current group of the runner you want to move and expand the list of group members. ![ランナーグループのメンバーを表示](/assets/images/help/settings/actions-org-runner-group-members.png) +{% elsif ghae or ghes < 3.4 %} +1. In the {% ifversion ghes > 3.1 or ghae %}"Runner groups"{% elsif ghes < 3.2 %}"Self-hosted runners"{% endif %} section of the settings page, locate the current group of the runner you want to move and expand the list of group members. ![ランナーグループのメンバーを表示](/assets/images/help/settings/actions-org-runner-group-members.png) 2. セルフホストランナーの横にあるチェックボックスを選択し、[**Move to group**] をクリックして、利用可能な移動先を確認します。 ![ランナーグループのメンバーを移動](/assets/images/help/settings/actions-org-runner-group-member-move.png) 3. 移動先のグループをクリックして、ランナーを移動します。 ![ランナーグループのメンバーを移動](/assets/images/help/settings/actions-org-runner-group-member-move-destination.png) {% endif %} + ## セルフホストランナーグループを削除する セルフホストランナーは、グループが削除されると自動的にデフォルトグループに戻ります。 @@ -201,8 +199,7 @@ If you don't specify a runner group during the registration process, your new se 1. In the list of groups, to the right of the group you want to delete, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}. 2. グループを削除するには、[**Remove group**] をクリックします。 3. 確認プロンプトを確認し、[**Remove this runner group**] をクリックします。 -{% endif %} -{% ifversion ghes < 3.2 or ghae %} +{% elsif ghes < 3.2 %} 1. In the "Self-hosted runners" section of the settings page, locate the group you want to delete, and click the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} button. ![ランナーグループの設定を表示](/assets/images/help/settings/actions-org-runner-group-kebab.png) 1. グループを削除するには、[**Remove group**] をクリックします。 ![ランナーグループの設定を表示](/assets/images/help/settings/actions-org-runner-group-remove.png) diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index a89dc27bce..68f8835ca9 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -30,20 +30,20 @@ shortTitle: Remove self-hosted runners ユーザリポジトリからセルフホストランナーを削除するには、リポジトリのオーナーでなければなりません。 Organizationのリポジトリの場合は、Organizationのオーナーであるか、そのリポジトリの管理アクセスを持っていなければなりません。 セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。 For information about how to remove a self-hosted runner with the REST API, see "[Self-hosted runners](/rest/reference/actions#self-hosted-runners)." {% data reusables.github-actions.self-hosted-runner-reusing %} -{% ifversion fpt or ghec %} +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.github-actions.settings-sidebar-actions %} {% data reusables.github-actions.settings-sidebar-actions-runners-updated %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner-updated %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} {% data reusables.github-actions.settings-sidebar-actions-runners %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner %} {% endif %} + ## Organizationからのランナーの削除 {% note %} @@ -57,19 +57,20 @@ shortTitle: Remove self-hosted runners Organizationからセルフホストランナーを削除するには、Organizationのオーナーでなければなりません。 セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。 For information about how to remove a self-hosted runner with the REST API, see "[Self-hosted runners](/rest/reference/actions#self-hosted-runners)." {% data reusables.github-actions.self-hosted-runner-reusing %} -{% ifversion fpt or ghes > 3.1 or ghae or ghec %} +{% ifversion fpt or ghes > 3.3 or ghec %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions %} {% data reusables.github-actions.settings-sidebar-actions-runners-updated %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner-updated %} -{% else %} +{% elsif ghes < 3.4 or ghae %} {% data reusables.organizations.navigate-to-org %} {% data reusables.organizations.org_settings %} {% data reusables.github-actions.settings-sidebar-actions-runners %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner %} {% endif %} + ## Enterprise からランナーを削除する {% ifversion fpt %} @@ -85,19 +86,17 @@ Organizationからセルフホストランナーを削除するには、Organiza {% endnote %} -{% data reusables.github-actions.self-hosted-runner-reusing %} +To remove a self-hosted runner from an enterprise, you must be an enterprise owner. セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。 For information about how to remove a self-hosted runner with the REST API, see the [Enterprise Administration GitHub Actions APIs](/rest/reference/enterprise-admin#github-actions). -{% ifversion ghec %} -セルフホストランナーを Enterprise アカウントから削除するには、Enterprise のオーナーである必要があります。 セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。 For information about how to add a self-hosted runner with the REST API, see the [Enterprise Administration GitHub Actions APIs](/rest/reference/enterprise-admin#github-actions). +{% data reusables.github-actions.self-hosted-runner-reusing %} +{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} {% data reusables.enterprise-accounts.actions-runners-tab %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner-updated %} -{% elsif ghae or ghes %} -セルフホストランナーを -{% data variables.product.product_location %}, you must be an enterprise owner. セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。 +{% elsif ghae or ghes < 3.4 %} {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index e073245ffb..6a9a9e0bc6 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -19,13 +19,13 @@ shortTitle: Label runners {% data reusables.github-actions.self-hosted-runner-management-permissions-required %} ## カスタムラベルの作成 -{% ifversion fpt or ghec %} + +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} 1. In the "Labels" section, click {% octicon "gear" aria-label="The Gear icon" %}. 1. In the "Find or create a label" field, type the name of your new label and click **Create new label**. カスタムラベルが作成され、セルフホストランナーに割り当てられます。 カスタムラベルをセルフホストランナーから取り除くことはできますが、現在はラベルを手動で削除することはできません。 {% data reusables.github-actions.actions-unused-labels %} -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.self-hosted-runner-list %} {% data reusables.github-actions.self-hosted-runner-list-group %} @@ -34,35 +34,38 @@ shortTitle: Label runners カスタムラベルが作成され、セルフホストランナーに割り当てられます。 カスタムラベルをセルフホストランナーから取り除くことはできますが、現在はラベルを手動で削除することはできません。 {% data reusables.github-actions.actions-unused-labels %} {% endif %} + ## セルフホストランナーへのラベルの割り当て -{% ifversion fpt or ghec %} + +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} {% data reusables.github-actions.runner-label-settings %} 1. To assign a label to your self-hosted runner, in the "Find or create a label" field, click the label. -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.self-hosted-runner-list %} {% data reusables.github-actions.self-hosted-runner-list-group %} {% data reusables.github-actions.self-hosted-runner-labels-view-assigned-labels %} 1. ラベルをクリックして、セルフホストランナーに割り当ててください。 {% endif %} + ## カスタムラベルのセルフホストランナーからの削除 -{% ifversion fpt or ghec %} + +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.settings-sidebar-actions-runner-selection %} {% data reusables.github-actions.runner-label-settings %} 1. In the "Find or create a label" field, assigned labels are marked with the {% octicon "check" aria-label="The Check icon" %} icon. Click on a marked label to unassign it from your self-hosted runner. -{% endif %} -{% ifversion ghae or ghes %} +{% elsif ghae or ghes < 3.4 %} {% data reusables.github-actions.self-hosted-runner-navigate-to-repo-org-enterprise %} {% data reusables.github-actions.self-hosted-runner-list %} {% data reusables.github-actions.self-hosted-runner-list-group %} {% data reusables.github-actions.self-hosted-runner-labels-view-assigned-labels %} 1. 割り当てられているラベルをクリックして、セルフホストランナーから削除してください。 {% data reusables.github-actions.actions-unused-labels %} {% endif %} + ## 設定スクリプトを使ったラベルの作成と割り当て セルフホストランナー上の設定スクリプトを使い、カスタムラベルの作成と割り当てを行えます。 たとえば、以下のコマンドは`gpu`というラベルをセルフホストランナーに割り当てます。 diff --git a/translations/ja-JP/content/actions/publishing-packages/publishing-java-packages-with-gradle.md b/translations/ja-JP/content/actions/publishing-packages/publishing-java-packages-with-gradle.md index c383e33d40..eb7b1c82ba 100644 --- a/translations/ja-JP/content/actions/publishing-packages/publishing-java-packages-with-gradle.md +++ b/translations/ja-JP/content/actions/publishing-packages/publishing-java-packages-with-gradle.md @@ -96,7 +96,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Publish package - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: publish env: @@ -167,7 +167,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Publish package - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: publish env: @@ -246,7 +246,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Publish package - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 + uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: publish env: {% raw %} diff --git a/translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md b/translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md index 31a6985618..81aa817d3a 100644 --- a/translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md +++ b/translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md @@ -202,6 +202,10 @@ The same principles described above for using third-party actions also apply to {% data reusables.actions.outside-collaborators-internal-actions %} For more information, see "[Sharing actions and workflows with your enterprise](/actions/creating-actions/sharing-actions-and-workflows-with-your-enterprise)." {% endif %} +## Using OpenSSF Scorecards to secure workflows + +[Scorecards](https://github.com/ossf/scorecard) is an automated security tool that flags risky supply chain practices. You can use the [Scorecards action](https://github.com/marketplace/actions/ossf-scorecard-action) and [starter workflow](https://github.com/actions/starter-workflows) to follow best security practices. Once configured, the Scorecards action runs automatically on repository changes, and alerts developers about risky supply chain practices using the built-in code scanning experience. The Scorecards project runs a number of checks, including script injection attacks, token permissions, and pinned actions. + ## Potential impact of a compromised runner These sections consider some of the steps an attacker can take if they're able to run malicious commands on a {% data variables.product.prodname_actions %} runner. diff --git a/translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md b/translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md index a3b6cec219..b4a52bbdf1 100644 --- a/translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md +++ b/translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/about-identity-and-access-management-for-your-enterprise.md @@ -47,7 +47,7 @@ Configuring {% data variables.product.prodname_emus %} for SAML single-sign on a | ------------------------------------- |:--------------------------------------------------------------:|:-------------------------------------------------------------:| | Active Directory フェデレーションサービス (AD FS) | {% octicon "check-circle-fill" aria-label= "The check icon" %} | | | Azure Active Directory (Azure AD) | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} -| Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %} +| Okta | {% octicon "check-circle-fill" aria-label="The check icon" %} | | | OneLogin | {% octicon "check-circle-fill" aria-label="The check icon" %} | | | PingOne | {% octicon "check-circle-fill" aria-label="The check icon" %} | | | Shibboleth | {% octicon "check-circle-fill" aria-label="The check icon" %} | | diff --git a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md index a8acb33c40..7281ee5a77 100644 --- a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md +++ b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md @@ -18,7 +18,7 @@ shortTitle: デプロイキー {% data reusables.repositories.navigate-to-repo %} {% 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**. {% else %} 3. 左サイドバーで [**Deploy keys**] をクリックします。 ![デプロイキーの設定](/assets/images/help/settings/settings-sidebar-deploy-keys.png) diff --git a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md index ca148abe16..d9bf68921b 100644 --- a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md +++ b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md @@ -22,7 +22,7 @@ shortTitle: セキュリティ ログ The security log lists all actions performed within the last 90 days. {% 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**. {% else %} 1. ユーザ設定サイドバーで [**Security log**] をクリックします。 ![セキュリティログのタブ](/assets/images/help/settings/audit-log-tab.png) diff --git a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md index 8ca974ea4b..fe97513d90 100644 --- a/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md +++ b/translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md @@ -24,7 +24,7 @@ shortTitle: Update access credentials 2. Enter the email address associated with your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.product.product_location %}{% endif %}, then click **Send password reset email.** The email will be sent to the backup email address if you have one configured. ![Password reset email request dialog](/assets/images/help/settings/password-recovery-email-request.png) 3. We'll email you a link that will allow you to reset your password. You must click on this link within 3 hours of receiving the email. If you didn't receive an email from us, make sure to check your spam folder. -4. If you have enabled two-factor authentication, you will be prompted for your 2FA credentials. Type your 2FA credentials or one of your 2FA recovery codes and click **Verify**. +4. If you have enabled two-factor authentication, you will be prompted for your 2FA credentials. Type your authentication code or one of your recovery codes and click **Verify**. If you have added a security key to your account, you can insert the key and click **Use security key** instead of typing an authentication code. ![Two-factor authentication prompt](/assets/images/help/2fa/2fa-password-reset.png) 5. Type a new password, confirm your new password, and click **Change password**. For help creating a strong password, see "[Creating a strong password](/articles/creating-a-strong-password)." {% ifversion fpt or ghec %}![Password recovery box](/assets/images/help/settings/password-recovery-page.png){% else %} diff --git a/translations/ja-JP/content/code-security/getting-started/securing-your-organization.md b/translations/ja-JP/content/code-security/getting-started/securing-your-organization.md index 25412c70df..d27d4e08ce 100644 --- a/translations/ja-JP/content/code-security/getting-started/securing-your-organization.md +++ b/translations/ja-JP/content/code-security/getting-started/securing-your-organization.md @@ -36,7 +36,7 @@ You can create a default security policy that will display in any of your organi {% ifversion fpt or ghes > 2.22 or ghae-issue-4864 or ghec %} ## Managing {% data variables.product.prodname_dependabot_alerts %} and the dependency graph -{% ifversion fpt or ghec %}By default, {% data variables.product.prodname_dotcom %} detects vulnerabilities in public repositories and generates {% data variables.product.prodname_dependabot_alerts %} and a dependency graph. You can enable or disable {% data variables.product.prodname_dependabot_alerts %} and the dependency graph for all private repositories owned by your organization. +{% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %} detects vulnerabilities in public repositories and displays the dependency graph. You can enable or disable {% data variables.product.prodname_dependabot_alerts %} for all public repositories owned by your organization. You can enable or disable {% data variables.product.prodname_dependabot_alerts %} and the dependency graph for all private repositories owned by your organization. 1. Click your profile photo, then click **Organizations**. 2. Click **Settings** next to your organization. diff --git a/translations/ja-JP/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions.md b/translations/ja-JP/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions.md index b1e0314a22..08083383df 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions.md @@ -30,11 +30,17 @@ shortTitle: Use Dependabot with Actions {% data variables.product.prodname_dependabot %} is able to trigger {% data variables.product.prodname_actions %} workflows on its pull requests and comments; however, certain events are treated differently. -`pull_request`、`pull_request_review`、`pull_request_review_comment`、`push`イベントを使って {% data variables.product.prodname_dependabot %}によって開始されたワークフロー(`github.actor == "dependabot[bot]"`)については、以下の制限が適用されます。 +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5792 %} +For workflows initiated by {% data variables.product.prodname_dependabot %} (`github.actor == "dependabot[bot]"`) using the `pull_request`, `pull_request_review`, `pull_request_review_comment`, `push`, `create`, `deployment`, and `deployment_status` events, the following restrictions apply: +{% endif %} - {% ifversion ghes = 3.3 %}`GITHUB_TOKEN` has read-only permissions, unless your administrator has removed restrictions.{% else %}`GITHUB_TOKEN` has read-only permissions by default.{% endif %} - {% ifversion ghes = 3.3 %}Secrets are inaccessible, unless your administrator has removed restrictions.{% else %}Secrets are populated from {% data variables.product.prodname_dependabot %} secrets. {% data variables.product.prodname_actions %} secrets are not available.{% endif %} +{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5792 %} +For workflows initiated by {% data variables.product.prodname_dependabot %} (`github.actor == "dependabot[bot]"`) using the `pull_request_target` event, if the base ref of the pull request was created by {% data variables.product.prodname_dependabot %} (`github.actor == "dependabot[bot]"`), the `GITHUB_TOKEN` will be read-only and secrets are not available. +{% endif %} + 詳しい情報については[GitHub Actionsとワークフローをセキュアに保つ: pwnリクエストの防止](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)を参照してください。 {% ifversion fpt or ghec or ghes > 3.3 %} @@ -66,7 +72,7 @@ For more information, see "[Modifying the permissions for the GITHUB_TOKEN](/act ### Accessing secrets -When a {% data variables.product.prodname_dependabot %} event triggers a workflow, the only secrets available to the workflow are {% data variables.product.prodname_dependabot %} secrets. {% data variables.product.prodname_actions %} secrets are not available. Consequently, you must store any secrets that are used by a workflow triggered by {% data variables.product.prodname_dependabot %} events as {% data variables.product.prodname_dependabot %} secrets. 詳しい情報については「[Dependabotの暗号化されたシークレットの管理](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)」を参照してください。 +When a {% data variables.product.prodname_dependabot %} event triggers a workflow, the only secrets available to the workflow are {% data variables.product.prodname_dependabot %} secrets. {% data variables.product.prodname_actions %} secrets are not available. Consequently, you must store any secrets that are used by a workflow triggered by {% data variables.product.prodname_dependabot %} events as {% data variables.product.prodname_dependabot %} secrets. For more information, see "[Managing encrypted secrets for Dependabot](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)". {% data variables.product.prodname_dependabot %} secrets are added to the `secrets` context and referenced using exactly the same syntax as secrets for {% data variables.product.prodname_actions %}. For more information, see "[Encrypted secrets](/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow)." diff --git a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies.md b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies.md index 8b835ed644..9a41ccbd2a 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies.md @@ -58,7 +58,7 @@ For a list of the ecosystems that {% data variables.product.product_name %} can {% data reusables.repositories.enable-security-alerts %} -{% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %} detects vulnerable dependencies in _public_ repositories and generates {% data variables.product.prodname_dependabot_alerts %} by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories. +{% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %} detects vulnerable dependencies in _public_ repositories and displays the dependency graph, but does not generate {% data variables.product.prodname_dependabot_alerts %} by default. Repository owners or people with admin access can enable {% data variables.product.prodname_dependabot_alerts %} for public repositories. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories. You can also enable or disable {% data variables.product.prodname_dependabot_alerts %} for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)." diff --git a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors.md b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors.md index d06c5b70bb..f53f1f19ab 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors.md @@ -46,8 +46,6 @@ topics: エラーによって {% data variables.product.prodname_dependabot %} によるプルリクエストの作成がブロックされた場合は、アラートをクリックしてエラーの詳細を表示できます。 -![プルリクエストの作成をブロックしたエラーを示す {% data variables.product.prodname_dependabot %} アラート](/assets/images/help/dependabot/dependabot-security-update-error.png) - ## {% data variables.product.prodname_dependabot_version_updates %} でエラーを調査する {% data variables.product.prodname_dependabot %} がエコシステムの依存関係を更新するためのプルリクエストの作成をブロックされると、マニフェストファイルにエラーアイコンを投稿します。 {% data variables.product.prodname_dependabot %} によって管理されるマニフェストファイルは、[{% data variables.product.prodname_dependabot %}] タブに一覧表示されます。 このタブにアクセスするには、リポジトリの [**Insights**] タブで [**Dependency graph**] をクリックし、[**{% data variables.product.prodname_dependabot %}**] タブをクリックします。 diff --git a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies.md b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies.md index 2e0ad140d1..4a967cf2fb 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies.md @@ -103,17 +103,17 @@ Since {% data variables.product.prodname_dependabot %} uses curated data in the {% ifversion fpt or ghec %} ## Does each dependency vulnerability generate a separate alert? -When a dependency has multiple vulnerabilities, only one aggregated alert is generated for that dependency, instead of one alert per vulnerability. +When a dependency has multiple vulnerabilities, an alert is generated for each vulnerability at the level of advisory plus manifest. -The {% data variables.product.prodname_dependabot_alerts %} count in {% data variables.product.prodname_dotcom %} shows a total for the number of alerts, that is, the number of dependencies with vulnerabilities, not the number of vulnerabilities. +![Screenshot of the {% data variables.product.prodname_dependabot_alerts %} tab showing two alerts from the same package with different manifests.](/assets/images/help/repository/dependabot-alerts-view.png) -![{% data variables.product.prodname_dependabot_alerts %} view](/assets/images/help/repository/dependabot-alerts-view.png) +Legacy {% data variables.product.prodname_dependabot_alerts %} were grouped into a single aggregated alert with all the vulnerabilities for the same dependency. If you navigate to a link to a legacy {% data variables.product.prodname_dependabot %} alert, you will be redirected to the {% data variables.product.prodname_dependabot_alerts %} tab filtered to display vulnerabilities for that dependent package and manifest. -When you click to display the alert details, you can see how many vulnerabilities are included in the alert. +![Screenshot of the {% data variables.product.prodname_dependabot_alerts %} tab showing the filtered alerts from navigating to a legacy {% data variables.product.prodname_dependabot %} alert.](/assets/images/help/repository/legacy-dependabot-alerts-view.png) -![Multiple vulnerabilities for a {% data variables.product.prodname_dependabot %} alert](/assets/images/help/repository/dependabot-vulnerabilities-number.png) +The {% data variables.product.prodname_dependabot_alerts %} count in {% data variables.product.prodname_dotcom %} shows a total for the number of alerts, which is the number of vulnerabilities, not the number of dependencies. -**Check**: If there is a discrepancy in the totals you are seeing, check that you are not comparing alert numbers with vulnerability numbers. +**Check**: If there is a discrepancy in the totals you are seeing, check that you are not comparing alert numbers with dependency numbers. Also check that you are viewing all alerts and not a subset of filtered alerts. {% endif %} ## Further reading diff --git a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository.md b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository.md index 17020fe9ea..2dc4bb9fc5 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository.md @@ -25,7 +25,7 @@ topics: {% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -Your repository's {% data variables.product.prodname_dependabot_alerts %} tab lists all open and closed {% data variables.product.prodname_dependabot_alerts %}{% ifversion fpt or ghec or ghes > 3.2 %} and corresponding {% data variables.product.prodname_dependabot_security_updates %}{% endif %}. You can sort the list of alerts by selecting the drop-down menu, and you can click into specific alerts for more details. 詳しい情報については、「[脆弱性のある依存関係に対するアラートについて](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)」を参照してください。 +Your repository's {% data variables.product.prodname_dependabot_alerts %} tab lists all open and closed {% data variables.product.prodname_dependabot_alerts %}{% ifversion fpt or ghec or ghes > 3.2 %} and corresponding {% data variables.product.prodname_dependabot_security_updates %}{% endif %}. You can{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5638 %} filter alerts by package, ecosystem, or manifest. You can also{% endif %} sort the list of alerts, and you can click into specific alerts for more details. 詳しい情報については、「[脆弱性のある依存関係に対するアラートについて](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)」を参照してください。 {% ifversion fpt or ghec or ghes > 3.2 %} {% data variables.product.prodname_dependabot_alerts %} と依存関係グラフを使用するリポジトリの自動セキュリティ更新を有効にすることができます。 詳しい情報については、「[{% data variables.product.prodname_dependabot_security_updates %} について](/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates)」を参照してください。 @@ -37,11 +37,26 @@ Your repository's {% data variables.product.prodname_dependabot_alerts %} tab l ## リポジトリ内の脆弱性のある依存関係の更新について コードベースが既知の脆弱性のある依存関係を使用していることを検出すると、{% data variables.product.product_name %} は {% data variables.product.prodname_dependabot_alerts %} を生成します。 {% data variables.product.prodname_dependabot_security_updates %} が有効になっているリポジトリの場合、{% data variables.product.product_name %} がデフォルトのブランチで脆弱性のある依存関係を検出すると、{% data variables.product.prodname_dependabot %} はそれを修正するためのプルリクエストを作成します。 Pull Requestは、脆弱性を回避するために必要最低限の安全なバージョンに依存関係をアップグレードします。 + +{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5638 %}You can sort and filter {% data variables.product.prodname_dependabot_alerts %} with the dropdown menus in the {% data variables.product.prodname_dependabot_alerts %} tab or by typing filters as `key:value` pairs into the search bar. The available filters are repository (for example, `repo:my-repository`), package (for example, `package:django`), ecosystem (for example, `ecosystem:npm`), manifest (for example, `manifest:webwolf/pom.xml`), state (for example, `is:open`), and whether an advisory has a patch (for example, `has: patch`). + +Each {% data variables.product.prodname_dependabot %} alert has a unique numeric identifier and the {% data variables.product.prodname_dependabot_alerts %} tab lists an alert for every detected vulnerability. Legacy {% data variables.product.prodname_dependabot_alerts %} grouped vulnerabilities by dependency and generated a single alert per dependency. If you navigate to a legacy {% data variables.product.prodname_dependabot %} alert, you will be redirected to a {% data variables.product.prodname_dependabot_alerts %} tab filtered for that package. {% endif %} {% endif %} ## 脆弱性のある依存関係を表示して更新する -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5638 %} +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-security %} +{% data reusables.repositories.sidebar-dependabot-alerts %} +1. Optionally, to filter alerts, select the **Repository**, **Package**, **Ecosystem**, or **Manifest** dropdown menu then click the filter that you would like to apply. You can also type filters into the search bar. For example, `ecosystem:npm` or `has:patch`. To sort alerts, select the **Sort** dropdown menu then click the option that you would like to sort by. ![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab](/assets/images/help/graphs/dependabot-alerts-filters.png) +1. Click the alert that you would like to view. ![アラートリストで選択されたアラート](/assets/images/help/graphs/click-alert-in-alerts-list-ungrouped.png) +1. 脆弱性の詳細を確認し、可能な場合は、自動セキュリティアップデートを含むプルリクエストを確認します。 +1. 必要に応じて、アラートに対する {% data variables.product.prodname_dependabot_security_updates %} アップデートがまだ入手できない場合、脆弱性を解決するプルリクエストを作成するには、[**Create {% data variables.product.prodname_dependabot %} security update**] をクリックします。 ![{% data variables.product.prodname_dependabot %} セキュリティアップデートボタンを作成](/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png) +1. 依存関係を更新して脆弱性を解決する準備ができたら、プルリクエストをマージしてください。 {% data variables.product.prodname_dependabot %} によって発行される各プルリクエストには、{% data variables.product.prodname_dependabot %} の制御に使用できるコマンドの情報が含まれています。 詳しい情報については、「[依存関係の更新に関するプルリクエストを管理する](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-with-comment-commands) 」を参照してください。 +1. Optionally, if the alert is being fixed, if it's incorrect, or located in unused code, select the "Dismiss" drop-down, and click a reason for dismissing the alert. ![[Dismiss] ドロップダウンでアラートを却下する理由を選択する](/assets/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png) + +{% elsif ghes = 3.3 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-dependabot-alerts %} @@ -51,7 +66,7 @@ Your repository's {% data variables.product.prodname_dependabot_alerts %} tab l 1. 依存関係を更新して脆弱性を解決する準備ができたら、プルリクエストをマージしてください。 {% data variables.product.prodname_dependabot %} によって発行される各プルリクエストには、{% data variables.product.prodname_dependabot %} の制御に使用できるコマンドの情報が含まれています。 詳しい情報については、「[依存関係の更新に関するプルリクエストを管理する](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-with-comment-commands) 」を参照してください。 1. Optionally, if the alert is being fixed, if it's incorrect, or located in unused code, select the "Dismiss" drop-down, and click a reason for dismissing the alert. ![[Dismiss] ドロップダウンでアラートを却下する理由を選択する](/assets/images/help/repository/dependabot-alert-dismiss-drop-down.png) -{% elsif ghes > 3.0 or ghae-issue-4864 %} +{% elsif ghes = 3.1 or ghes = 3.2 or ghae-issue-4864 %} {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-dependabot-alerts %} @@ -64,7 +79,7 @@ Your repository's {% data variables.product.prodname_dependabot_alerts %} tab l {% data reusables.repositories.accessing-repository-graphs %} {% data reusables.repositories.click-dependency-graph %} 1. 詳細な情報を表示する脆弱性のある依存関係のバージョン番号をクリックしてください。 ![脆弱性のある依存関係の詳細情報](/assets/images/enterprise/3.0/dependabot-alert-info.png) -1. 脆弱性の詳細をレビューして、更新する必要があるかを判断してください。 依存関係のセキュアなバージョンへマニフェストあるいはロックファイルを更新するPull Requestをマージすると、アラートは解決されます。 +1. 脆弱性の詳細をレビューし、依存関係を更新する必要があるかを判断してください。 依存関係のセキュアなバージョンへマニフェストあるいはロックファイルを更新するPull Requestをマージすると、アラートは解決されます。 1. **Dependencies(依存関係)**タブの上部のバナーは、脆弱性のある依存関係がすべて解決されるか、そのバナーを閉じるまで表示されます。 バナーの右上にある**Dismiss(却下)**をクリックして、アラートを却下する理由を選択してください。 ![セキュリティバナーを閉じる](/assets/images/enterprise/3.0/dependabot-alert-dismiss.png) {% endif %} diff --git a/translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md index 9dfc90486b..0956aede41 100644 --- a/translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md +++ b/translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md @@ -88,7 +88,7 @@ The recommended formats explicitly define which versions are used for all direct | Maven | Java, Scala | `pom.xml` | `pom.xml` | | npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`| | Python PIP | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`{% if github-actions-in-dependency-graph %}[2]{% else %}[1]{% endif %} | -{%- ifversion fpt or ghes > 3.3 %} +{%- ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4752 %} | Python Poetry | Python | `poetry.lock` | `poetry.lock`, `pyproject.toml` |{% endif %} | RubyGems | Ruby | `Gemfile.lock` | `Gemfile.lock`, `Gemfile`, `*.gemspec` | | Yarn | JavaScript | `yarn.lock` | `package.json`, `yarn.lock` | diff --git a/translations/ja-JP/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md b/translations/ja-JP/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md index d390f9c8e5..2779cd7e7f 100644 --- a/translations/ja-JP/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/translations/ja-JP/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md @@ -298,10 +298,10 @@ subdirectory of the callback URL. The optional `redirect_uri` parameter can also be used for localhost URLs. If the application specifies a localhost URL and a port, then after authorizing the application users will be redirected to the provided URL and port. The `redirect_uri` does not need to match the port specified in the callback url for the app. -For the `http://localhost/path` callback URL, you can use this `redirect_uri`: +For the `http://127.0.0.1/path` callback URL, you can use this `redirect_uri`: ``` -http://localhost:1234/path +http://127.0.0.1:1234/path ``` ## Creating multiple tokens for OAuth Apps diff --git a/translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md b/translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md index 0e25673400..00820b68b5 100644 --- a/translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md +++ b/translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md @@ -46,10 +46,10 @@ You can integrate your personal or organization account on {% data variables.pro ### Slack と {% data variables.product.product_name %} の統合 -You can subscribe to your repositories or organizations and get realtime updates about issues, pull requests, commits, releases, deployment reviews and deployment statuses. You can also perform activities like close or open issues, and provide rich references to issues and pull requests without leaving Slack. +You can subscribe to your repositories or organizations and get realtime updates about issues, pull requests, commits, discussions, releases, deployment reviews and deployment statuses. You can also perform activities like close or open issues, and provide rich references to issues and pull requests without leaving Slack. The {% data variables.product.prodname_dotcom %} app is also compatible with [Slack Enterprise Grid](https://slack.com/intl/en-in/help/articles/360000281563-Manage-apps-on-Enterprise-Grid). 詳細については、Marketplace の[Slack 統合アプリケーション](https://github.com/marketplace/slack-github)にアクセスしてください。 ### Microsoft Teams と {% data variables.product.product_name %} の統合 -You can subscribe to your repositories or organizations and get realtime updates about issues, pull requests, commits, deployment reviews and deployment statuses. You can also perform activities like close or open issues, comment on your issues and pull requests, and provide rich references to issues and pull requests without leaving Microsoft Teams. 詳細については、Microsoft AppSource の [Microsoft Teams 統合アプリケーション](https://appsource.microsoft.com/en-us/product/office/WA200002077)にアクセスしてください。 +You can subscribe to your repositories or organizations and get realtime updates about issues, pull requests, commits, discussions, releases, deployment reviews and deployment statuses. You can also perform activities like close or open issues, comment on your issues and pull requests, and provide rich references to issues and pull requests without leaving Microsoft Teams. 詳細については、Microsoft AppSource の [Microsoft Teams 統合アプリケーション](https://appsource.microsoft.com/en-us/product/office/WA200002077)にアクセスしてください。 diff --git a/translations/ja-JP/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md b/translations/ja-JP/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md index 93d5ba76da..1893824f58 100644 --- a/translations/ja-JP/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md +++ b/translations/ja-JP/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md @@ -13,7 +13,7 @@ topics: - Pull requests --- -## プルリクエストをIssueにリンクする +## Pull RequestをIssueにリンクする To link a pull request to an issue to{% ifversion fpt or ghes or ghae or ghec %} show that a fix is in progress and to{% endif %} automatically close the issue when someone merges the pull request, type one of the following keywords followed by a reference to the issue. For example, `Closes #10` or `Fixes octo-org/octo-repo#100`. diff --git a/translations/ja-JP/content/graphql/overview/about-the-graphql-api.md b/translations/ja-JP/content/graphql/overview/about-the-graphql-api.md index 9f3c2d16b9..dd618fe3d4 100644 --- a/translations/ja-JP/content/graphql/overview/about-the-graphql-api.md +++ b/translations/ja-JP/content/graphql/overview/about-the-graphql-api.md @@ -12,7 +12,7 @@ topics: ## 概要 -以下は、GraphQL API v4を使い始めるためのクイックリンクです。 +Here are some quick links to get you up and running with the GraphQL API: * [認証](/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql) * [ルートエンドポイント](/graphql/guides/forming-calls-with-graphql#the-graphql-endpoint) @@ -36,9 +36,9 @@ topics: ## GitHubがGraphQLを使う理由 -GitHubは、インテグレーターにとって大きな柔軟性を提供してくれることから、API v4にGraphQLを選択しました。 ほしいデータ_だけ_を正確に定義できるのは、REST API v3エンドポイントよりも強力な利点です。 GraphQLを使えば、指定したデータをフェッチするための複数のRESTのリクエストを_単一の呼び出し_で置き換えられます。 +GitHub chose GraphQL because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and _only_ the data you want—is a powerful advantage over traditional REST API endpoints. GraphQLを使えば、指定したデータをフェッチするための複数のRESTのリクエストを_単一の呼び出し_で置き換えられます。 -GitHubがGraphQLに移行した理由の詳細については、オリジナルの[アナウンスのblogポスト](https://githubengineering.com/the-github-graphql-api/)を参照してください。 +For more details about why GitHub invested in GraphQL, see the original [announcement blog post](https://github.blog/2016-09-14-the-github-graphql-api/). ## GraphQLのスキーマ参照について diff --git a/translations/ja-JP/content/issues/tracking-your-work-with-issues/creating-an-issue.md b/translations/ja-JP/content/issues/tracking-your-work-with-issues/creating-an-issue.md index 975595ca7d..e2b9d62ad4 100644 --- a/translations/ja-JP/content/issues/tracking-your-work-with-issues/creating-an-issue.md +++ b/translations/ja-JP/content/issues/tracking-your-work-with-issues/creating-an-issue.md @@ -100,7 +100,7 @@ IssueもしくはPull Requestのコメントから、新しいIssueをオープ {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} -1. 右のサイドバーで、{% octicon "issue-opened" aria-label="The issues icon" %} **Create issue from discussion(ディスカッションからIssueを作成)**をクリックします。 ![Button to create issue from discussion](/assets/images/help/discussions/create-issue-from-discussion.jpg) +1. 右のサイドバーで、{% octicon "issue-opened" aria-label="The issues icon" %} **Create issue from discussion(ディスカッションからIssueを作成)**をクリックします。 ![ディスカッションからIssueを作成するボタン](/assets/images/help/discussions/create-issue-from-discussion.jpg) {% data reusables.repositories.type-issue-title-and-description %} {% data reusables.repositories.assign-an-issue-as-project-maintainer %} {% data reusables.repositories.submit-new-issue %} @@ -144,10 +144,10 @@ Issueをオープンするのにクエリパラメータを利用できます。 | `template` | `https://github.com/octo-org/octo-repo/issues/new?template=issue_template.md` は、ボディにテンプレートを付けて Issue を作成します。 `template`クエリパラメータは、ルート内の`ISSUE_TEMPLATE`サブディレクトリ、リポジトリ内の`docs/`あるいは`.github/`ディレクトリに保存されたテンプレートで動作します。 詳しい情報については「[有益なIssueとPull Requestを促進するためのテンプレートの利用](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)」を参照してください。 | {% if code-scanning-task-lists %} -## Creating an issue from a {% data variables.product.prodname_code_scanning %} alert +## {% data variables.product.prodname_code_scanning %}アラートからのIssueの作成 {% data reusables.code-scanning.beta-alert-tracking-in-issues %} -If you're using issues to track and prioritize your work, you can use issues to track {% data variables.product.prodname_code_scanning %} alerts. +作業の追跡と優先順位付けにIssueを使っているなら、{% data variables.product.prodname_code_scanning %}アラートの追跡にIssueを使えます。 {% data reusables.code-scanning.alert-tracking-link %} {% endif %} diff --git a/translations/ja-JP/content/issues/tracking-your-work-with-issues/deleting-an-issue.md b/translations/ja-JP/content/issues/tracking-your-work-with-issues/deleting-an-issue.md index 14336031c4..bfe9e2f21c 100644 --- a/translations/ja-JP/content/issues/tracking-your-work-with-issues/deleting-an-issue.md +++ b/translations/ja-JP/content/issues/tracking-your-work-with-issues/deleting-an-issue.md @@ -17,7 +17,7 @@ topics: 削除できる Issue は自分のユーザアカウントが所有するリポジトリのものだけです。 別のユーザアカウントが所有するリポジトリの Issue は、仮にあなたがコラボレーターであったとしても、削除することはできません。 -Organization が所有するリポジトリの Issue を削除するには、Organization のオーナーが Organization のリポジトリの削除を有効にし、さらに削除する人がそのリポジトリの管理者権限かオーナー権限を持っている必要があります。 For more information, see "[Allowing people to delete issues in your organization](/articles/allowing-people-to-delete-issues-in-your-organization)" and "[Repository roles for an organization](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)." +Organization が所有するリポジトリの Issue を削除するには、Organization のオーナーが Organization のリポジトリの削除を有効にし、さらに削除する人がそのリポジトリの管理者権限かオーナー権限を持っている必要があります。 詳しい情報については「[OrganizationのIssueの削除を許可する](/articles/allowing-people-to-delete-issues-in-your-organization)」と「[Organizationのリポジトリロール](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)」を参照してください。 Issue を削除してもコラボレータには通知されません。 削除された Issue の URL にコラボレータがアクセスすると、その Issue が削除された旨のメッセージが表示されます。 リポジトリの管理者権限かオーナー権限を持っている人にはさらに、Issue を削除した人のユーザ名と、いつ削除されたのかが表示されます。 diff --git a/translations/ja-JP/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md b/translations/ja-JP/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md index e4137fb95f..1cc1f3df5c 100644 --- a/translations/ja-JP/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md +++ b/translations/ja-JP/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md @@ -1,6 +1,6 @@ --- -title: Filtering and searching issues and pull requests -intro: 'To find detailed information about a repository on {% data variables.product.product_name %}, you can filter, sort, and search issues and pull requests that are relevant to the repository.' +title: Issue及びPull Requestのフィルタリングと検索 +intro: '{% data variables.product.product_name %}上のリポジトリに関する詳細情報を見つけるために、そのリポジトリに関連するIssueやPull Requestをフィルタリング、ソート、検索できます。' redirect_from: - /github/managing-your-work-on-github/finding-information-in-a-repository/filtering-issues-and-pull-requests-by-assignees - /articles/filtering-issues-and-pull-requests-by-assignees @@ -41,23 +41,23 @@ versions: topics: - Issues - Pull requests -shortTitle: Filter and search +shortTitle: フィルタリングと検索 type: how_to --- {% data reusables.cli.filter-issues-and-pull-requests-tip %} -## Issue およびプルリクエストをフィルタリングする +## Issue およびPull Requestをフィルタリングする -Issue およびプルリクエストには、適用してリストを整理するためのデフォルトのフィルタが備わっています。 +Issue およびPull Requestには、適用してリストを整理するためのデフォルトのフィルタが備わっています。 {% data reusables.search.requested_reviews_search %} -Issue およびプルリクエストをフィルタリングして、以下を探すことができます: -- すべてのオープンな Issue およびプルリクエスト -- 自分で作成した Issue およびプルリクエスト -- 自分に割り当てられた Issue およびプルリクエスト -- 自分が [**@メンション**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)された Issue およびプルリクエスト +Issue およびPull Requestをフィルタリングして、以下を探すことができます: +- すべてのオープンな Issue およびPull Request +- 自分で作成した Issue およびPull Request +- 自分に割り当てられた Issue およびPull Request +- 自分が [**@メンション**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)された Issue およびPull Request {% data reusables.cli.filter-issues-and-pull-requests-tip %} @@ -65,9 +65,9 @@ Issue およびプルリクエストをフィルタリングして、以下を {% data reusables.repositories.sidebar-issue-pr %} 3. [**Filters**] をクリックしてフィルタの種類を選びます。 ![[Filters] ドロップダウンメニューを使用する](/assets/images/help/issues/issues_filter_dropdown.png) -## Issue およびプルリクエストをアサインされた人でフィルタリングする +## Issue およびPull Requestをアサインされた人でフィルタリングする -Once you've [assigned an issue or pull request to someone](/articles/assigning-issues-and-pull-requests-to-other-github-users), you can find items based on who's working on them. +[IssueあるいはPull Requestを誰かに割り当てたら](/articles/assigning-issues-and-pull-requests-to-other-github-users)、それらについての作業をしている人に基づいてアイテムを見つけることができます。 {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} @@ -80,9 +80,9 @@ Once you've [assigned an issue or pull request to someone](/articles/assigning-i {% endtip %} -## Issue およびプルリクエストをラベルでフィルタリングする +## Issue およびPull Requestをラベルでフィルタリングする -Once you've [applied labels to an issue or pull request](/articles/applying-labels-to-issues-and-pull-requests), you can find items based on their labels. +[IssueあるいはPull Requestにラベルを適用したら](/articles/applying-labels-to-issues-and-pull-requests)、アイテムをラベルに基づいて見つけることができます。 {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} @@ -97,31 +97,31 @@ Once you've [applied labels to an issue or pull request](/articles/applying-labe ## プルリクエストをレビューステータスでフィルタリングする -フィルタを使用して、レビューステータスでプルリクエストをフィルタリングしたり、自分でレビューしたプルリクエストや他のユーザにレビューするよう依頼されたプルリクエストを検索したりできます。 +フィルタを使用して、レビューステータスでPull Requestをフィルタリングしたり、自分でレビューしたPull Requestや他のユーザにレビューするよう依頼されたPull Requestを検索したりできます。 -プルリクエストのリポジトリのリストをフィルタリングして、次の検索を行えます: -- まだ[レビュー](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews)されていないプルリクエスト -- マージの前に[レビューが必要](/github/administering-a-repository/about-protected-branches#require-pull-request-reviews-before-merging)なプルリクエスト -- レビュー担当者が承認したプルリクエスト -- レビュー担当者が変更を求めているプルリクエスト -- Pull requests that you have reviewed{% ifversion fpt or ghae-issue-5181 or ghes > 3.2 or ghec %} -- Pull requests that someone has asked you directly to review{% endif %} -- [自分、または自分のチームに誰かがレビューを依頼](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review)したプルリクエスト +Pull Requestのリポジトリのリストをフィルタリングして、次の検索を行えます: +- まだ[レビュー](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews)されていないPull Request +- マージの前に[レビューが必要](/github/administering-a-repository/about-protected-branches#require-pull-request-reviews-before-merging)なPull Request +- レビュー担当者が承認したPull Request +- レビュー担当者が変更を求めているPull Request +- 自分がレビューしたPull Request{% ifversion fpt or ghae-issue-5181 or ghes > 3.2 or ghec %} +- 誰かから直接レビューを求められたPull Request{% endif %} +- [自分、または自分のチームに誰かがレビューを依頼](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review)したPull Request {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-pr %} 3. 右上にある [Reviews] ドロップダウンメニューをクリックします。 ![プルリクエストのリストの上にあるフィルタメニュー内の [Reviews] ドロップダウンメニュー](/assets/images/help/pull_requests/reviews-filter-dropdown.png) -4. フィルタを選択してます。そのフィルタのステータスのプルリクエストすべてが検索されます。 ![[Reviews] ドロップダウンメニュー内のフィルタのリスト](/assets/images/help/pull_requests/pr-review-filters.png) +4. フィルタを選択してます。そのフィルタのステータスのPull Requestすべてが検索されます。 ![[Reviews] ドロップダウンメニュー内のフィルタのリスト](/assets/images/help/pull_requests/pr-review-filters.png) ## 検索を使用して Issue およびプルリクエストをフィルタリングする -You can use advanced filters to search for issues and pull requests that meet specific criteria. +特定の条件を満たすIssueやPull Requestを検索するために、高度なフィルターを使うことができます。 -### Searching for issues and pull requests +### IssueやPull Requestの検索 {% webui %} -Issue とプルリクエストの検索バーを使用すると、独自のカスタムフィルターを定義し、さまざまな基準で並べ替えることができます。 検索バーは、各リポジトリの [**Issues**] および [**Pull requests**] タブ、ならびに[Issues および Pull requests のダッシュボード](/articles/viewing-all-of-your-issues-and-pull-requests)にあります。 +Issue とPull Requestの検索バーを使用すると、独自のカスタムフィルターを定義し、さまざまな基準で並べ替えることができます。 検索バーは、各リポジトリの [**Issues**] および [**Pull requests**] タブ、ならびに[Issues および Pull requests のダッシュボード](/articles/viewing-all-of-your-issues-and-pull-requests)にあります。 ![Issue およびプルリクエストの検索バー](/assets/images/help/issues/issues_search_bar.png) @@ -137,15 +137,15 @@ Issue とプルリクエストの検索バーを使用すると、独自のカ {% data reusables.cli.cli-learn-more %} -You can use the {% data variables.product.prodname_cli %} to search for issues or pull requests. Use the `gh issue list` or `gh pr list` subcommand along with the `--search` argument and a search query. +{% data variables.product.prodname_cli %}を使ってIssueやPull Requestを検索できます。 `--search`引数や検索クエリとともに`gh issue list`あるいは`gh pr list`サブコマンドを使ってください。 -For example, you can list, in order of date created, all issues that have no assignee and that have the label `help wanted` or `bug`. +たとえば、アサインされた人がなく、`help wanted`あるいは`bug`というラベルを持つすべてのIssueを、作成された日付順にリストできます。 ```shell gh issue list --search 'no:assignee label:"help wanted",bug sort:created-asc' ``` -You can also list all pull requests that mention the `octo-org/octo-team` team. +`octo-org/octo-team`チームをメンションしているすべてのPull Requestをリストすることもできます。 ```shell gh pr list --search "team:octo-org/octo-team" @@ -153,22 +153,22 @@ gh pr list --search "team:octo-org/octo-team" {% endcli %} -### About search terms +### 検索語について -Issue およびプルリクエストの検索用語により、次のことができます: +Issue およびPull Requestの検索用語により、次のことができます: -- 作者による Issue とプルリクエストのフィルタリング: `state:open type:issue author:octocat` -- [特定の人に関連するが、必ずしも **@メンション**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)ではない Issue とプルリクエストのフィルタリング: `state:open type:issue involves:octocat` -- アサインされた人による Issues とプルリクエストのフィルタリング: `state:open type:issue assignee:octocat` -- ラベルにより Issue とプルエストをフィルタリング: `state:open type:issue label:"bug"` +- 作者による Issue とPull Requestのフィルタリング: `state:open type:issue author:octocat` +- [特定の人に関連するが、必ずしも **@メンション**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)ではない Issue とPull Requestのフィルタリング: `state:open type:issue involves:octocat` +- アサインされた人による Issues とPull Requestのフィルタリング: `state:open type:issue assignee:octocat` +- ラベルにより Issue とPull Requestをフィルタリング: `state:open type:issue label:"bug"` - 次の用語の前に `-` を使用して検索用語を除外: `state:open type:issue -author:octocat` {% ifversion fpt or ghes > 3.2 or ghae or ghec %} {% tip %} -**Tip:** You can filter issues and pull requests by label using logical OR or using logical AND. -- To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`. -- To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`. +**参考:** 論理和あるいは論理積を使って、ラベルでIssueやPull Requestをフィルタリングできます。 +- 論理和を使ってIssueをフィルタリングするには、カンマ構文を使ってください:`label:"bug","wip"` +- 論理積を使ってIssueをフィルタリングするには、個別のラベルフィルタを使ってください:`label:"bug" label:"wip"` {% endtip %} {% endif %} @@ -176,34 +176,34 @@ Issue およびプルリクエストの検索用語により、次のことが {% ifversion fpt or ghes or ghae or ghec %} Issueについては、以下も検索に利用できます。 -- クローズしているリファレンス`linked:pr`によってプルリクエストにリンクされているIssueのフィルタリング +- クローズしているリファレンス`linked:pr`によってPull RequestにリンクされているIssueのフィルタリング {% endif %} -プルリクエストについては、検索を利用して以下の操作もできます。 -- [ドラフト](/articles/about-pull-requests#draft-pull-requests)プルリクエストのフィルタリング: `is:draft` -- まだ[レビュー](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews)されていないプルリクエストのフィルタリング: `state:open type:pr review:none` -- マージされる前に[レビューを必要とする](/github/administering-a-repository/about-protected-branches#require-pull-request-reviews-before-merging)プルリクエストのフィルタリング: `state:open type:pr review:required` -- レビュー担当者が承認したプルリクエストのフィルタリング: `state:open type:pr review:approved` -- レビュー担当者が変更を要求したプルリクエストのフィルタリング: `state:open type:pr review:changes_requested` -- [レビュー担当者](/articles/about-pull-request-reviews/)によるプルリクエストのフィルタリング: `state:open type:pr reviewed-by:octocat` -- Filter pull requests by the specific user [requested for review](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review): `state:open type:pr review-requested:octocat`{% ifversion fpt or ghae-issue-5181 or ghes > 3.2 or ghec %} -- Filter pull requests that someone has asked you directly to review: `state:open type:pr user-review-requested:@me`{% endif %} -- レビューを要求されたチームによるプルリクエストのフィルタリング: `state:open type:pr team-review-requested:github/atom`{% ifversion fpt or ghes or ghae or ghec %} -- プルリクエストでクローズできるIssueにリンクされているプルリクエストのフィルタリング: `linked:issue`{% endif %} +Pull Requestについては、検索を利用して以下の操作もできます。 +- [ドラフト](/articles/about-pull-requests#draft-pull-requests)Pull Requestのフィルタリング: `is:draft` +- まだ[レビュー](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews)されていないPull Requestのフィルタリング: `state:open type:pr review:none` +- マージされる前に[レビューを必要とする](/github/administering-a-repository/about-protected-branches#require-pull-request-reviews-before-merging)Pull Requestのフィルタリング: `state:open type:pr review:required` +- レビュー担当者が承認したPull Requestのフィルタリング: `state:open type:pr review:approved` +- レビュー担当者が変更を要求したPull Requestのフィルタリング: `state:open type:pr review:changes_requested` +- [レビュー担当者](/articles/about-pull-request-reviews/)によるPull Requestのフィルタリング: `state:open type:pr reviewed-by:octocat` +- [レビューを要求された](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review)特定のユーザーによるPull Requestのフィルタリング: `state:open type:pr review-requested:octocat`{% ifversion fpt or ghae-issue-5181 or ghes > 3.2 or ghec %} +- 誰かから直接レビューを求められたPull Requestのフィルタリング:`state:open type:pr user-review-requested:@me`{% endif %} +- レビューを要求されたチームによるPull Requestのフィルタリング: `state:open type:pr team-review-requested:github/atom`{% ifversion fpt or ghes or ghae or ghec %} +- プルリクエストでクローズできるIssueにリンクされているPull Requestのフィルタリング: `linked:issue`{% endif %} -## Issue およびプルリクエストをソートする +## Issue およびPull Requestをソートする フィルターは、特定の期間の情報をよりよく提供するためにソートできます。 これらのフィルタービューでソートできます。 -* 一番新しく作成された Issue またはプルリクエスト -* 一番古くに作成された Issue またはプルリクエスト -* 最もコメントされた Issue またはプルリクエスト -* 最もコメントされていない Issue およびプルリクエスト -* 一番新しく更新された Issue またはプルリクエスト -* 一番古くに更新された Issue またはプルリクエスト -* The most added reaction on issues or pull requests +* 一番新しく作成された Issue またはPull Request +* 一番古くに作成された Issue またはPull Request +* 最もコメントされた Issue またはPull Request +* 最もコメントされていない Issue およびPull Request +* 一番新しく更新された Issue またはPull Request +* 一番古くに更新された Issue またはPull Request +* 最もリアクションがあったIssueまたはPull Request {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} @@ -214,7 +214,7 @@ Issueについては、以下も検索に利用できます。 ## フィルターを共有する -一定の Issue およびプルリクエストをフィルタリングする場合、ブラウザの URL は、次の表示にマッチするように自動的に更新されます。 +一定の Issue およびPull Requestをフィルタリングする場合、ブラウザの URL は、次の表示にマッチするように自動的に更新されます。 Issue が生成した URL は、どのユーザにも送れます。そして、あなたが見ているフィルタビューと同じフィルタで表示できます。 @@ -226,4 +226,4 @@ Issue が生成した URL は、どのユーザにも送れます。そして、 ## 参考リンク -- "[Searching issues and pull requests](/articles/searching-issues)" +- 「[Issue及びPull Requestの検索](/articles/searching-issues)」 diff --git a/translations/ja-JP/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md b/translations/ja-JP/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md index 1f2446f0d0..31fc46c1a1 100644 --- a/translations/ja-JP/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md +++ b/translations/ja-JP/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md @@ -1,6 +1,6 @@ --- -title: プルリクエストをIssueにリンクする -intro: プルリクエストをIssueにリンクして、修正が進行中であることを示し、プルリクエストがマージされるときIssueを自動的にクローズすることができます。 +title: Pull RequestをIssueにリンクする +intro: Pull RequestをIssueにリンクして、修正が進行中であることを示し、Pull RequestがマージされるときIssueを自動的にクローズすることができます。 redirect_from: - /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/linking-a-pull-request-to-an-issue - /articles/closing-issues-via-commit-message @@ -21,21 +21,21 @@ shortTitle: IssueへのPRのリンク {% note %} -**注釈:** プルリクエストにおける特別なキーワードは、プルリクエストがリポジトリの*デフォルト* ブランチをターゲットするときに解釈されます。 ただし、PRのベースが*それ以外のブランチ*である場合、それらのキーワードは無視され、リンクは作成されません。PRのマージはこのIssueに対して何の効果も持ちません。 **キーワードの1つを使用してプルリクエストをIssueにリンクしたい場合は、PRがデフォルトブランチ上になければなりません。** +**注釈:** Pull Requestにおける特別なキーワードは、Pull Requestがリポジトリの*デフォルト* ブランチをターゲットするときに解釈されます。 ただし、PRのベースが*それ以外のブランチ*である場合、それらのキーワードは無視され、リンクは作成されません。PRのマージはこのIssueに対して何の効果も持ちません。 **キーワードの1つを使用してPull RequestをIssueにリンクしたい場合は、PRがデフォルトブランチ上になければなりません。** {% endnote %} -## リンクされたIssueとプルリクエストについて +## リンクされたIssueとPull Requestについて -{% ifversion fpt or ghes or ghae or ghec %}手動で、または{% endif %}プルリクエストの説明でサポートされているキーワードを使用して、Issueをプルリクエストにリンクすることができます。 +{% ifversion fpt or ghes or ghae or ghec %}手動で、または{% endif %}Pull Requestの説明でサポートされているキーワードを使用して、IssueをPull Requestにリンクすることができます。 -プルリクエストが対処するIssueにそのプルリクエストにリンクすると、コラボレータは、誰かがそのIssueに取り組んでいることを確認できます。 +Pull Requestが対処するIssueにそのPull Requestをリンクすると、コラボレータは、誰かがそのIssueに取り組んでいることを確認できます。 -リンクされたプルリクエストをリポジトリのデフォルトブランチにマージすると、それにリンクされているIssueは自動的にクローズされます。 デフォルトブランチの詳細については、「[デフォルトブランチを変更する](/github/administering-a-repository/changing-the-default-branch)」を参照してください。 +リンクされたPull Requestをリポジトリのデフォルトブランチにマージすると、それにリンクされているIssueは自動的にクローズされます。 デフォルトブランチの詳細については、「[デフォルトブランチを変更する](/github/administering-a-repository/changing-the-default-branch)」を参照してください。 -## キーワードを使用してプルリクエストをIssueにリンクする +## キーワードを使用してPull RequestをIssueにリンクする -プルリクエストの説明で、またはコミットメッセージで、サポートされているキーワードを使用してプルリクエストにIssueにリンクすることができます (プルリクエストはデフォルトブランチになければなりません)。 +Pull Requestの説明またはコミットメッセージで、サポートされているキーワードを使用すれば、Pull RequestをIssueにリンクできます (Pull Requestはデフォルトブランチになければなりません)。 * close * closes @@ -47,9 +47,9 @@ shortTitle: IssueへのPRのリンク * resolves * resolved -If you use a keyword to reference a pull request comment in another pull request, the pull requests will be linked. Merging the referencing pull request will also close the referenced pull request. +他のPull RequestでPull Requestのコメントを参照するためにキーワードを使用すると、Pull Requestはリンクされます。 参照元のPull Requestをマージすると、参照先のPull Requestもクローズされます。 -クローズするキーワードの構文は、Issueがプルリクエストと同じリポジトリにあるかどうかによって異なります。 +クローズするキーワードの構文は、IssueがPull Requestと同じリポジトリにあるかどうかによって異なります。 | リンクするIssue | 構文 | サンプル | | ---------------- | --------------------------------------------- | -------------------------------------------------------------- | @@ -57,7 +57,7 @@ If you use a keyword to reference a pull request comment in another pull request | Issueが別のリポジトリにある | *KEYWORD* *OWNER*/*REPOSITORY*#*ISSUE-NUMBER* | `Fixes octo-org/octo-repo#100` | | 複数の Issue | Issueごとに完全な構文を使用 | `Resolves #10, resolves #123, resolves octo-org/octo-repo#100` | -{% ifversion fpt or ghes or ghae or ghec %}手動でリンクを解除できるのは、手動でリンクされたプルリクエストだけです。 キーワードを使用してリンクしたIssueのリンクを解除するには、プルリクエストの説明を編集してそのキーワードを削除する必要があります。{% endif %} +{% ifversion fpt or ghes or ghae or ghec %}手動でリンクを解除できるのは、手動でリンクされたPull Requestだけです。 キーワードを使用してリンクしたIssueのリンクを解除するには、Pull Requestの説明を編集してそのキーワードを削除する必要があります。{% endif %} クローズするキーワードは、コミットメッセージでも使用できます。 デフォルトブランチにコミットをマージするとIssueはクローズされますが、そのコミットを含むプルリクエストは、リンクされたプルリクエストとしてリストされません。 diff --git a/translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations.md b/translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations.md index b1a653c7a1..7e6798d605 100644 --- a/translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations.md +++ b/translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-your-organizations-installed-integrations.md @@ -19,9 +19,9 @@ shortTitle: インストールされたインテグレーションのレビュ {% data reusables.profile.access_org %} {% 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 %}**. -{% elsif ghae or ghes < 3.4 %} +{% else %} 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) {% endif %} 2. レビューする {% data variables.product.prodname_github_app %}の横にある [**Configure**] をクリックします。 ![[Configure] ボタン](/assets/images/help/organizations/configure-installed-integration-button.png) diff --git a/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization.md b/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization.md index b1db1c53d8..5b9639cf00 100644 --- a/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization.md +++ b/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization.md @@ -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.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.organizations.invite-teams-or-people %} 5. 検索フィールドで、招待する人の名前を入力し、一致するリストの名前をクリックします。 ![リポジトリに招待する人の名前を入力するための検索フィールド](/assets/images/help/repository/manage-access-invite-search-field.png) diff --git a/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository.md b/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository.md index e09da8331d..35d7eef3e3 100644 --- a/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository.md +++ b/translations/ja-JP/content/organizations/managing-access-to-your-organizations-repositories/managing-an-individuals-access-to-an-organization-repository.md @@ -28,9 +28,9 @@ Organization のリポジトリからコラボレーターを削除すると、 {% data reusables.repositories.navigate-to-repo %} {% 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 %} -{% elsif ghes < 3.4 or ghae %} +{% else %} {% data reusables.repositories.navigate-to-manage-access %} {% endif %} {% data reusables.organizations.invite-teams-or-people %} diff --git a/translations/ja-JP/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md b/translations/ja-JP/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md index 4828e7df7c..a1235b20a2 100644 --- a/translations/ja-JP/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md +++ b/translations/ja-JP/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md @@ -24,7 +24,7 @@ Organization 内にあるリポジトリのプロジェクトボードを無効 {% data reusables.profile.access_org %} {% 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**. {% endif %} 1. Organization 全体のプロジェクトボードを無効化するのか、Organization 内にあるリポジトリのプロジェクトボードを無効化するのか、その両方なのかを判断します。 次に [Projects] の下で: diff --git a/translations/ja-JP/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md b/translations/ja-JP/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md index 51760f93a9..1f221c13e1 100644 --- a/translations/ja-JP/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md +++ b/translations/ja-JP/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md @@ -10,12 +10,12 @@ versions: shortTitle: 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.org_settings %} 1. In the left sidebar, select **{% octicon "code" aria-label="The code icon" %} Developer settings**, then click **OAuth Apps**. ![左サイドバーの [OAuth applications] タブ](/assets/images/help/organizations/org-oauth-applications-ghe.png) 1. [**New OAuth App**] をクリックします。 -{% elsif ghes < 3.4 or ghae %} +{% else %} {% data reusables.user_settings.access_settings %} 1. 左サイドバーの [**Organization settings**] で、Organization の名前をクリックします。 ![サイドバーの Organization 名](/assets/images/help/settings/organization-settings-from-sidebar.png) 1. 左サイドバーの **[Developer settings]** で、[**OAuth applications**] をクリックします。 ![左サイドバーの [OAuth applications] タブ](/assets/images/help/organizations/org-oauth-applications-ghe.png) diff --git a/translations/ja-JP/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md b/translations/ja-JP/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md index 2a8caf6896..d08ed171af 100644 --- a/translations/ja-JP/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md +++ b/translations/ja-JP/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md @@ -15,26 +15,37 @@ topics: shortTitle: リポジトリの作成の制限 --- -メンバーが Organization でリポジトリを作成できるかどうかを選択できます。 If you allow members to create repositories, you can choose which types of repositories members can create.{% ifversion fpt or ghec %} To allow members to create private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}.{% endif %}{% ifversion fpt %} For more information, see "[About repositories](/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories)" in the {% data variables.product.prodname_ghe_cloud %} documentation{% endif %}. +メンバーが Organization でリポジトリを作成できるかどうかを選択できます。 {% ifversion ghec or ghes or ghae %}If you allow members to create repositories, you can choose which types of repositories members can create.{% elsif fpt %}If you allow members to create repositories, you can choose whether members can create both public and private repositories or public repositories only.{% endif %} Organization owners can always create any type of repository. + +{% ifversion fpt %} +Organizations using {% data variables.product.prodname_ghe_cloud %} can also restrict members to creating private repositories only. For more information, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization). +{% endif %} -Organization のオーナーは、いつでもどんなタイプの リポジトリ でも作成できます。 {% ifversion ghec or ghae or ghes %} -{% ifversion ghec or ghae %}Enterprise owners{% elsif ghes %}Site administrators{% endif %} can restrict the options you have available for your organization's repository creation policy.{% ifversion ghec or ghes or ghae %} For more information, see "[Restricting repository creation in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)."{% endif %}{% endif %} +Enterprise owners can restrict the options you have available for your organization's repository creation policy. 詳しい情報については、「[Enterprise でのリポジトリ管理ポリシーを適用する](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-repository-creation)」を参照してください。 +{% endif %} {% warning %} -**警告**: この設定で制限されるのは、リポジトリを作成するときの可視性オプションだけです。後からリポジトリの可視性を変更する機能は制限されません。 For more information about restricting changes to existing repositories' visibilities, see "[Restricting repository visibility changes in your organization](/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization)." +**警告**: この設定で制限されるのは、リポジトリを作成するときの可視性オプションだけです。後からリポジトリの可視性を変更する機能は制限されません。 詳しい情報については「[Organization 内でリポジトリの可視性の変更を制限する](/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization)」を参照してください。 {% endwarning %} {% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} {% data reusables.organizations.member-privileges %} -5. Under "Repository creation", select one or more options. +5. [Repository creation] で、1 つ以上のオプションを選択します。 {%- ifversion ghes or ghec or ghae %} ![リポジトリ作成のオプション](/assets/images/help/organizations/repo-creation-perms-radio-buttons.png) {%- elsif fpt %} ![リポジトリ作成のオプション](/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png) + + {% note %} + + **Note:** To restrict members to creating private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}. + + {% endnote %} {%- endif %} + 6. [**Save**] をクリックします。 diff --git a/translations/ja-JP/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md b/translations/ja-JP/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md index c8df8f0db8..c1414d4ace 100644 --- a/translations/ja-JP/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md +++ b/translations/ja-JP/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md @@ -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.organizations.specific_team %} {% 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**. {% else %} 1. In the left sidebar, click **Code review** ![Code review button](/assets/images/help/teams/review-button.png) @@ -71,7 +71,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.organizations.specific_team %} {% 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**. {% else %} 1. In the left sidebar, click **Code review** ![Code review button](/assets/images/help/teams/review-button.png) diff --git a/translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md b/translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md index ff1afb0b17..129ebd161c 100644 --- a/translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md +++ b/translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md @@ -22,7 +22,7 @@ Anyone with admin permissions to a repository can configure autolink references {% data reusables.repositories.navigate-to-repo %} {% 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**. {% else %} 1. 左のサイドバーで、[**Autolink references**] をクリックします。 ![左サイドバーの [Autolink references] タブ](/assets/images/help/repository/autolink-references-tab.png) diff --git a/translations/ja-JP/content/rest/reference/billing.md b/translations/ja-JP/content/rest/reference/billing.md index 0166fd4594..bae79da6e3 100644 --- a/translations/ja-JP/content/rest/reference/billing.md +++ b/translations/ja-JP/content/rest/reference/billing.md @@ -4,6 +4,7 @@ intro: 'With the Billing API, you can monitor the charges and usage {% data vari versions: fpt: '*' ghec: '*' + ghes: '>=3.4' topics: - API miniTocMaxHeadingLevel: 3 diff --git a/translations/ja-JP/content/rest/reference/enterprise-admin.md b/translations/ja-JP/content/rest/reference/enterprise-admin.md index 006d78ee79..230e3f76b5 100644 --- a/translations/ja-JP/content/rest/reference/enterprise-admin.md +++ b/translations/ja-JP/content/rest/reference/enterprise-admin.md @@ -78,7 +78,7 @@ You can also read the current version by calling the [meta endpoint](/rest/refer {% endif %} -{% ifversion fpt or ghec %} +{% ifversion fpt or ghec or ghes > 3.3 %} ## Billing {% for operation in currentRestOperations %} diff --git a/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md b/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md index 4946b33d9e..82d55ced2a 100644 --- a/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md +++ b/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md @@ -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**. {% else %} 1. 設定のサイドバーで、**Audit log**をクリックしてください。 ![サイドバー内のOrg Audit log設定](/assets/images/help/organizations/org-settings-audit-log.png) diff --git a/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md b/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md index 1aae695aa1..b3bc67e48c 100644 --- a/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md +++ b/translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md @@ -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**. {% else %} 3. 左のサイドバーで**Audit log**をクリックしてください。 ![Audit logタブ](/assets/images/enterprise/site-admin-settings/audit-log-tab.png) diff --git a/translations/ja-JP/data/reusables/dependabot/dependabot-secrets-button.md b/translations/ja-JP/data/reusables/dependabot/dependabot-secrets-button.md index 0971d5d0b8..50321fdaae 100644 --- a/translations/ja-JP/data/reusables/dependabot/dependabot-secrets-button.md +++ b/translations/ja-JP/data/reusables/dependabot/dependabot-secrets-button.md @@ -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 "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. サイドバーで**{% data variables.product.prodname_dependabot %}**をクリックしてください。 ![{% data variables.product.prodname_dependabot %}シークレットサイドバーオプション](/assets/images/enterprise/3.3/dependabot/dependabot-secrets.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/github-actions/self-hosted-runner-groups-navigate-to-repo-org-enterprise.md b/translations/ja-JP/data/reusables/github-actions/self-hosted-runner-groups-navigate-to-repo-org-enterprise.md index baa5494599..2eb1fcc98b 100644 --- a/translations/ja-JP/data/reusables/github-actions/self-hosted-runner-groups-navigate-to-repo-org-enterprise.md +++ b/translations/ja-JP/data/reusables/github-actions/self-hosted-runner-groups-navigate-to-repo-org-enterprise.md @@ -12,6 +12,6 @@ 2. 左のサイドバーで**Enterprise overview(Enterpriseの概要)**をクリックしてください。 3. In the enterprise sidebar, click {% octicon "law" aria-label="The law icon" %} **Policies**.{% endif %} 2. Navigate to the "Runner groups" settings: - * **In an organization**: Click **Actions** in the left sidebar{% ifversion fpt or ghec %}, then click **Runner groups** below it{% endif %}.{% ifversion ghec or ghes or ghae %} - * {% ifversion ghec %}**If using an enterprise account**:{% elsif ghes or ghae %}**If using an enterprise-level runner**:{% endif %} Click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies"{% ifversion ghec %}, then click the **Runners groups** tab{% endif %}.{% endif %} + * **In an organization**: Click **Actions** in the left sidebar, then click {% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %}**Runner groups**{% elsif ghae or ghes < 3.4 %}**Runners**{% endif %} below it.{% ifversion ghec or ghes or ghae %} + * {% ifversion ghec %}**If using an enterprise account**:{% elsif ghes or ghae %}**If using an enterprise-level runner**:{% endif %} Click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies", then click the {% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %}**Runners groups**{% elsif ghae or ghes < 3.4 %}**Runners**{% endif %} tab.{% endif %} {% endif %} diff --git a/translations/ja-JP/data/reusables/github-actions/sidebar-secret.md b/translations/ja-JP/data/reusables/github-actions/sidebar-secret.md index 50bf806141..3bd2a38dda 100644 --- a/translations/ja-JP/data/reusables/github-actions/sidebar-secret.md +++ b/translations/ja-JP/data/reusables/github-actions/sidebar-secret.md @@ -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**. -{% elsif ghes < 3.4 or ghae %} +{% else %} 1. 左サイドバーで [**Secrets**] をクリックします。 {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/billing_plans.md b/translations/ja-JP/data/reusables/organizations/billing_plans.md index f96c5bcea6..b525e863e3 100644 --- a/translations/ja-JP/data/reusables/organizations/billing_plans.md +++ b/translations/ja-JP/data/reusables/organizations/billing_plans.md @@ -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 "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. OrganizationのSettings(設定)サイドバーで、**Billing & plans(支払いとプラン)**をクリックしてください。 ![支払い設定](/assets/images/help/billing/settings_organization_billing_plans_tab.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/github-apps-settings-sidebar.md b/translations/ja-JP/data/reusables/organizations/github-apps-settings-sidebar.md index 33a02edbbb..3e1866c909 100644 --- a/translations/ja-JP/data/reusables/organizations/github-apps-settings-sidebar.md +++ b/translations/ja-JP/data/reusables/organizations/github-apps-settings-sidebar.md @@ -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, 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. 左のサイドバーで**{% data variables.product.prodname_github_apps %}**をクリックしてください。 ![{% data variables.product.prodname_github_apps %} settings](/assets/images/help/organizations/github-apps-settings-sidebar.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/member-privileges.md b/translations/ja-JP/data/reusables/organizations/member-privileges.md index cc34473d43..f8c48625f5 100644 --- a/translations/ja-JP/data/reusables/organizations/member-privileges.md +++ b/translations/ja-JP/data/reusables/organizations/member-privileges.md @@ -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 "Access" section of the sidebar, click **{% octicon "people" aria-label="The people icon" %} Member privileges**. -{% elsif ghae or ghes < 3.4 %} +{% else %} 4. 左のサイドバーで、**Member privileges(メンバーの権限)**をクリックしてください。 ![Org設定のメンバーの権限オプション](/assets/images/help/organizations/org-settings-member-privileges.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/repository-defaults.md b/translations/ja-JP/data/reusables/organizations/repository-defaults.md index fd1dcf5bf0..28f1b30a6b 100644 --- a/translations/ja-JP/data/reusables/organizations/repository-defaults.md +++ b/translations/ja-JP/data/reusables/organizations/repository-defaults.md @@ -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 "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. 左のサイドバーで**Repository defaults(リポジトリのデフォルト)**をクリックしてください。 ![リポジトリのデフォルトタブ](/assets/images/help/organizations/repo-defaults-tab.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/security-and-analysis.md b/translations/ja-JP/data/reusables/organizations/security-and-analysis.md index 7bc9d0b084..08466c36d6 100644 --- a/translations/ja-JP/data/reusables/organizations/security-and-analysis.md +++ b/translations/ja-JP/data/reusables/organizations/security-and-analysis.md @@ -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 "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. 左のサイドバーで、**Security & analysis(セキュリティと分析)**をクリックしてください。 ![Organization設定の"セキュリティと分析"タブ](/assets/images/help/organizations/org-settings-security-and-analysis.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/organizations/security.md b/translations/ja-JP/data/reusables/organizations/security.md index da9d7adcfb..89ff33e85f 100644 --- a/translations/ja-JP/data/reusables/organizations/security.md +++ b/translations/ja-JP/data/reusables/organizations/security.md @@ -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**. {% else %} 1. 左のサイドバーで**Organization security(Organizationのセキュリティ)**をクリックしてください。 diff --git a/translations/ja-JP/data/reusables/organizations/teams_sidebar.md b/translations/ja-JP/data/reusables/organizations/teams_sidebar.md index 3085acc62e..5c9046cef1 100644 --- a/translations/ja-JP/data/reusables/organizations/teams_sidebar.md +++ b/translations/ja-JP/data/reusables/organizations/teams_sidebar.md @@ -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**. {% else %} 1. Settings(設定)サイドバーで、**Teams**をクリックしてください。 ![Organizationの設定サイドバー内のTeamsタブ](/assets/images/help/settings/settings-sidebar-team-settings.png) diff --git a/translations/ja-JP/data/reusables/organizations/verified-domains.md b/translations/ja-JP/data/reusables/organizations/verified-domains.md index de48abaea3..018cf275ad 100644 --- a/translations/ja-JP/data/reusables/organizations/verified-domains.md +++ b/translations/ja-JP/data/reusables/organizations/verified-domains.md @@ -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 "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. 左のサイドバーで**Verified & approved domains(検証済み及び承認済みドメイン)**をクリックしてください。 !["検証済み及び承認済みドメイン"タブ](/assets/images/help/organizations/verified-domains-button.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/pages/sidebar-pages.md b/translations/ja-JP/data/reusables/pages/sidebar-pages.md index ca25553251..2ab65be81c 100644 --- a/translations/ja-JP/data/reusables/pages/sidebar-pages.md +++ b/translations/ja-JP/data/reusables/pages/sidebar-pages.md @@ -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**. {% else %} 1. 左のサイドバーで**Pages(ページ)**をクリックしてください。 ![左のサイドバーのPageタブ](/assets/images/help/pages/pages-tab.png) diff --git a/translations/ja-JP/data/reusables/repositories/navigate-to-security-and-analysis.md b/translations/ja-JP/data/reusables/repositories/navigate-to-security-and-analysis.md index ba4d234a1a..74975d6095 100644 --- a/translations/ja-JP/data/reusables/repositories/navigate-to-security-and-analysis.md +++ b/translations/ja-JP/data/reusables/repositories/navigate-to-security-and-analysis.md @@ -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 "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. 左のサイドバーで、**Security & analysis(セキュリティと分析)**をクリックしてください。 ![リポジトリ設定の"セキュリティと分析"タブ](/assets/images/help/repository/security-and-analysis-tab.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/repositories/repository-branches.md b/translations/ja-JP/data/reusables/repositories/repository-branches.md index e1f19bb092..dad1922717 100644 --- a/translations/ja-JP/data/reusables/repositories/repository-branches.md +++ b/translations/ja-JP/data/reusables/repositories/repository-branches.md @@ -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 "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. 左のメニューで**Branches(ブランチ)**をクリックしてください。 ![リポジトリオプションのサブメニュー](/assets/images/help/repository/repository-options-branch.png) {% endif %} diff --git a/translations/ja-JP/data/reusables/repositories/sidebar-notifications.md b/translations/ja-JP/data/reusables/repositories/sidebar-notifications.md index 116a737cd4..0d38e50c33 100644 --- a/translations/ja-JP/data/reusables/repositories/sidebar-notifications.md +++ b/translations/ja-JP/data/reusables/repositories/sidebar-notifications.md @@ -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**. {% else %} 1. **Notifications(通知)**をクリックしてください。 ![サイドバーの通知ボタン](/assets/images/help/settings/notifications_menu.png) diff --git a/translations/ja-JP/data/reusables/user_settings/access_applications.md b/translations/ja-JP/data/reusables/user_settings/access_applications.md index 53d3f045e8..a557181afd 100644 --- a/translations/ja-JP/data/reusables/user_settings/access_applications.md +++ b/translations/ja-JP/data/reusables/user_settings/access_applications.md @@ -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**. {% else %} 1. 左のサイドバーで、**Applications(アプリケーション)** をクリックしてください。 ![アプリケーションタブ](/assets/images/help/settings/settings-applications.png) diff --git a/translations/ja-JP/data/reusables/user_settings/account_settings.md b/translations/ja-JP/data/reusables/user_settings/account_settings.md index 036a5cc2cd..4cab6ba712 100644 --- a/translations/ja-JP/data/reusables/user_settings/account_settings.md +++ b/translations/ja-JP/data/reusables/user_settings/account_settings.md @@ -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. 左サイドバーで [**{% octicon "gear" aria-label="The gear icon" %} Account**] をクリックします。 {% else %} 1. 左のサイドバーで**Account(アカウント)**をクリックしてください。 ![アカウント設定メニューオプション](/assets/images/help/settings/settings-sidebar-account-settings.png) diff --git a/translations/ja-JP/data/reusables/user_settings/appearance-settings.md b/translations/ja-JP/data/reusables/user_settings/appearance-settings.md index 04aebed9f1..988a6f8745 100644 --- a/translations/ja-JP/data/reusables/user_settings/appearance-settings.md +++ b/translations/ja-JP/data/reusables/user_settings/appearance-settings.md @@ -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**. {% else %} 1. [User settings] サイドバーで、[**Appearance**] をクリックします。 diff --git a/translations/ja-JP/data/reusables/user_settings/developer_settings.md b/translations/ja-JP/data/reusables/user_settings/developer_settings.md index 216fdc8ac3..077a127843 100644 --- a/translations/ja-JP/data/reusables/user_settings/developer_settings.md +++ b/translations/ja-JP/data/reusables/user_settings/developer_settings.md @@ -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**. {% else %} 1. 左サイドバーで [**Developer settings**] をクリックします。 ![開発者設定](/assets/images/help/settings/developer-settings.png) diff --git a/translations/ja-JP/data/reusables/user_settings/emails.md b/translations/ja-JP/data/reusables/user_settings/emails.md index e4d7b00089..f1530271d3 100644 --- a/translations/ja-JP/data/reusables/user_settings/emails.md +++ b/translations/ja-JP/data/reusables/user_settings/emails.md @@ -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**. {% else %} 1. 左のサイドバーで**Emails(メール)**をクリックしてください。 ![メールタブ](/assets/images/help/settings/settings-sidebar-emails.png) diff --git a/translations/ja-JP/data/reusables/user_settings/organizations.md b/translations/ja-JP/data/reusables/user_settings/organizations.md index e5585885ab..416bd818e6 100644 --- a/translations/ja-JP/data/reusables/user_settings/organizations.md +++ b/translations/ja-JP/data/reusables/user_settings/organizations.md @@ -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**. {% else %} 1. ユーザ設定サイドバーで**Organizations**をクリックしてください。 ![Organization用のユーザ設定](/assets/images/help/settings/settings-user-orgs.png) diff --git a/translations/ja-JP/data/reusables/user_settings/repo-tab.md b/translations/ja-JP/data/reusables/user_settings/repo-tab.md index 482857ffbd..eda56038cf 100644 --- a/translations/ja-JP/data/reusables/user_settings/repo-tab.md +++ b/translations/ja-JP/data/reusables/user_settings/repo-tab.md @@ -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**. {% else %} 1. 左のサイドバーで [**Repositories**] をクリックします。 ![[Repositories] タブ](/assets/images/help/settings/repos-tab.png) diff --git a/translations/ja-JP/data/reusables/user_settings/saved_replies.md b/translations/ja-JP/data/reusables/user_settings/saved_replies.md index bb7fe59782..cb8a30346e 100644 --- a/translations/ja-JP/data/reusables/user_settings/saved_replies.md +++ b/translations/ja-JP/data/reusables/user_settings/saved_replies.md @@ -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**. {% else %} 1. 左のサイドバーで**Saved replies(返信テンプレート)**をクリックしてください。 ![返信テンプレートタブ](/assets/images/help/settings/saved-replies-tab.png) diff --git a/translations/ja-JP/data/reusables/user_settings/security-analysis.md b/translations/ja-JP/data/reusables/user_settings/security-analysis.md index a7ce0cd79d..a5440481d4 100644 --- a/translations/ja-JP/data/reusables/user_settings/security-analysis.md +++ b/translations/ja-JP/data/reusables/user_settings/security-analysis.md @@ -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**. {% else %} 1. 左のサイドバーで、**Security & analysis(セキュリティと分析)**をクリックしてください。 ![セキュリティと分析の設定](/assets/images/help/settings/settings-sidebar-security-analysis.png) diff --git a/translations/ja-JP/data/reusables/user_settings/security.md b/translations/ja-JP/data/reusables/user_settings/security.md index 15173cb444..fab940b564 100644 --- a/translations/ja-JP/data/reusables/user_settings/security.md +++ b/translations/ja-JP/data/reusables/user_settings/security.md @@ -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**. {% else %} 1. 左のサイドバーで**Account security(アカウントのセキュリティ)**をクリックしてください。 ![ユーザアカウントのセキュリティ設定](/assets/images/help/settings/settings-sidebar-account-security.png) diff --git a/translations/ja-JP/data/reusables/user_settings/ssh.md b/translations/ja-JP/data/reusables/user_settings/ssh.md index 18ac525019..9843f20023 100644 --- a/translations/ja-JP/data/reusables/user_settings/ssh.md +++ b/translations/ja-JP/data/reusables/user_settings/ssh.md @@ -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**. {% else %} 1. ユーザ設定サイドバーで**SSH and GPG keys(SSH及びGPGキー)**をクリックしてください。 ![認証キー](/assets/images/help/settings/settings-sidebar-ssh-keys.png) From 089177c9987c5b22e93f211b9420025294cbd182 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Feb 2022 02:52:15 +0000 Subject: [PATCH 10/22] update search indexes --- lib/search/indexes/github-docs-3.0-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 70 files changed, 140 insertions(+), 140 deletions(-) diff --git a/lib/search/indexes/github-docs-3.0-cn-records.json.br b/lib/search/indexes/github-docs-3.0-cn-records.json.br index f255c00c24..0b67d8651e 100644 --- a/lib/search/indexes/github-docs-3.0-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.0-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:063f7225e47241479627592fad21614912c6cb6a93580b62a65983cf1c911e28 -size 661650 +oid sha256:3ab2492a08f551423b89ac9cf68ee66a53ca8860c8e8345eb1115db7118d7bb7 +size 661182 diff --git a/lib/search/indexes/github-docs-3.0-cn.json.br b/lib/search/indexes/github-docs-3.0-cn.json.br index da1bb8a8f1..312acbba14 100644 --- a/lib/search/indexes/github-docs-3.0-cn.json.br +++ b/lib/search/indexes/github-docs-3.0-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b51b7b1908c383e752f94632fbcd45f28892e185a090d3a2cf0c32c68ef6c612 -size 1377128 +oid sha256:fb70981362f3f5fb9c6edb52d7944bc878e4afcf467e8c2b9ba9daba5bb4285d +size 1376437 diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br index 6f05925b90..dc0aeb53b4 100644 --- a/lib/search/indexes/github-docs-3.0-en-records.json.br +++ b/lib/search/indexes/github-docs-3.0-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e19ddd234db28a8ab2ec87fb01150eefb0e9fa4d67685d4a92cdcfdfbac7a74b -size 981416 +oid sha256:d192a63ae01ff61041284557292f96ebe1edfe8e93d5613f28fb2747f1a2b588 +size 982719 diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br index b218302da2..0cdcd69881 100644 --- a/lib/search/indexes/github-docs-3.0-en.json.br +++ b/lib/search/indexes/github-docs-3.0-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e5b0eaa180149afb148610c48afba96fbbc1cb808c5113d1f2da30cc6510284 -size 3990962 +oid sha256:72e6b9ea01bc1024558b6c1f975fe3b770aeeef6cea306c893625b792573aeba +size 3990231 diff --git a/lib/search/indexes/github-docs-3.0-es-records.json.br b/lib/search/indexes/github-docs-3.0-es-records.json.br index 3c63920251..4a54a8502e 100644 --- a/lib/search/indexes/github-docs-3.0-es-records.json.br +++ b/lib/search/indexes/github-docs-3.0-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5854acc2f339e98f223bfa18caef377b256f0c45245ce7da8995738fe46084b3 -size 614937 +oid sha256:f4352b6ef49299d966a4d9d8274a4985b09043f6b42155e7d14501fda4d0f4ca +size 614373 diff --git a/lib/search/indexes/github-docs-3.0-es.json.br b/lib/search/indexes/github-docs-3.0-es.json.br index bc7a587145..67d7da571a 100644 --- a/lib/search/indexes/github-docs-3.0-es.json.br +++ b/lib/search/indexes/github-docs-3.0-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdfa43aa365869bdedd0e1556909f01ca49ee14ae0960215e3b160e78d671bbf -size 2573569 +oid sha256:cadda2bbeed66b12ef4d136037e7bbfa53155654573e4702976c67a18491cf2a +size 2572518 diff --git a/lib/search/indexes/github-docs-3.0-ja-records.json.br b/lib/search/indexes/github-docs-3.0-ja-records.json.br index def7bc76ac..6e2ee2cf43 100644 --- a/lib/search/indexes/github-docs-3.0-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.0-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:accab771ba2cf0df5aa770d5bbe799dbf6f37baded176b87d65ec757a206c07f -size 680125 +oid sha256:e317bac7d87ee47e42e60a4a9751ed57ec9f163b968f5bdff142d42cb0da54bb +size 680683 diff --git a/lib/search/indexes/github-docs-3.0-ja.json.br b/lib/search/indexes/github-docs-3.0-ja.json.br index 09614c154e..24cede8052 100644 --- a/lib/search/indexes/github-docs-3.0-ja.json.br +++ b/lib/search/indexes/github-docs-3.0-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac193e67941f8a6658996b51414ac5ae9f24bcec56381466261c88a25b2a4a98 -size 3601080 +oid sha256:75eef4d539da10e506a492b15aad6fbe44e36bab5da76a9cf55d3f98f1597b26 +size 3601278 diff --git a/lib/search/indexes/github-docs-3.0-pt-records.json.br b/lib/search/indexes/github-docs-3.0-pt-records.json.br index 0b06c6f6e4..c2e8ee2c6a 100644 --- a/lib/search/indexes/github-docs-3.0-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.0-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b4cb441491bf22eda0911d348f0e05c5e59a146632327675f4639193aee8afa -size 605835 +oid sha256:495873ee52897940d9b8bb2ab42d2ef4cb96c62e2c3d84a21f42821532b0e815 +size 605929 diff --git a/lib/search/indexes/github-docs-3.0-pt.json.br b/lib/search/indexes/github-docs-3.0-pt.json.br index e56ff16adb..2f27a8a66d 100644 --- a/lib/search/indexes/github-docs-3.0-pt.json.br +++ b/lib/search/indexes/github-docs-3.0-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f589246c92c91eed9784c74023d3a4ae2795ced8aafd339453e2a36d7ac52d7 -size 2469260 +oid sha256:46300f75d28e8674be1b3bf0b09ff491eaab6ffde389762214026b763089efe6 +size 2468332 diff --git a/lib/search/indexes/github-docs-3.1-cn-records.json.br b/lib/search/indexes/github-docs-3.1-cn-records.json.br index 7ad196b4ca..62fb1368b5 100644 --- a/lib/search/indexes/github-docs-3.1-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.1-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c86ba3a978e9b6dfbce07883fbd5b1e09b55c01990e5ebc1dff379d9d3f2f2c -size 676639 +oid sha256:c2b74c961045f19c730108f6f14e009ffb625ff0f5172e4c44cd1594afdac845 +size 675936 diff --git a/lib/search/indexes/github-docs-3.1-cn.json.br b/lib/search/indexes/github-docs-3.1-cn.json.br index b94a168338..58974acc4e 100644 --- a/lib/search/indexes/github-docs-3.1-cn.json.br +++ b/lib/search/indexes/github-docs-3.1-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:339c34a46e18b3ddc58b0d603c1c187ebd5c7de99786bdb28fa92df64c1b5a2e -size 1415605 +oid sha256:e04fa940450c097dff1bae8be2dcb48f546f4c348b31497a173dd6882d162d73 +size 1413487 diff --git a/lib/search/indexes/github-docs-3.1-en-records.json.br b/lib/search/indexes/github-docs-3.1-en-records.json.br index 51eb527e3b..bead5ad455 100644 --- a/lib/search/indexes/github-docs-3.1-en-records.json.br +++ b/lib/search/indexes/github-docs-3.1-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c571cee0686d060ee3d8cbd0d70ec8fb4f31e2a1eda72898fade84ce176f7610 -size 1004248 +oid sha256:e2f3771bd811b9bd691755d24769a08d6954aa9e0529adba9ceb24ec661c2055 +size 1004908 diff --git a/lib/search/indexes/github-docs-3.1-en.json.br b/lib/search/indexes/github-docs-3.1-en.json.br index c9662e3ddb..19dde578cb 100644 --- a/lib/search/indexes/github-docs-3.1-en.json.br +++ b/lib/search/indexes/github-docs-3.1-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92814fab924ab81dff770d3ac42dd50cdf446510df67e63ac616992e1e514814 -size 4077985 +oid sha256:587a9be4ed038f7461b12cc5fd8d20d43020a67ac26986842282943b0e56f856 +size 4078431 diff --git a/lib/search/indexes/github-docs-3.1-es-records.json.br b/lib/search/indexes/github-docs-3.1-es-records.json.br index 116026f46a..f3496313b6 100644 --- a/lib/search/indexes/github-docs-3.1-es-records.json.br +++ b/lib/search/indexes/github-docs-3.1-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44bfa9e9f6864a6382d06b25e0cc3a82edf34e504d2c59259f968947916481b4 -size 626440 +oid sha256:947311a8e5c58fef951179b4be6a6252c971a81ab08973cb4a8acc46155577cd +size 627965 diff --git a/lib/search/indexes/github-docs-3.1-es.json.br b/lib/search/indexes/github-docs-3.1-es.json.br index 9254057a2d..638e40e8e5 100644 --- a/lib/search/indexes/github-docs-3.1-es.json.br +++ b/lib/search/indexes/github-docs-3.1-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e242942f23286f4bf9557f3921359596cb288b9b361be16f22b2b51079dd934 -size 2632816 +oid sha256:57e90404bb605027d6db7fc9ecca12af74be641d534c4e53abbcb5546d7a4d68 +size 2633441 diff --git a/lib/search/indexes/github-docs-3.1-ja-records.json.br b/lib/search/indexes/github-docs-3.1-ja-records.json.br index e144d9fbb6..25b57e5438 100644 --- a/lib/search/indexes/github-docs-3.1-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.1-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69e130f489764130fd0397dc502beae8b9116249c3d23b2b469bb32165f9f442 -size 693881 +oid sha256:57515aa0f1ff438fadfd7b33520d212ef3074693e92a559604b618a2eb85da74 +size 695233 diff --git a/lib/search/indexes/github-docs-3.1-ja.json.br b/lib/search/indexes/github-docs-3.1-ja.json.br index 15e0068657..7ee6547e84 100644 --- a/lib/search/indexes/github-docs-3.1-ja.json.br +++ b/lib/search/indexes/github-docs-3.1-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5380db02c2ce7c70bd74ac1e31c8c3e980f2097290bdcf8e2c0981e276843eb -size 3681418 +oid sha256:fba467ef0a1076584004ba14d34f8a6997530a0de390eafc958671317713025d +size 3683102 diff --git a/lib/search/indexes/github-docs-3.1-pt-records.json.br b/lib/search/indexes/github-docs-3.1-pt-records.json.br index ede1b9ee60..3acc6f9f40 100644 --- a/lib/search/indexes/github-docs-3.1-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.1-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da9b02d29fb209f3a52734c4fa86a0476dc7b664c1744e380d8fbf80adb746db -size 617522 +oid sha256:9724f77f4234f2f3a79231abff00ffd6a762c137671c6ff4d92fa92f745a5962 +size 617882 diff --git a/lib/search/indexes/github-docs-3.1-pt.json.br b/lib/search/indexes/github-docs-3.1-pt.json.br index 7cfbd90326..d0d2654fb3 100644 --- a/lib/search/indexes/github-docs-3.1-pt.json.br +++ b/lib/search/indexes/github-docs-3.1-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68a4ad9b16e5c05e46fed3bb541795609ea617ca70f7d106710dddcd4aa15705 -size 2520889 +oid sha256:fb218704a5c46dcc26198788f65b80a0820ac133f93771e2483c21c236f8c7d7 +size 2523230 diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br index c3188f41eb..734d736fe5 100644 --- a/lib/search/indexes/github-docs-3.2-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8b40064f265f59277b600bd7d33480cadd14e26f84a2489bc941c6d2ebad77f -size 691367 +oid sha256:16d3cfa8746be245a6292c5d274ef8a41d2514015a07ea17fb8a028adda94b6f +size 691985 diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br index 1a3fbacb20..f501ff665e 100644 --- a/lib/search/indexes/github-docs-3.2-cn.json.br +++ b/lib/search/indexes/github-docs-3.2-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef768f3039621ea7dfd5173536f5e716a35160085310c0a1adafddc91436baf -size 1446953 +oid sha256:c79a41b3ec77167d83f22c20ec96d0975a659bcc732cf6e57e2e94f349fb2827 +size 1447036 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index 3c4240df0a..80a199634d 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4153274d1f0a2c040b02a9f7ee139bf7c4ad45f0f975d284b4e384cf11bedc9 -size 1039416 +oid sha256:d5f54dbd10e8832719f6412c4b8e9fd11f91e2a77dc5b9363bd582276ec3d914 +size 1036383 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index 54541b4933..b066803acd 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b78940697c423ead2ce1fd225a1df129191fec7106c8911fa8bb3a0372fe98f7 -size 4214580 +oid sha256:b55cf6e633ec73088c0e4f359f949092584c60245c1bf8e7b9fd305a9f0580b4 +size 4212059 diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br index 5bd0580162..86cf527e86 100644 --- a/lib/search/indexes/github-docs-3.2-es-records.json.br +++ b/lib/search/indexes/github-docs-3.2-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08873de6636c976e1f8183d9e01b91b1865e07ed6da6dc8d8ffe3061f7f8ae07 -size 640901 +oid sha256:39dc42196df1f9c236ccde98bd3456180d2b4349eb101b469282e4e00728d7a1 +size 642037 diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br index 2d9246288d..52e3a07da2 100644 --- a/lib/search/indexes/github-docs-3.2-es.json.br +++ b/lib/search/indexes/github-docs-3.2-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44c4856b0ab8210a5f19ef1e614014d6a124772efb10be9e7dadfd6d44c4ca4e -size 2695337 +oid sha256:86b91aad8ab5f0441b5864c4c0465c6996bbd5d9750380e56e061dd44efbe74c +size 2696766 diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br index 96d45651bd..0091e6d78e 100644 --- a/lib/search/indexes/github-docs-3.2-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dea803b7c54a3921a92c36edbb9948c5fb14f402213e9a8b2414ecd8d043b674 -size 709057 +oid sha256:2e8fbe2d30b9986ad94b1ba892036fef755156325a15f7b80b5677e43962c215 +size 708698 diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br index 64746b0f19..fa0b3c7b46 100644 --- a/lib/search/indexes/github-docs-3.2-ja.json.br +++ b/lib/search/indexes/github-docs-3.2-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bdeee3dcaedbef1b74fe0c51c9f02288d71d9d9a58a40e02740f0bd17c10767 -size 3765680 +oid sha256:42a06e2816b6a37c044bd8fdb107d8d826815218cc64a6c2dfc829f2c3c482b0 +size 3763257 diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br index 77b27298a9..c503ea248c 100644 --- a/lib/search/indexes/github-docs-3.2-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cfddb51a29a8d58a9bda23b36bac9f2d4cd9d8319379635621116a866e57c25 -size 631798 +oid sha256:44ffa04c01e2869db0a6c2ba991f1c7ad4eec8cbaa95548554042b2ffe216b10 +size 632108 diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br index d221170b79..94d8902f32 100644 --- a/lib/search/indexes/github-docs-3.2-pt.json.br +++ b/lib/search/indexes/github-docs-3.2-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e9fb114931cca7a202bc3ce98a2b34141f55e6b5895592bbc14518f1957dd1e -size 2578838 +oid sha256:16c1aa6dc717f7bb69e8c9fd99fdabe9cabe822867071d1176c89fa1d5e0dbe9 +size 2579825 diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br index 2aff9171e2..ea710dc82a 100644 --- a/lib/search/indexes/github-docs-3.3-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24056458c447000ce844c900004eb7eb2e79e36090d923234cdac6f16d81fda8 -size 713256 +oid sha256:b33cf3796497d9c8a3c22655111e7fdbec75f5a38a1668d1fb7597ee0622ba18 +size 713677 diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br index ce05919a12..055b002660 100644 --- a/lib/search/indexes/github-docs-3.3-cn.json.br +++ b/lib/search/indexes/github-docs-3.3-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b3ec18a3ca74e2f3064a6f0ac9b39688c7cd79bb575499b95e2134def53a8ce -size 1505206 +oid sha256:8c1166dbdcddf298039cff6603d65bdc3105cff2f651146a5e64d97be17eb3d2 +size 1506174 diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br index 1dae6724a5..408d4f9826 100644 --- a/lib/search/indexes/github-docs-3.3-en-records.json.br +++ b/lib/search/indexes/github-docs-3.3-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16377f645f7e688f4fb0aba12bae30d557cd8c15fd721fd1c682c0e946466743 -size 1078486 +oid sha256:79a23dc3d1c1f6953baaab4ad63b167b6b85f75b15dd99a8ae39cbc69d221c5b +size 1074301 diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br index 15d65e5b00..387261a7bf 100644 --- a/lib/search/indexes/github-docs-3.3-en.json.br +++ b/lib/search/indexes/github-docs-3.3-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c20167f1449aff95841cf03dbbfa083723dc1e646dcb7584e0a6b29e653dd43 -size 4315760 +oid sha256:6319a86cce6e8d87c0bda593b1d128310798a4936979910c371141e77236021e +size 4314875 diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br index 088696108e..42f593cd06 100644 --- a/lib/search/indexes/github-docs-3.3-es-records.json.br +++ b/lib/search/indexes/github-docs-3.3-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c6226fbef192918da8bd9a83b9a64f6ea2f396a9ad785021384b953d992249d -size 662170 +oid sha256:2db4db8f7197d6882ad1114813d4796cef3e4b386fa3e9220867319c9e337873 +size 661586 diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br index 7e4fb41c2c..2d445bb8b3 100644 --- a/lib/search/indexes/github-docs-3.3-es.json.br +++ b/lib/search/indexes/github-docs-3.3-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d47737e2b4947c449a5d510aab1249147eab1d2f2d426bb22703e81639aae153 -size 2798821 +oid sha256:695b79b51fa10bd91484f9b672c5dacc12631e6e83b0be69c678c3fd12bb7963 +size 2798814 diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br index b49c57eee1..2d53fd01ab 100644 --- a/lib/search/indexes/github-docs-3.3-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0182cb4859073047018b05b0dcca32bc73d35bb7e414a17fdadde11c66f10f1a -size 732097 +oid sha256:4e00b2eab8ac8db74c2a04716f463a104d6a8b27487ec35d312102e28189fc77 +size 731902 diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br index c30f4315a5..425c36950d 100644 --- a/lib/search/indexes/github-docs-3.3-ja.json.br +++ b/lib/search/indexes/github-docs-3.3-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3590f2b854d94afe81c68730c20569b75c7363a70da9141c2fe6b4f4fdda790 -size 3889644 +oid sha256:8c3746e61ac6d8057a2819c6f7bb9695c370369b7da2c672527af5966bb9bb6b +size 3890632 diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br index bda96d6d07..4fad1d2170 100644 --- a/lib/search/indexes/github-docs-3.3-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5796862b4512e55c641374022e09a7071ebd1314ab5043da85adfc933cbb8ea -size 651278 +oid sha256:a1305524c1c636173d2026e581053fc87a0d46283a1dd17da893794cee13d052 +size 651160 diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br index 1383a9445f..42fd4049bd 100644 --- a/lib/search/indexes/github-docs-3.3-pt.json.br +++ b/lib/search/indexes/github-docs-3.3-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a41c0341759037040edc229a5b286d4fccb0ae4a8f71aba981edf85abb4a63be -size 2661792 +oid sha256:42fbace22b93a48e119721d9509f99486e43f7de238ad3a60a56a5c1211f4a02 +size 2660545 diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br index 8dba229d3d..23d21c86f1 100644 --- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a6a412d49effe80a0ad72b87725b1acfcf0dbb92c73cec124c06b43cc09a934 -size 914597 +oid sha256:9b75ba641559032080558a09b3644c85c428aec9f8820f7ab156219c24b2aacf +size 913152 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index e910ef75b3..8a50742966 100644 --- a/lib/search/indexes/github-docs-dotcom-cn.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e7a6f89d73c1a440f8e6ea143780b2d6af8164b57ba126d4bba11d1520101f2 -size 1681027 +oid sha256:76b807d58db7d1d51303a6b27b369569c52c6fad1083bdda75e0ffb6d6ae5ab1 +size 1680846 diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br index 3b0e5e307e..c4fa398711 100644 --- a/lib/search/indexes/github-docs-dotcom-en-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5acc529d273fa0f44e6cb517142204a27aff37fd0ff22b399afc04ac0c101b09 -size 1364673 +oid sha256:5f2f3786c8ac031caa4b353ae39036bca9d57c54841f8be78ccd6d30c3ab0524 +size 1367618 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 5e0edc784c..e6039dfead 100644 --- a/lib/search/indexes/github-docs-dotcom-en.json.br +++ b/lib/search/indexes/github-docs-dotcom-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:905fb9fb59633d601d5d0c12f42e6808fb32daf61c81c4829bc0b6c0c1cab3f3 -size 5202118 +oid sha256:9da725ccd0bd21b623a649a5e6a678d7a5dfad36c283e3898e7d9c235644a7ee +size 5203461 diff --git a/lib/search/indexes/github-docs-dotcom-es-records.json.br b/lib/search/indexes/github-docs-dotcom-es-records.json.br index ace52a5ed8..b455046fe7 100644 --- a/lib/search/indexes/github-docs-dotcom-es-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:763520a1e3f2399434359c98c68e3a0f2e6fa1f33616f88a25c52dfd6c45f4d7 -size 830833 +oid sha256:34dc088ba84a37616ebf515876dec42f568c4a7a8c9f26a1ddf66e94880ba24f +size 830102 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 9655ae796d..a20a3b047e 100644 --- a/lib/search/indexes/github-docs-dotcom-es.json.br +++ b/lib/search/indexes/github-docs-dotcom-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7b767f9941b71c387af9493a0ed78454f86b9191857df19af9bdcd8e82bec68 -size 3350557 +oid sha256:8508c5f707a00a48775074872aefcf1fc9589b51b061936eea5b93b2004abcd4 +size 3349764 diff --git a/lib/search/indexes/github-docs-dotcom-ja-records.json.br b/lib/search/indexes/github-docs-dotcom-ja-records.json.br index baaffe33e4..3a809e96e0 100644 --- a/lib/search/indexes/github-docs-dotcom-ja-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66780bfb736522c9ac02eb3d652c4db6f741c342211e1d9e93172c49d00e2230 -size 932084 +oid sha256:5b9c2c10320604b26b7fb6e9b3062cc9324b20b579937abeab7feaeefe395530 +size 933624 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index a764e144a6..a2a7a0d97e 100644 --- a/lib/search/indexes/github-docs-dotcom-ja.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e75260a6b7b379d2230d93d3e2795e2b392c6a0ecf23290bf511e752a905345 -size 4746807 +oid sha256:640d29cff6e3422faa820368eab73637fefa6cf827db29f707f446b0affbc554 +size 4750756 diff --git a/lib/search/indexes/github-docs-dotcom-pt-records.json.br b/lib/search/indexes/github-docs-dotcom-pt-records.json.br index fb95faeb12..14e674bb29 100644 --- a/lib/search/indexes/github-docs-dotcom-pt-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e53dfaa0034e0ff4bf27b73248a4476a356132887264585b91a2f7025840e2d7 -size 819146 +oid sha256:de6a42739a3a28f3578105c7a1cb5ad27e636a576bc081fe200d0e63b267aa14 +size 819973 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index e10a8754a6..ead84dbbbb 100644 --- a/lib/search/indexes/github-docs-dotcom-pt.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91dd8b610a2bb817356b9b2d2f2cfa8737e9b0943420118c14a9596ad807172a -size 3195041 +oid sha256:8d10c0ee5d1902f2a983b24352b88e908e228681394bcf77d26092fec123c9a5 +size 3196619 diff --git a/lib/search/indexes/github-docs-ghae-cn-records.json.br b/lib/search/indexes/github-docs-ghae-cn-records.json.br index 80c0c0035c..27a1ec5541 100644 --- a/lib/search/indexes/github-docs-ghae-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghae-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f064cc8b7b8a87b95eca380b3016034b05d0ede5ee0805e24b2912b7ebcb70df -size 558492 +oid sha256:c55e1667369d2218c6e83255d77cdd5e81a06b53afd053d9cbffa4b6a8f51612 +size 559250 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 34669e0342..8efe40197d 100644 --- a/lib/search/indexes/github-docs-ghae-cn.json.br +++ b/lib/search/indexes/github-docs-ghae-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9614bc51cc0dbde325301537e5b37d8e6e806eabd11001a88d2172bc197e3f5 -size 1127118 +oid sha256:1bd6c4809f0891ba20375fd5e887837643abc3801b5614c9c0d59b3bb969e97e +size 1127732 diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br index 9896afdd2d..bade90d48c 100644 --- a/lib/search/indexes/github-docs-ghae-en-records.json.br +++ b/lib/search/indexes/github-docs-ghae-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a42b1390728dc4acb962c38c2dfe6010ff04a3ec836c4969432c0d82e3a1222 -size 857966 +oid sha256:28cf15061519bd2c5bed3d365b573fa7a74e036090f94b1ed57d739f5aa10f15 +size 857824 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 93d58fee8c..979721ec01 100644 --- a/lib/search/indexes/github-docs-ghae-en.json.br +++ b/lib/search/indexes/github-docs-ghae-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:297274dccac65c80379a4e021ad480239cd864103d24f087b95228794357752f -size 3434998 +oid sha256:592645edfab9dcfeefff6aa4a912d62be7f170e52e2c35dc28308fcf5e2894e7 +size 3434816 diff --git a/lib/search/indexes/github-docs-ghae-es-records.json.br b/lib/search/indexes/github-docs-ghae-es-records.json.br index bd47ff127e..6b44520eb2 100644 --- a/lib/search/indexes/github-docs-ghae-es-records.json.br +++ b/lib/search/indexes/github-docs-ghae-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8e2812391724e789af684e7ad44e90516fe843fd8bd9a33d338661d91316db1 -size 520521 +oid sha256:64ea81d51ea3808fb750e4c9ea259496ae604442d38342f7c16654e5c7d98509 +size 520252 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 26ffa345d6..0bcf649bf3 100644 --- a/lib/search/indexes/github-docs-ghae-es.json.br +++ b/lib/search/indexes/github-docs-ghae-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:943dd4c148f93d0f6010b8fb983f4c221f61ecf7e3764eea6788eed49675b068 -size 2118196 +oid sha256:90b0978be4c54e27dc422347ae881b86d222c09fec47ecb47fdf1901acb6bca5 +size 2116454 diff --git a/lib/search/indexes/github-docs-ghae-ja-records.json.br b/lib/search/indexes/github-docs-ghae-ja-records.json.br index a4142a9754..6bde586688 100644 --- a/lib/search/indexes/github-docs-ghae-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghae-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cdf67ff2faae331dc2d8150f23dba8672c1a66c639b97f87e17bd459ab8f7ec -size 572016 +oid sha256:49911e83e7d8329984e2b54c03932f24ec940d26d0e986a0f73177eb800623c8 +size 572198 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index b71f11c2d0..ea72af4382 100644 --- a/lib/search/indexes/github-docs-ghae-ja.json.br +++ b/lib/search/indexes/github-docs-ghae-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b34b2b5d13605cd52f043868178efa20cc3f8098820fdef60fd9f77aa5e8cf4 -size 2933274 +oid sha256:19f2d5b281ca58fc91efa2cca28aeb076718c3d4f29fd0e4b1a6be919f4e35c8 +size 2933466 diff --git a/lib/search/indexes/github-docs-ghae-pt-records.json.br b/lib/search/indexes/github-docs-ghae-pt-records.json.br index 6e55a8f035..72af36aa22 100644 --- a/lib/search/indexes/github-docs-ghae-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghae-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24f924a3e94c316d216d0dfeb2bc950533b568cfc34335cb7bb63cf4c4e46c62 -size 513121 +oid sha256:42380f60cf3b6797e1195fc89105d6f36b18f073b1eb7f949fa323519891146b +size 512765 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index e16d2fa45c..dbdf6e70f0 100644 --- a/lib/search/indexes/github-docs-ghae-pt.json.br +++ b/lib/search/indexes/github-docs-ghae-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:305342e4f07ff55d0e2d771b162f6602c4efe66a7e5d965350dd15733f211280 -size 2009755 +oid sha256:c7b591c6ed11136005f9a639844492558f71a751a05fb73f3369d822aafc4151 +size 2010362 diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br index 39f661aa5c..80ab42018e 100644 --- a/lib/search/indexes/github-docs-ghec-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e52ec6caa6ca0413575395068a72089eec47188de46c1ffdc89bbdd76ebe233 -size 840858 +oid sha256:f37855f30539828dd286e9442b987c56545dd1204b360d07013dba6f68abf2a8 +size 839688 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index 5fa7f3d751..25d558706c 100644 --- a/lib/search/indexes/github-docs-ghec-cn.json.br +++ b/lib/search/indexes/github-docs-ghec-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c352641c47548d31ea28bfde4925757f1a096885a5bf9577e724d0c1edec7907 -size 1749130 +oid sha256:3fac60a034b7b0deaba4611a9589ac32f2ed8f6b25bf1fd3b7df1459d2ce16e0 +size 1749798 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index b6784f588a..1b152b7f0d 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdf7325147ae6ba2d4146436263e6a84a7a509ec191f8b14a0e8b41c18860f92 -size 1241452 +oid sha256:3498ec0dccf93d47be9b21ed76a4785c3188bfe65cf134499ae58d19a6237342 +size 1241691 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index 5b46816ff7..fb80a80a9b 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c93d3f97648b55a8dbec7e114df7011e3705f705c1a7e411eb73d2ce7719fa2 -size 4986729 +oid sha256:d73cebd374808fa442ce45622f770435283d747c824db9a187bb1a9a51cb2cf3 +size 4987816 diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br index 7b356f421b..047ce3604f 100644 --- a/lib/search/indexes/github-docs-ghec-es-records.json.br +++ b/lib/search/indexes/github-docs-ghec-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:986508c74154a7e3e0e0deb7231604baa6b24af5a03c481c5792bc2bf6134122 -size 789960 +oid sha256:9f6105c620153353c0253e8a725383b5948758c203433bd420c2c5da06632981 +size 789345 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index e0d2b5b850..d94abd3840 100644 --- a/lib/search/indexes/github-docs-ghec-es.json.br +++ b/lib/search/indexes/github-docs-ghec-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3a4f56fbade49619dbe80b4165ca0b5276be3abe398581b1e98e1bc18c1d782 -size 3341723 +oid sha256:360fdd9ff50b7b4242d952f605d66771514c1ec647423223ce5c7a7940a3bae1 +size 3339325 diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br index e069d222c0..48c802319b 100644 --- a/lib/search/indexes/github-docs-ghec-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:087302c9d88acc67b3d718b2d603fe36c74b57642f68a52aecf5ec348be61ad5 -size 862321 +oid sha256:241aa33d5af33f23d0be28357d7564e5a834475f0f3c0568f9c280a97a8c1e80 +size 863300 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index a21744b02a..6acb76b2f1 100644 --- a/lib/search/indexes/github-docs-ghec-ja.json.br +++ b/lib/search/indexes/github-docs-ghec-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f09439beb9144b2c93b3ae2d81f25aab7265a219ffc49e373278c51773f69d8 -size 4619223 +oid sha256:f0c78618d941d967504c8fe7d4c181c276e357a88dbfb61b64924e9cbf8ba5d0 +size 4618690 diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br index 6fb47e7674..59d8730d4e 100644 --- a/lib/search/indexes/github-docs-ghec-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:817638d669c108bbbdb9b814f3bf8d83e72358e43833ee47e95d50a97c638059 -size 778706 +oid sha256:548ca74f31eba606ca47b7d6d20b1206096c553bceab3d1984959f18c137a371 +size 778271 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 4858c9e520..b9065799ea 100644 --- a/lib/search/indexes/github-docs-ghec-pt.json.br +++ b/lib/search/indexes/github-docs-ghec-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c0b089a8fc4a93c67b129f9a7d87b1b626aa77c0015f95df0f2b1e8c542f7c3 -size 3178688 +oid sha256:59a68dc54d7b56424424cb9cbaaa64bc4fae2aeb167bec92ec199335ec6e81b3 +size 3177626 From 65a567d3a9544570b1e38343a63dc799af9d8e0f Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Thu, 10 Feb 2022 13:19:51 +1000 Subject: [PATCH 11/22] Mention commonmark in Markup reference contributing article (#25017) --- assets/images/commonmark-lists.png | Bin 0 -> 122448 bytes contributing/content-markup-reference.md | 36 +++++++++++++++++++---- 2 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 assets/images/commonmark-lists.png diff --git a/assets/images/commonmark-lists.png b/assets/images/commonmark-lists.png new file mode 100644 index 0000000000000000000000000000000000000000..2c8739f96748bf4e7dd0436601440212e67d15e1 GIT binary patch literal 122448 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Μ!{`=Uzx2gyDOzYk2fO78*@~Pf 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 Is^k0r0H%ZGu>b%7 literal 0 HcmV?d00001 diff --git a/contributing/content-markup-reference.md b/contributing/content-markup-reference.md index fc414ee0f5..8d71dffedd 100644 --- a/contributing/content-markup-reference.md +++ b/contributing/content-markup-reference.md @@ -2,24 +2,48 @@ ## Table of contents - [Writing in Markdown](#writing-in-markdown) -- [Callout tags](#callout-tags) +- [Lists](#lists) - [Usage](#usage) -- [Code sample syntax highlighting](#code-sample-syntax-highlighting) +- [Callout tags](#callout-tags) - [Usage](#usage-1) -- [Octicons](#octicons) +- [Code sample syntax highlighting](#code-sample-syntax-highlighting) - [Usage](#usage-2) -- [Operating system tags](#operating-system-tags) +- [Octicons](#octicons) - [Usage](#usage-3) -- [Tool tags](#tool-tags) +- [Operating system tags](#operating-system-tags) - [Usage](#usage-4) +- [Tool tags](#tool-tags) + - [Usage](#usage-5) - [Reusable and variable strings of text](#reusable-and-variable-strings-of-text) ## Writing in Markdown -[Markdown](http://daringfireball.net/projects/markdown/) is a human-friendly syntax for formatting plain text. Our documentation is written with [GitHub Flavored Markdown](https://docs.github.com/en/github/writing-on-github/about-writing-and-formatting-on-github), a custom version of Markdown used across GitHub. +[Markdown](http://daringfireball.net/projects/markdown/) is a human-friendly syntax for formatting plain text. Our documentation is written with [GitHub Flavored Markdown](https://docs.github.com/en/github/writing-on-github/about-writing-and-formatting-on-github), a custom version of Markdown based on the [CommonMark specification](https://github.github.com/gfm/), and it is used across GitHub. This site's Markdown rendering is powered by [`/lib/render-content`](/lib/render-content), which is in turn built on the [`remark`](https://remark.js.org/) Markdown processor. +## Lists + +In a list item, the general rules for additional content after the first paragraph are: + +* Images and subsequent paragraphs should each **be on their own line and separated by a blank line**. +* All subsequent lines in a list item **must match up with the first text after the list marker**. + +### Usage + +For example, this is the correct way to write list items with multiple paragraphs or objects: + +```markdown +1. Under your repository name, click **Actions**. + + ![Actions tab in the main repository navigation](/assets/images/help/repository/actions-tab.png) + + This is another paragraph in the list. +1. This is the next item. +``` + +![Image demonstrating how to write CommnMark-compliant Markdown lists](/assets/images/commonmark-lists.png) + ## Callout tags Callouts highlight important information that customers need to know. We use standard formatting and colors for different types of callouts: notes, warnings, and danger notices. Use tags before and after the text you’d like included in the callout box. From cca7f3fbd345a465c75cf78b8a51a28415f751f8 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Thu, 10 Feb 2022 15:40:47 +1000 Subject: [PATCH 12/22] Add versioning for `id-token` setting (#25212) --- .../actions/security-guides/automatic-token-authentication.md | 4 ++-- .../github-actions/github-token-available-permissions.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/actions/security-guides/automatic-token-authentication.md b/content/actions/security-guides/automatic-token-authentication.md index b86900fd20..8394d835de 100644 --- a/content/actions/security-guides/automatic-token-authentication.md +++ b/content/actions/security-guides/automatic-token-authentication.md @@ -85,8 +85,8 @@ The following table shows the permissions granted to the `GITHUB_TOKEN` by defau | actions | read/write | none | read | | checks | read/write | none | read | | contents | read/write | read | read | -| deployments | read/write | none | read | -| id-token | read/write | none | read | +| deployments | read/write | none | read |{% ifversion fpt or ghec %} +| id-token | read/write | none | read |{% endif %} | issues | read/write | none | read | | metadata | read | read | read | | packages | read/write | none | read | diff --git a/data/reusables/github-actions/github-token-available-permissions.md b/data/reusables/github-actions/github-token-available-permissions.md index 98b309435b..fbb68588ad 100644 --- a/data/reusables/github-actions/github-token-available-permissions.md +++ b/data/reusables/github-actions/github-token-available-permissions.md @@ -5,8 +5,8 @@ permissions: actions: read|write|none checks: read|write|none contents: read|write|none - deployments: read|write|none - id-token: read|write|none + deployments: read|write|none{% ifversion fpt or ghec %} + id-token: read|write|none{% endif %} issues: read|write|none discussions: read|write|none packages: read|write|none From e1db865fa4a49ed8ce8ab8b942e010dda7439426 Mon Sep 17 00:00:00 2001 From: Abby Vollmer Date: Wed, 9 Feb 2022 23:27:01 -0800 Subject: [PATCH 13/22] [Site policy: Jan-XX] add India grievance officer page (#22889) * add link to India Grievance Officer page --- .../reporting-abuse-or-spam.md | 2 ++ .../github/site-policy/submitting-content-removal-requests.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md b/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md index 89bcf4cde1..74c583d24e 100644 --- a/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md +++ b/content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md @@ -21,6 +21,8 @@ You can report users that have violated {% data variables.product.prodname_dotco If reported content is enabled for a public repository, you can also report content directly to repository maintainers. +Users in India can contact GitHub's Grievance Officer for India [here](https://support.github.com/contact/india-grievance-officer). + ## Reporting a user {% data reusables.profile.user_profile_page_navigation %} diff --git a/content/github/site-policy/submitting-content-removal-requests.md b/content/github/site-policy/submitting-content-removal-requests.md index 47ed2f1985..6b9e4bf1af 100644 --- a/content/github/site-policy/submitting-content-removal-requests.md +++ b/content/github/site-policy/submitting-content-removal-requests.md @@ -23,3 +23,5 @@ The GitHub Trademark Policy can be used to report content that appears to use yo ## [GitHub Private Information Removal Policy](/github/site-policy/github-private-information-removal-policy) The GitHub Private Information Removal Policy can be used to report data that is private (confidential and poses a security risk), but that is not necessarily protected by copyright or trademark. + +Users in India can contact GitHub's Grievance Officer [here](https://support.github.com/contact/india-grievance-officer). From 871d26416b97e54170366063c0fde5e724ac9151 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:46:51 +0000 Subject: [PATCH 14/22] Apply suggestions from code review --- .../about-github-advanced-security.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 015cf3f0de..f00a748a59 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,20 +36,19 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} -{% ifversion fpt %} -The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. +{% ifversion fpt or ghec%} +The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. -| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | +{% elsif fpt %} + +| | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | -{% endif %} +{% elsif ghec %} -{% ifversion ghec %} -The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. - -| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | +| | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | @@ -60,12 +59,9 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} -{% ifversion ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}, except for the security overview. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. -{% endif %} {% ifversion ghes or ghec %} ## Deploying GitHub Advanced Security in your enterprise From 037525a6e3d7e9cc635446f14f733442f068a6d0 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:52:52 +0000 Subject: [PATCH 15/22] Apply suggestions from code review --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index f00a748a59..ef6b17ddd6 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -58,7 +58,7 @@ The table below summarizes the availability of {% data variables.product.prodnam For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." -{% ifversion fpt %} +{% ifversion fpt or ghec %} {% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} From 3b0e8f29d6dc8ab9c653dfc649ef7a16a75adede Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:54:37 +0000 Subject: [PATCH 16/22] Apply suggestions from code review --- .../learning-about-github/about-github-advanced-security.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index ef6b17ddd6..6b9b1ebc79 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,18 +36,16 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} -{% ifversion fpt or ghec%} +{% ifversion fpt or ghec %} The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. {% elsif fpt %} - | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% elsif ghec %} - | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | @@ -62,7 +60,6 @@ For information about {% data variables.product.prodname_advanced_security %} fe {% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} - {% ifversion ghes or ghec %} ## Deploying GitHub Advanced Security in your enterprise From a95f44651678392a96aeb3b19d41746e7f1121d7 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:56:20 +0000 Subject: [PATCH 17/22] Update content/get-started/learning-about-github/about-github-advanced-security.md --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 6b9b1ebc79..b61af3186d 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -57,7 +57,7 @@ The table below summarizes the availability of {% data variables.product.prodnam For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} {% endif %} {% ifversion ghes or ghec %} From 5de36346621c6237fbea6d0d5ed220b51abf5bdf Mon Sep 17 00:00:00 2001 From: Ryosuke Nakayama Date: Thu, 10 Feb 2022 17:58:38 +0900 Subject: [PATCH 18/22] Update about-forks.md (#25209) --- .../working-with-forks/about-forks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md index f9a5eda3a6..6a9ee0d344 100644 --- a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md +++ b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md @@ -16,7 +16,7 @@ topics: --- Forking a repository is similar to copying a repository, with two major differences: -* You can use a pull request to suggest changes from your user-owned fork to the original repository, also known as the *upstream* repository. +* You can use a pull request to suggest changes from your user-owned fork to the original repository in its GitHub instance, also known as the *upstream* repository. * You can bring changes from the upstream repository to your local fork by synchronizing your fork with the upstream repository. {% data reusables.repositories.you-can-fork %} From 498c47a3a52cf33fef64885f6b6119885f19bb88 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 09:13:08 +0000 Subject: [PATCH 19/22] Apply suggestions from code review --- .../about-github-advanced-security.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index b61af3186d..0231b06a5a 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -39,13 +39,14 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th {% ifversion fpt or ghec %} The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. -{% elsif fpt %} +{% ifversion fpt %} | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | -{% elsif ghec %} +{% endif %} +{% ifversion ghec %} | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | @@ -54,6 +55,8 @@ The table below summarizes the availability of {% data variables.product.prodnam | Security overview | No | No | Yes | {% endif %} +{% endif %} + For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} From 0a51be53e0096e4bea0c09a17a6070644c0c279a Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Thu, 10 Feb 2022 04:18:03 -0500 Subject: [PATCH 20/22] Fixing ghe-migrator more link (#25148) --- .../configuring-your-enterprise/command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md index 61e750cc30..6afb61b812 100644 --- a/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md +++ b/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md @@ -699,7 +699,7 @@ All Storage tests passed `ghe-migrator` is a hi-fidelity tool to help you migrate from one GitHub instance to another. You can consolidate your instances or move your organization, users, teams, and repositories from GitHub.com to {% data variables.product.prodname_enterprise %}. -For more information, please see our guide on [migrating user, organization, and repository data](/enterprise/admin/guides/migrations/). +For more information, please see our guides on [migrating data to and from your enterprise](/enterprise/admin/user-management/migrating-data-to-and-from-your-enterprise/). ### git-import-detect From 9a33b8be3496ae4ce96b8ac5915ab9496569c12a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Feb 2022 10:33:48 +0000 Subject: [PATCH 21/22] update search indexes --- lib/search/indexes/github-docs-3.0-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 70 files changed, 140 insertions(+), 140 deletions(-) diff --git a/lib/search/indexes/github-docs-3.0-cn-records.json.br b/lib/search/indexes/github-docs-3.0-cn-records.json.br index 0b67d8651e..ea0c60e981 100644 --- a/lib/search/indexes/github-docs-3.0-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.0-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ab2492a08f551423b89ac9cf68ee66a53ca8860c8e8345eb1115db7118d7bb7 -size 661182 +oid sha256:3278e3fd282a48317fab35c086528949d17e3493e3b34ceea54c06c7d57ec959 +size 662112 diff --git a/lib/search/indexes/github-docs-3.0-cn.json.br b/lib/search/indexes/github-docs-3.0-cn.json.br index 312acbba14..b0e537ac20 100644 --- a/lib/search/indexes/github-docs-3.0-cn.json.br +++ b/lib/search/indexes/github-docs-3.0-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb70981362f3f5fb9c6edb52d7944bc878e4afcf467e8c2b9ba9daba5bb4285d -size 1376437 +oid sha256:e77925d6eefe7a0b1a2f7501fe7f540cfa90a3021825493ae69bc85bd67d13b1 +size 1376279 diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br index dc0aeb53b4..e638a2e9b7 100644 --- a/lib/search/indexes/github-docs-3.0-en-records.json.br +++ b/lib/search/indexes/github-docs-3.0-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d192a63ae01ff61041284557292f96ebe1edfe8e93d5613f28fb2747f1a2b588 -size 982719 +oid sha256:c634bc6c5c55164f0ca21da6b9da84c3ded836562c4a4390db5d1fe4a74ca5c3 +size 981117 diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br index 0cdcd69881..a23330cb82 100644 --- a/lib/search/indexes/github-docs-3.0-en.json.br +++ b/lib/search/indexes/github-docs-3.0-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72e6b9ea01bc1024558b6c1f975fe3b770aeeef6cea306c893625b792573aeba -size 3990231 +oid sha256:da2622924a670e1b7d1b47ff2d9703b3c907f62d08175088b8afac17a1a6ee6c +size 3989359 diff --git a/lib/search/indexes/github-docs-3.0-es-records.json.br b/lib/search/indexes/github-docs-3.0-es-records.json.br index 4a54a8502e..dca0acf6f3 100644 --- a/lib/search/indexes/github-docs-3.0-es-records.json.br +++ b/lib/search/indexes/github-docs-3.0-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4352b6ef49299d966a4d9d8274a4985b09043f6b42155e7d14501fda4d0f4ca -size 614373 +oid sha256:7f3ac12f34338819cd9183f134294cfb3a35a671777c2b69c38cbd576800a496 +size 615192 diff --git a/lib/search/indexes/github-docs-3.0-es.json.br b/lib/search/indexes/github-docs-3.0-es.json.br index 67d7da571a..390faf0366 100644 --- a/lib/search/indexes/github-docs-3.0-es.json.br +++ b/lib/search/indexes/github-docs-3.0-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cadda2bbeed66b12ef4d136037e7bbfa53155654573e4702976c67a18491cf2a -size 2572518 +oid sha256:0f1344d436de0b85bf16bfc2e316c95330a9e37f085fdb0ba7284e17256bc420 +size 2573966 diff --git a/lib/search/indexes/github-docs-3.0-ja-records.json.br b/lib/search/indexes/github-docs-3.0-ja-records.json.br index 6e2ee2cf43..b28c4b62f5 100644 --- a/lib/search/indexes/github-docs-3.0-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.0-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e317bac7d87ee47e42e60a4a9751ed57ec9f163b968f5bdff142d42cb0da54bb -size 680683 +oid sha256:be114bb00ccb90899a2e92977b3dd211468530051b59bc30353bf3cd5623a803 +size 680008 diff --git a/lib/search/indexes/github-docs-3.0-ja.json.br b/lib/search/indexes/github-docs-3.0-ja.json.br index 24cede8052..ca21713f0a 100644 --- a/lib/search/indexes/github-docs-3.0-ja.json.br +++ b/lib/search/indexes/github-docs-3.0-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75eef4d539da10e506a492b15aad6fbe44e36bab5da76a9cf55d3f98f1597b26 -size 3601278 +oid sha256:245fd225da92c4749320afde2f039231fc012d1a996d940f3941568bd805468b +size 3598966 diff --git a/lib/search/indexes/github-docs-3.0-pt-records.json.br b/lib/search/indexes/github-docs-3.0-pt-records.json.br index c2e8ee2c6a..33b5c05eec 100644 --- a/lib/search/indexes/github-docs-3.0-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.0-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:495873ee52897940d9b8bb2ab42d2ef4cb96c62e2c3d84a21f42821532b0e815 -size 605929 +oid sha256:73b19f0c9b379e149bbf337d888a42de95dd0464c910d600beec73b0adbb0b05 +size 606175 diff --git a/lib/search/indexes/github-docs-3.0-pt.json.br b/lib/search/indexes/github-docs-3.0-pt.json.br index 2f27a8a66d..614c2a69b1 100644 --- a/lib/search/indexes/github-docs-3.0-pt.json.br +++ b/lib/search/indexes/github-docs-3.0-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46300f75d28e8674be1b3bf0b09ff491eaab6ffde389762214026b763089efe6 -size 2468332 +oid sha256:25f1a58ab015348404c6af3c54e293984885e2123ea1be0dfc8bf96ede6c2270 +size 2468893 diff --git a/lib/search/indexes/github-docs-3.1-cn-records.json.br b/lib/search/indexes/github-docs-3.1-cn-records.json.br index 62fb1368b5..08d583db76 100644 --- a/lib/search/indexes/github-docs-3.1-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.1-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2b74c961045f19c730108f6f14e009ffb625ff0f5172e4c44cd1594afdac845 -size 675936 +oid sha256:9b2baf9c0ba21087af4208ea06c11d6bca5626f72b23233956bf067bceacc525 +size 675066 diff --git a/lib/search/indexes/github-docs-3.1-cn.json.br b/lib/search/indexes/github-docs-3.1-cn.json.br index 58974acc4e..b93dec6a1d 100644 --- a/lib/search/indexes/github-docs-3.1-cn.json.br +++ b/lib/search/indexes/github-docs-3.1-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e04fa940450c097dff1bae8be2dcb48f546f4c348b31497a173dd6882d162d73 -size 1413487 +oid sha256:3dcf536c9a22a9864298b0cdcbd191289c72a59d811643534980eb1c63adbcba +size 1413158 diff --git a/lib/search/indexes/github-docs-3.1-en-records.json.br b/lib/search/indexes/github-docs-3.1-en-records.json.br index bead5ad455..01a93916e4 100644 --- a/lib/search/indexes/github-docs-3.1-en-records.json.br +++ b/lib/search/indexes/github-docs-3.1-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2f3771bd811b9bd691755d24769a08d6954aa9e0529adba9ceb24ec661c2055 -size 1004908 +oid sha256:79ddcfc9cf4a515d3ef908bd8ba6e0e8d810c33c5253814ebf062faa1a157149 +size 1005913 diff --git a/lib/search/indexes/github-docs-3.1-en.json.br b/lib/search/indexes/github-docs-3.1-en.json.br index 19dde578cb..d71ebc80e0 100644 --- a/lib/search/indexes/github-docs-3.1-en.json.br +++ b/lib/search/indexes/github-docs-3.1-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:587a9be4ed038f7461b12cc5fd8d20d43020a67ac26986842282943b0e56f856 -size 4078431 +oid sha256:5c0e2696ad03e74048926400691610833f2625d5ee283bf54b4d7e88a6814475 +size 4081278 diff --git a/lib/search/indexes/github-docs-3.1-es-records.json.br b/lib/search/indexes/github-docs-3.1-es-records.json.br index f3496313b6..ee3181ef48 100644 --- a/lib/search/indexes/github-docs-3.1-es-records.json.br +++ b/lib/search/indexes/github-docs-3.1-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:947311a8e5c58fef951179b4be6a6252c971a81ab08973cb4a8acc46155577cd -size 627965 +oid sha256:6df6558156939beb99965ce848aa90d427eb91adbee66e26993dc0b6f43ca67d +size 627368 diff --git a/lib/search/indexes/github-docs-3.1-es.json.br b/lib/search/indexes/github-docs-3.1-es.json.br index 638e40e8e5..cd8de451af 100644 --- a/lib/search/indexes/github-docs-3.1-es.json.br +++ b/lib/search/indexes/github-docs-3.1-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57e90404bb605027d6db7fc9ecca12af74be641d534c4e53abbcb5546d7a4d68 -size 2633441 +oid sha256:590eecbb7c94abfe174e519a8dacabc12a32e61429f854fbdd52ffe29e4252cb +size 2631932 diff --git a/lib/search/indexes/github-docs-3.1-ja-records.json.br b/lib/search/indexes/github-docs-3.1-ja-records.json.br index 25b57e5438..704eb81114 100644 --- a/lib/search/indexes/github-docs-3.1-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.1-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57515aa0f1ff438fadfd7b33520d212ef3074693e92a559604b618a2eb85da74 -size 695233 +oid sha256:237a4c658a168ac0b79de694ebc884850bfe486721df911281738c9dcee717f7 +size 694916 diff --git a/lib/search/indexes/github-docs-3.1-ja.json.br b/lib/search/indexes/github-docs-3.1-ja.json.br index 7ee6547e84..105be6ee98 100644 --- a/lib/search/indexes/github-docs-3.1-ja.json.br +++ b/lib/search/indexes/github-docs-3.1-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fba467ef0a1076584004ba14d34f8a6997530a0de390eafc958671317713025d -size 3683102 +oid sha256:7ce00bb00f8edbe0873abbdf55bf482d06259fb06aba3e76f056f46fc49f4d9d +size 3683350 diff --git a/lib/search/indexes/github-docs-3.1-pt-records.json.br b/lib/search/indexes/github-docs-3.1-pt-records.json.br index 3acc6f9f40..9c2641d97c 100644 --- a/lib/search/indexes/github-docs-3.1-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.1-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9724f77f4234f2f3a79231abff00ffd6a762c137671c6ff4d92fa92f745a5962 -size 617882 +oid sha256:dd32d2113125f19ce57f76119eba75424ae59b883b81c3e64fc6a0ccd9f7592e +size 617147 diff --git a/lib/search/indexes/github-docs-3.1-pt.json.br b/lib/search/indexes/github-docs-3.1-pt.json.br index d0d2654fb3..cb2c46779f 100644 --- a/lib/search/indexes/github-docs-3.1-pt.json.br +++ b/lib/search/indexes/github-docs-3.1-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb218704a5c46dcc26198788f65b80a0820ac133f93771e2483c21c236f8c7d7 -size 2523230 +oid sha256:272bece0bb5ab7a3ebd0b6eac0e60a57995323fbcb877691b037c4d86d949847 +size 2521847 diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br index 734d736fe5..ef79c73e24 100644 --- a/lib/search/indexes/github-docs-3.2-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16d3cfa8746be245a6292c5d274ef8a41d2514015a07ea17fb8a028adda94b6f -size 691985 +oid sha256:787da4e721f810af6929a196c763861a3d6023d32f899372f4cde3282346449d +size 691238 diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br index f501ff665e..c18556421f 100644 --- a/lib/search/indexes/github-docs-3.2-cn.json.br +++ b/lib/search/indexes/github-docs-3.2-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c79a41b3ec77167d83f22c20ec96d0975a659bcc732cf6e57e2e94f349fb2827 -size 1447036 +oid sha256:43305fb1e787096716af251db80f5d4f293d629c9010ae3a2c80bea4b5fa4a3a +size 1446394 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index 80a199634d..4528775ed8 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5f54dbd10e8832719f6412c4b8e9fd11f91e2a77dc5b9363bd582276ec3d914 -size 1036383 +oid sha256:dbef55191be011c2a037d6bb75ec87bb1e162edb09c6405454a2e8e4a5bbe969 +size 1038418 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index b066803acd..8679d5d453 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b55cf6e633ec73088c0e4f359f949092584c60245c1bf8e7b9fd305a9f0580b4 -size 4212059 +oid sha256:8db1e57b064f72dcb88c1153b161101cb184618df95f90f94c9a6627a6be7744 +size 4212461 diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br index 86cf527e86..429e4e14b2 100644 --- a/lib/search/indexes/github-docs-3.2-es-records.json.br +++ b/lib/search/indexes/github-docs-3.2-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39dc42196df1f9c236ccde98bd3456180d2b4349eb101b469282e4e00728d7a1 -size 642037 +oid sha256:a1a215e9d3d05efa655b7eac3f243db3125274e9812d710db1fd6fa54b536f78 +size 641476 diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br index 52e3a07da2..91aca36aed 100644 --- a/lib/search/indexes/github-docs-3.2-es.json.br +++ b/lib/search/indexes/github-docs-3.2-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86b91aad8ab5f0441b5864c4c0465c6996bbd5d9750380e56e061dd44efbe74c -size 2696766 +oid sha256:fb12f8a7f8934b73d77f5ec0095152d27bd20c0979bbb94b7047a431b653c073 +size 2694658 diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br index 0091e6d78e..463d944180 100644 --- a/lib/search/indexes/github-docs-3.2-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e8fbe2d30b9986ad94b1ba892036fef755156325a15f7b80b5677e43962c215 -size 708698 +oid sha256:40e0909b6351c012efc4c9c6e43c7668d79725fce3807f3619f0283d3b9064b0 +size 708297 diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br index fa0b3c7b46..cc553f76de 100644 --- a/lib/search/indexes/github-docs-3.2-ja.json.br +++ b/lib/search/indexes/github-docs-3.2-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42a06e2816b6a37c044bd8fdb107d8d826815218cc64a6c2dfc829f2c3c482b0 -size 3763257 +oid sha256:05e470b94437777a4c84cf56c1fe9cd81a2b0085b46be9dbb45901fe14d2e946 +size 3763850 diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br index c503ea248c..b152f0120a 100644 --- a/lib/search/indexes/github-docs-3.2-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ffa04c01e2869db0a6c2ba991f1c7ad4eec8cbaa95548554042b2ffe216b10 -size 632108 +oid sha256:e77b826c95d338c29d2429a21bcf569dce6c6c5dae55926c2b10c370f9039f1a +size 632259 diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br index 94d8902f32..f86708dc4f 100644 --- a/lib/search/indexes/github-docs-3.2-pt.json.br +++ b/lib/search/indexes/github-docs-3.2-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16c1aa6dc717f7bb69e8c9fd99fdabe9cabe822867071d1176c89fa1d5e0dbe9 -size 2579825 +oid sha256:5e66990582a40844194bc6ef79d521a7ab5d453e5dc6f0740954ab659a0bb842 +size 2577669 diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br index ea710dc82a..4287c1568e 100644 --- a/lib/search/indexes/github-docs-3.3-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b33cf3796497d9c8a3c22655111e7fdbec75f5a38a1668d1fb7597ee0622ba18 -size 713677 +oid sha256:80a6825963665ae5d792f97afa0263486cc8eb1c0da8307879fa3d9f6c5ca191 +size 713197 diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br index 055b002660..b2a53326fa 100644 --- a/lib/search/indexes/github-docs-3.3-cn.json.br +++ b/lib/search/indexes/github-docs-3.3-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c1166dbdcddf298039cff6603d65bdc3105cff2f651146a5e64d97be17eb3d2 -size 1506174 +oid sha256:fa282160fe03d4da609e14e698988801d4a0334407251b4ddb39b2782cbae558 +size 1505895 diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br index 408d4f9826..1cbc244847 100644 --- a/lib/search/indexes/github-docs-3.3-en-records.json.br +++ b/lib/search/indexes/github-docs-3.3-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79a23dc3d1c1f6953baaab4ad63b167b6b85f75b15dd99a8ae39cbc69d221c5b -size 1074301 +oid sha256:30ce8c333f26c97bbfe7626635bc3773f79520d734c03bd73b1f25f74dee64df +size 1075038 diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br index 387261a7bf..323b63552f 100644 --- a/lib/search/indexes/github-docs-3.3-en.json.br +++ b/lib/search/indexes/github-docs-3.3-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6319a86cce6e8d87c0bda593b1d128310798a4936979910c371141e77236021e -size 4314875 +oid sha256:b57505ba40beda156a28b1e9031ad233cab7e37fab10bca8571a9f3c33784571 +size 4316747 diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br index 42f593cd06..03cda22a94 100644 --- a/lib/search/indexes/github-docs-3.3-es-records.json.br +++ b/lib/search/indexes/github-docs-3.3-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2db4db8f7197d6882ad1114813d4796cef3e4b386fa3e9220867319c9e337873 -size 661586 +oid sha256:a6000d61004b86dd9cf1730596165409751357663973c8dc6d857b3fd33a91bb +size 661524 diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br index 2d445bb8b3..01e353b9c5 100644 --- a/lib/search/indexes/github-docs-3.3-es.json.br +++ b/lib/search/indexes/github-docs-3.3-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:695b79b51fa10bd91484f9b672c5dacc12631e6e83b0be69c678c3fd12bb7963 -size 2798814 +oid sha256:03e167efa6ccd5c9bff3a7ab4c8e86a4457e02547f427c703be6a1f0ea193402 +size 2801247 diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br index 2d53fd01ab..af6152067d 100644 --- a/lib/search/indexes/github-docs-3.3-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e00b2eab8ac8db74c2a04716f463a104d6a8b27487ec35d312102e28189fc77 -size 731902 +oid sha256:b250cd25e1ed0d4a84e8294a0299438a80b9635eb595b61f3a5b4892018ec12b +size 732165 diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br index 425c36950d..6ece716870 100644 --- a/lib/search/indexes/github-docs-3.3-ja.json.br +++ b/lib/search/indexes/github-docs-3.3-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c3746e61ac6d8057a2819c6f7bb9695c370369b7da2c672527af5966bb9bb6b -size 3890632 +oid sha256:a89da8634bdb8dadbdfab35bcf793a29e68e72173d70f3e2039ce8847cc4be89 +size 3889582 diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br index 4fad1d2170..d39586a2f7 100644 --- a/lib/search/indexes/github-docs-3.3-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1305524c1c636173d2026e581053fc87a0d46283a1dd17da893794cee13d052 -size 651160 +oid sha256:2e772826ff2b97a61ddf1264d56abe9e80bd29a562cc7333c7aad23e6245aa87 +size 650657 diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br index 42fd4049bd..f5d8b2a095 100644 --- a/lib/search/indexes/github-docs-3.3-pt.json.br +++ b/lib/search/indexes/github-docs-3.3-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42fbace22b93a48e119721d9509f99486e43f7de238ad3a60a56a5c1211f4a02 -size 2660545 +oid sha256:8badb9069adb9f56af51d0d582b7c4642f435bbe4ebeb2f6da93c6374be1036a +size 2662258 diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br index 23d21c86f1..15882df2ba 100644 --- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b75ba641559032080558a09b3644c85c428aec9f8820f7ab156219c24b2aacf -size 913152 +oid sha256:67f07b0ade5e37213e83d11b45addef9c5d3cd50ae6882e69ee1e774dce76e3d +size 914919 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 8a50742966..8837ff8193 100644 --- a/lib/search/indexes/github-docs-dotcom-cn.json.br +++ b/lib/search/indexes/github-docs-dotcom-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76b807d58db7d1d51303a6b27b369569c52c6fad1083bdda75e0ffb6d6ae5ab1 -size 1680846 +oid sha256:1d3e94d508aff8fe72922b868e638cfa0d5289ec7dc366a8c3efe50cfa38bbfb +size 1683527 diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br index c4fa398711..1f58bea6f9 100644 --- a/lib/search/indexes/github-docs-dotcom-en-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f2f3786c8ac031caa4b353ae39036bca9d57c54841f8be78ccd6d30c3ab0524 -size 1367618 +oid sha256:74f55efd292c731e68cb7f7dae40203c4f5e52861483598fc786573a8451b4ea +size 1362790 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index e6039dfead..042fa15718 100644 --- a/lib/search/indexes/github-docs-dotcom-en.json.br +++ b/lib/search/indexes/github-docs-dotcom-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9da725ccd0bd21b623a649a5e6a678d7a5dfad36c283e3898e7d9c235644a7ee -size 5203461 +oid sha256:faf828ad2bb065311da9adca1f80bf493d90c03e842c590497580aa293f05f04 +size 5202322 diff --git a/lib/search/indexes/github-docs-dotcom-es-records.json.br b/lib/search/indexes/github-docs-dotcom-es-records.json.br index b455046fe7..7231459498 100644 --- a/lib/search/indexes/github-docs-dotcom-es-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34dc088ba84a37616ebf515876dec42f568c4a7a8c9f26a1ddf66e94880ba24f -size 830102 +oid sha256:2a6561dac1b713953113eea733d38580a3487fdc2b7cc00abeabfb189423f618 +size 830919 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index a20a3b047e..eb63d9a5a1 100644 --- a/lib/search/indexes/github-docs-dotcom-es.json.br +++ b/lib/search/indexes/github-docs-dotcom-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8508c5f707a00a48775074872aefcf1fc9589b51b061936eea5b93b2004abcd4 -size 3349764 +oid sha256:3073e69ba8e29d7cb758451e75ecf7113ba89090821b0275760b7fcfb78b4cdf +size 3349884 diff --git a/lib/search/indexes/github-docs-dotcom-ja-records.json.br b/lib/search/indexes/github-docs-dotcom-ja-records.json.br index 3a809e96e0..c9dcb1248f 100644 --- a/lib/search/indexes/github-docs-dotcom-ja-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b9c2c10320604b26b7fb6e9b3062cc9324b20b579937abeab7feaeefe395530 -size 933624 +oid sha256:243919d4878ce99b96bf8fce9b104147cf35cb7b5ecdfe8b5e165b76f387fc26 +size 932985 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index a2a7a0d97e..5e92c06285 100644 --- a/lib/search/indexes/github-docs-dotcom-ja.json.br +++ b/lib/search/indexes/github-docs-dotcom-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:640d29cff6e3422faa820368eab73637fefa6cf827db29f707f446b0affbc554 -size 4750756 +oid sha256:14421b2e450e2788a4aec37dc5f670fcabfebc122b8ae649d0bd1a987d5d53c6 +size 4748743 diff --git a/lib/search/indexes/github-docs-dotcom-pt-records.json.br b/lib/search/indexes/github-docs-dotcom-pt-records.json.br index 14e674bb29..11863b356a 100644 --- a/lib/search/indexes/github-docs-dotcom-pt-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de6a42739a3a28f3578105c7a1cb5ad27e636a576bc081fe200d0e63b267aa14 -size 819973 +oid sha256:b07617433aed31eea6c255f64302b443a68c63305a03e02e5909774cc8b16f0c +size 819938 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index ead84dbbbb..30b4d74657 100644 --- a/lib/search/indexes/github-docs-dotcom-pt.json.br +++ b/lib/search/indexes/github-docs-dotcom-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d10c0ee5d1902f2a983b24352b88e908e228681394bcf77d26092fec123c9a5 -size 3196619 +oid sha256:b719594e541463ceb6df043919bce4a60d87747c95e3ce2b4006046c9957fc29 +size 3198754 diff --git a/lib/search/indexes/github-docs-ghae-cn-records.json.br b/lib/search/indexes/github-docs-ghae-cn-records.json.br index 27a1ec5541..e6b233b845 100644 --- a/lib/search/indexes/github-docs-ghae-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghae-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55e1667369d2218c6e83255d77cdd5e81a06b53afd053d9cbffa4b6a8f51612 -size 559250 +oid sha256:3f9b98471b53199593d0955217e817b4a7530276501fdbc82825e817040bef18 +size 559257 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 8efe40197d..80c9822839 100644 --- a/lib/search/indexes/github-docs-ghae-cn.json.br +++ b/lib/search/indexes/github-docs-ghae-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bd6c4809f0891ba20375fd5e887837643abc3801b5614c9c0d59b3bb969e97e -size 1127732 +oid sha256:ad362f489c7c5cb526ed6bd6c28d427e9f25f7c7b8d53df593ad7d6e5c98afdf +size 1129041 diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br index bade90d48c..0de02b9cf2 100644 --- a/lib/search/indexes/github-docs-ghae-en-records.json.br +++ b/lib/search/indexes/github-docs-ghae-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28cf15061519bd2c5bed3d365b573fa7a74e036090f94b1ed57d739f5aa10f15 -size 857824 +oid sha256:7edb5c9192a808a101ab0af934d6d87ea2b2c2b56e5eff173d94901f4839d872 +size 858195 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 979721ec01..3cd34e2284 100644 --- a/lib/search/indexes/github-docs-ghae-en.json.br +++ b/lib/search/indexes/github-docs-ghae-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:592645edfab9dcfeefff6aa4a912d62be7f170e52e2c35dc28308fcf5e2894e7 -size 3434816 +oid sha256:5854e500a30c4bfc344583bdb4a3ab3cf9f0d79c0fd1e173611829de65a3eddf +size 3436134 diff --git a/lib/search/indexes/github-docs-ghae-es-records.json.br b/lib/search/indexes/github-docs-ghae-es-records.json.br index 6b44520eb2..e98d09786b 100644 --- a/lib/search/indexes/github-docs-ghae-es-records.json.br +++ b/lib/search/indexes/github-docs-ghae-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64ea81d51ea3808fb750e4c9ea259496ae604442d38342f7c16654e5c7d98509 -size 520252 +oid sha256:f6b5c0a5830f7f5ed0ef073470e6258e20fbd073dac5ab03f7113fda5483cd92 +size 520431 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 0bcf649bf3..aade56e254 100644 --- a/lib/search/indexes/github-docs-ghae-es.json.br +++ b/lib/search/indexes/github-docs-ghae-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90b0978be4c54e27dc422347ae881b86d222c09fec47ecb47fdf1901acb6bca5 -size 2116454 +oid sha256:56e54ea073df4743b6061e0a11f7b3a2175b6d334a5cb0fd4694aa62e8ce7476 +size 2117511 diff --git a/lib/search/indexes/github-docs-ghae-ja-records.json.br b/lib/search/indexes/github-docs-ghae-ja-records.json.br index 6bde586688..fec70a18a9 100644 --- a/lib/search/indexes/github-docs-ghae-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghae-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49911e83e7d8329984e2b54c03932f24ec940d26d0e986a0f73177eb800623c8 -size 572198 +oid sha256:dae2f029ef0ab4d66d9c9a53d991ce0abf8b27dc583c940c1647d76743bae15b +size 571974 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index ea72af4382..1c9c4e09a5 100644 --- a/lib/search/indexes/github-docs-ghae-ja.json.br +++ b/lib/search/indexes/github-docs-ghae-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19f2d5b281ca58fc91efa2cca28aeb076718c3d4f29fd0e4b1a6be919f4e35c8 -size 2933466 +oid sha256:b71b22c0f076dd3df438a1af24138683d5c295a79c037534558041f27bc04310 +size 2933615 diff --git a/lib/search/indexes/github-docs-ghae-pt-records.json.br b/lib/search/indexes/github-docs-ghae-pt-records.json.br index 72af36aa22..47c9b32005 100644 --- a/lib/search/indexes/github-docs-ghae-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghae-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42380f60cf3b6797e1195fc89105d6f36b18f073b1eb7f949fa323519891146b -size 512765 +oid sha256:560e8675176096dbcd16f55579576e901d316f8114da1ee56d3dfeebead7d29f +size 512374 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index dbdf6e70f0..b7d7d30d15 100644 --- a/lib/search/indexes/github-docs-ghae-pt.json.br +++ b/lib/search/indexes/github-docs-ghae-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7b591c6ed11136005f9a639844492558f71a751a05fb73f3369d822aafc4151 -size 2010362 +oid sha256:30c89d816f15bfc0003a0623de55842bde987e8697af6f8eb252a1e9e65114b4 +size 2010074 diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br index 80ab42018e..49d45cdefe 100644 --- a/lib/search/indexes/github-docs-ghec-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f37855f30539828dd286e9442b987c56545dd1204b360d07013dba6f68abf2a8 -size 839688 +oid sha256:3136a8e6e92eb0f51c09a81371246b7aec67b36bb56dc348d4959aa49068303c +size 840619 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index 25d558706c..cb47ae6f20 100644 --- a/lib/search/indexes/github-docs-ghec-cn.json.br +++ b/lib/search/indexes/github-docs-ghec-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fac60a034b7b0deaba4611a9589ac32f2ed8f6b25bf1fd3b7df1459d2ce16e0 -size 1749798 +oid sha256:4eb2c326cf1b317e6c627bb0192370f10b207b8265bc1f09c09381531732028b +size 1749583 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index 1b152b7f0d..9d3c1442a5 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3498ec0dccf93d47be9b21ed76a4785c3188bfe65cf134499ae58d19a6237342 -size 1241691 +oid sha256:5eb7282ac20e79ff259e2858280b59712245e811a7aa445796086f8080e3db13 +size 1241674 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index fb80a80a9b..573ab38f37 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d73cebd374808fa442ce45622f770435283d747c824db9a187bb1a9a51cb2cf3 -size 4987816 +oid sha256:bc09117a0a29be06f11d856281e53beaddbfce02e7c8b69dd1dca9a300b21e46 +size 4987989 diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br index 047ce3604f..fd0e3a5181 100644 --- a/lib/search/indexes/github-docs-ghec-es-records.json.br +++ b/lib/search/indexes/github-docs-ghec-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f6105c620153353c0253e8a725383b5948758c203433bd420c2c5da06632981 -size 789345 +oid sha256:57b4bdfa8c990170a0ceb362b2fea31e90f2b78cfca90556846b662dc028f4fd +size 788055 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index d94abd3840..22db61fb6c 100644 --- a/lib/search/indexes/github-docs-ghec-es.json.br +++ b/lib/search/indexes/github-docs-ghec-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:360fdd9ff50b7b4242d952f605d66771514c1ec647423223ce5c7a7940a3bae1 -size 3339325 +oid sha256:0e0840f87ed433647addf98dc01e7aad55586636246f00916d6e17b5d672b6eb +size 3336715 diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br index 48c802319b..664308548c 100644 --- a/lib/search/indexes/github-docs-ghec-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:241aa33d5af33f23d0be28357d7564e5a834475f0f3c0568f9c280a97a8c1e80 -size 863300 +oid sha256:6aa69a43666d0a58196959d5f191112f2a3b41f150e90184fcdfdbdd2a704f30 +size 862867 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 6acb76b2f1..501ba7d4d2 100644 --- a/lib/search/indexes/github-docs-ghec-ja.json.br +++ b/lib/search/indexes/github-docs-ghec-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0c78618d941d967504c8fe7d4c181c276e357a88dbfb61b64924e9cbf8ba5d0 -size 4618690 +oid sha256:622b84575fd9e836ab3b65387032d4de6cb5bfc32f692be1058acb116bf7769a +size 4618887 diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br index 59d8730d4e..c60edb81a8 100644 --- a/lib/search/indexes/github-docs-ghec-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:548ca74f31eba606ca47b7d6d20b1206096c553bceab3d1984959f18c137a371 -size 778271 +oid sha256:5f5cd56d5ab40ac5526ad30e1c5b7d668dbabb446037e2ad2c848ccf7d800a42 +size 778329 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index b9065799ea..218d012ef8 100644 --- a/lib/search/indexes/github-docs-ghec-pt.json.br +++ b/lib/search/indexes/github-docs-ghec-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59a68dc54d7b56424424cb9cbaaa64bc4fae2aeb167bec92ec199335ec6e81b3 -size 3177626 +oid sha256:0301b990a1c01e7f59395854603742408e3dd76104efbadb1e9acdf865d1fe73 +size 3178706 From 84603d3a292b44f0337eb59dbf3e7d391dd4790c Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Thu, 10 Feb 2022 04:47:48 -0600 Subject: [PATCH 22/22] Update OpenAPI Descriptions (#25217) --- lib/rest/static/decorated/api.github.com.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-3.3.json | 4 ++-- .../dereferenced/api.github.com.deref.json | 8 ++++---- lib/rest/static/dereferenced/ghes-3.3.deref.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 4d06ffca3a..5bb9d52c97 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -19557,7 +19557,7 @@ }, { "name": "state", - "description": "Set to `open`, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", + "description": "Set to `open`, `closed, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", "in": "query", "required": false, "schema": { @@ -19570,7 +19570,7 @@ "fixed" ] }, - "descriptionHTML": "

Set to open, fixed, or dismissed to list code scanning alerts in a specific state.

" + "descriptionHTML": "

Set to open, closed, fixed, or dismissed` to list code scanning alerts in a specific state.

" }, { "name": "sort", @@ -19601,7 +19601,7 @@ } ], "summary": "List code scanning alerts for an organization", - "description": "Lists all code scanning alerts for the default branch (usually `main`\nor `master`) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `code_scanning_alerts` read permission to use this endpoint.", + "description": "Lists all code scanning alerts for the default branch (usually `main`\nor `master`) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `security_events` read permission to use this endpoint.", "tags": [ "code-scanning" ], @@ -19621,7 +19621,7 @@ "categoryLabel": "Code scanning", "notes": [], "bodyParameters": [], - "descriptionHTML": "

Lists all code scanning alerts for the default branch (usually main\nor master) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the code_scanning_alerts read permission to use this endpoint.

", + "descriptionHTML": "

Lists all code scanning alerts for the default branch (usually main\nor master) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the security_events read permission to use this endpoint.

", "responses": [ { "httpStatusCode": "200", @@ -27287,7 +27287,7 @@ } ], "summary": "List secret scanning alerts for an organization", - "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", + "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", "tags": [ "secret-scanning" ], @@ -27307,7 +27307,7 @@ "categoryLabel": "Secret scanning", "notes": [], "bodyParameters": [], - "descriptionHTML": "

Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the secret_scanning_alerts read permission to use this endpoint.

", + "descriptionHTML": "

Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the secret_scanning_alerts read permission to use this endpoint.

", "responses": [ { "httpStatusCode": "200", @@ -51916,7 +51916,7 @@ }, { "name": "state", - "description": "Set to `open`, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", + "description": "Set to `open`, `closed, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", "in": "query", "required": false, "schema": { @@ -51929,7 +51929,7 @@ "fixed" ] }, - "descriptionHTML": "

Set to open, fixed, or dismissed to list code scanning alerts in a specific state.

" + "descriptionHTML": "

Set to open, closed, fixed, or dismissed` to list code scanning alerts in a specific state.

" } ], "x-codeSamples": [ diff --git a/lib/rest/static/decorated/ghes-3.3.json b/lib/rest/static/decorated/ghes-3.3.json index b62f1214ac..2850e497a6 100644 --- a/lib/rest/static/decorated/ghes-3.3.json +++ b/lib/rest/static/decorated/ghes-3.3.json @@ -25883,7 +25883,7 @@ } ], "summary": "List secret scanning alerts for an organization", - "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", + "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", "tags": [ "secret-scanning" ], @@ -25903,7 +25903,7 @@ "categoryLabel": "Secret scanning", "notes": [], "bodyParameters": [], - "descriptionHTML": "

Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the secret_scanning_alerts read permission to use this endpoint.

", + "descriptionHTML": "

Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the repo scope or security_events scope.

\n

GitHub Apps must have the secret_scanning_alerts read permission to use this endpoint.

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index e16b22260e..e950d898cb 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -67410,7 +67410,7 @@ "/orgs/{org}/code-scanning/alerts": { "get": { "summary": "List code scanning alerts for an organization", - "description": "Lists all code scanning alerts for the default branch (usually `main`\nor `master`) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `code_scanning_alerts` read permission to use this endpoint.", + "description": "Lists all code scanning alerts for the default branch (usually `main`\nor `master`) for all eligible repositories in an organization.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `security_events` read permission to use this endpoint.", "tags": [ "code-scanning" ], @@ -67480,7 +67480,7 @@ }, { "name": "state", - "description": "Set to `open`, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", + "description": "Set to `open`, `closed, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", "in": "query", "required": false, "schema": { @@ -102979,7 +102979,7 @@ "/orgs/{org}/secret-scanning/alerts": { "get": { "summary": "List secret scanning alerts for an organization", - "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", + "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", "tags": [ "secret-scanning" ], @@ -191528,7 +191528,7 @@ }, { "name": "state", - "description": "Set to `open`, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", + "description": "Set to `open`, `closed, `fixed`, or `dismissed` to list code scanning alerts in a specific state.", "in": "query", "required": false, "schema": { diff --git a/lib/rest/static/dereferenced/ghes-3.3.deref.json b/lib/rest/static/dereferenced/ghes-3.3.deref.json index 6ebd91fe71..95cac3ec52 100644 --- a/lib/rest/static/dereferenced/ghes-3.3.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.3.deref.json @@ -84228,7 +84228,7 @@ "/orgs/{org}/secret-scanning/alerts": { "get": { "summary": "List secret scanning alerts for an organization", - "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", + "description": "Lists secret scanning alerts for eligible repositories in an organization, from newest to oldest.\nTo use this endpoint, you must be an administrator or security manager for the organization, and you must use an access token with the `repo` scope or `security_events` scope.\n\nGitHub Apps must have the `secret_scanning_alerts` read permission to use this endpoint.", "tags": [ "secret-scanning" ],