From a43b381f448ebabd1390736ffc637185e7a35ff8 Mon Sep 17 00:00:00 2001 From: docubot <67483024+docubot@users.noreply.github.com> Date: Wed, 7 Dec 2022 08:52:28 -0800 Subject: [PATCH 1/3] New translation batch for ja (#33315) --- .../creating-actions/about-custom-actions.md | 10 +- .../creating-a-javascript-action.md | 7 + ...g-server-statistics-for-your-enterprise.md | 32 +- .../enabling-subdomain-isolation.md | 45 +- ...bling-github-actions-with-minio-storage.md | 45 +- ...for-your-idps-conditional-access-policy.md | 33 +- ...github-packages-with-azure-blob-storage.md | 42 +- ...-management-policies-in-your-enterprise.md | 4 +- .../about-billing-for-github-actions.md | 99 ++-- ...ately-reported-security-vulnerabilities.md | 47 +- ...tely-reporting-a-security-vulnerability.md | 57 +-- ...creating-a-repository-security-advisory.md | 46 +- .../creating-a-codespace-for-a-repository.md | 105 +++-- .../creating-a-codespace-from-a-template.md | 85 ++-- .../about-github-codespaces-prebuilds.md | 8 +- .../configuring-prebuilds.md | 107 +++-- .../adding-a-codespaces-badge.md | 49 +- .../troubleshooting-prebuilds.md | 91 ++-- ...reating-a-default-community-health-file.md | 61 +-- ...ll-request-template-for-your-repository.md | 61 +-- .../getting-started-with-apps/about-apps.md | 102 ++-- .../index.md | 2 + .../managing-discussions.md | 208 ++++----- .../create-a-group-assignment.md | 124 ++--- .../create-an-individual-assignment.md | 100 ++-- .../getting-started-with-github-ae.md | 87 ++-- ...g-started-with-github-enterprise-server.md | 134 +++--- .../migrating-from-projects-classic.md | 70 ++- .../ja-JP/content/packages/quickstart.md | 69 +-- .../creating-a-repository-from-a-template.md | 53 +-- .../automatically-generated-release-notes.md | 122 +++-- ...anding-connections-between-repositories.md | 57 +-- .../using-files/viewing-a-file.md | 66 +-- .../ja-JP/content/rest/overview/libraries.md | 10 +- .../viewing-and-updating-support-tickets.md | 64 +-- .../about-github-support.md | 4 + .../release-notes/enterprise-server/3-5/4.yml | 3 +- .../release-notes/enterprise-server/3-5/5.yml | 47 +- .../release-notes/enterprise-server/3-6/1.yml | 61 +-- .../reusable-workflows-enterprise-beta.md | 17 + .../dormant-user-activity.md | 5 + translations/ja-JP/data/ui.yml | 2 +- translations/log/msft-ja-resets.csv | 434 +++++++++--------- 43 files changed, 1482 insertions(+), 1393 deletions(-) create mode 100644 translations/ja-JP/data/reusables/actions/reusable-workflows-enterprise-beta.md diff --git a/translations/ja-JP/content/actions/creating-actions/about-custom-actions.md b/translations/ja-JP/content/actions/creating-actions/about-custom-actions.md index 312fbe6f893b..13fc4f07b3d5 100644 --- a/translations/ja-JP/content/actions/creating-actions/about-custom-actions.md +++ b/translations/ja-JP/content/actions/creating-actions/about-custom-actions.md @@ -16,12 +16,12 @@ type: overview topics: - Action development - Fundamentals -ms.openlocfilehash: ac933a5014750f75373fafa7f8dd52333b79a469 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 1e81bea551ceff1980b0bbe96202f60db0d0e7f2 +ms.sourcegitcommit: 9af8891fea10039b3374c76818634e05410e349d ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147154574' +ms.lasthandoff: 12/06/2022 +ms.locfileid: '148191951' --- {% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} @@ -35,7 +35,7 @@ ms.locfileid: '147154574' ## アクションの種類 -DockerコンテナのアクションとJavaScriptのアクションをビルドできます。 アクションには、アクションの入力、出力、およびメインのエントリポイントを定義するメタデータファイルが必要です。 メタデータ ファイル名は、`action.yml` または `action.yaml` である必要があります。 詳細については、「[{% data variables.product.prodname_actions %} のメタデータ構文](/articles/metadata-syntax-for-github-actions)」を参照してください。 +Docker コンテナーと JavaScript のアクション、および複合アクションを構築できます。 アクションには、アクションの入力、出力、およびメインのエントリポイントを定義するメタデータファイルが必要です。 メタデータ ファイル名は、`action.yml` または `action.yaml` である必要があります。 詳細については、「[{% data variables.product.prodname_actions %} のメタデータ構文](/articles/metadata-syntax-for-github-actions)」を参照してください。 | 種類 | オペレーティング システム | | ---- | ------------------- | diff --git a/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md b/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md index 5a1ea071a992..8dcb762313e2 100644 --- a/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md +++ b/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md @@ -271,3 +271,10 @@ jobs: From your repository, click the **Actions** tab, and select the latest workflow run. Under **Jobs** or in the visualization graph, click **A job to say hello**. You should see "Hello Mona the Octocat" or the name you used for the `who-to-greet` input and the timestamp printed in the log.  + +## Template repositories for creating JavaScript actions + +{% data variables.product.prodname_dotcom %} provides template repositories for creating JavaScript and TypeScript actions. You can use these templates to quickly get started with creating a new action that includes tests, linting, and other recommended practices. + +* [`javascript-action` template repository](https://github.com/actions/javascript-action) +* [`typescript-action` template repository](https://github.com/actions/typescript-action) diff --git a/translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise.md b/translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise.md index c4156846caff..298cfe38e030 100644 --- a/translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise.md +++ b/translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise.md @@ -1,6 +1,6 @@ --- -title: Enabling Server Statistics for your enterprise -intro: 'You can analyze your own aggregate data from {% data variables.product.prodname_ghe_server %} and help us improve {% data variables.product.company_short %} products by enabling {% data variables.product.prodname_server_statistics %}.' +title: 自社でサーバー統計を有効にする +intro: '{% data variables.product.prodname_server_statistics %} を有効にすることで、{% data variables.product.prodname_ghe_server %} からの独自の集計データを分析し、{% data variables.product.company_short %} 製品の改善に役立てることができます。' versions: feature: server-statistics redirect_from: @@ -8,23 +8,27 @@ redirect_from: topics: - Enterprise shortTitle: Server Statistics +ms.openlocfilehash: 125651de793a45240008de34845762e6de637040 +ms.sourcegitcommit: 9af8891fea10039b3374c76818634e05410e349d +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/06/2022 +ms.locfileid: '148191871' --- +## {% data variables.product.prodname_server_statistics %}について -## About {% data variables.product.prodname_server_statistics %} +{% data variables.product.prodname_server_statistics %} は、{% data variables.location.product_location %} から集計された使用状況データを収集します。これを使うと、組織のニーズをより適切に予測し、チームの作業を把握し、{% data variables.product.prodname_ghe_server %} から得られる価値を確認できます。 -{% data variables.product.prodname_server_statistics %} collects aggregate usage data from {% data variables.location.product_location %}, which you can use to better anticipate the needs of your organization, understand how your team works, and show the value you get from {% data variables.product.prodname_ghe_server %}. +{% data variables.product.prodname_server_statistics %} によって収集されるのは、リポジトリ、イシュー、pull request、およびその他の機能に関する特定の集計メトリックのみです。 {% data variables.product.prodname_dotcom %} のコンテンツは収集されません (コード、イシュー、コメント、pull request のコンテンツなど)。 詳しい情報については、「[{% data variables.product.prodname_server_statistics %}について](/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics)」を参照してください。 -{% data variables.product.prodname_server_statistics %} only collects certain aggregate metrics on repositories, issues, pull requests, and other features. {% data variables.product.prodname_dotcom %} content, such as code, issues, comments, or pull request content, is not collected. For more information, see "[About {% data variables.product.prodname_server_statistics %}](/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics)." +{% data variables.product.prodname_server_statistics %}を有効にすると、{% data variables.product.company_short %}の改善にも役立ちます。 お客様から提供された集計データは、お客様が {% data variables.product.prodname_dotcom %} をどのように使っているかを把握し、より適切な情報に基づいた製品の意思決定を行う助けとなり、最終的にはお客様の利益になります。 -By enabling {% data variables.product.prodname_server_statistics %}, you are also helping to improve {% data variables.product.company_short %}. The aggregated data you will provide helps us understand how our customers are using {% data variables.product.prodname_dotcom %}, and make better and more informed product decisions, ultimately benefiting you. +## {% data variables.product.prodname_server_statistics %}の有効化 -## Enabling {% data variables.product.prodname_server_statistics %} +{% data variables.product.prodname_server_statistics %}を有効にする前に、まず {% data variables.product.prodname_ghe_server %} インスタンスを {% data variables.product.prodname_github_connect %} を使って {% data variables.product.prodname_dotcom_the_website %} に接続する必要があります。 詳細については、「[{% data variables.product.prodname_ghe_cloud %} への {% data variables.product.prodname_ghe_server %} の接続](/enterprise-server@3.1/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud)」を参照してください。 -Before you can enable {% data variables.product.prodname_server_statistics %}, you must first connect your {% data variables.product.prodname_ghe_server %} instance to {% data variables.product.prodname_dotcom_the_website %} through {% data variables.product.prodname_github_connect %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise-server@3.1/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud/connecting-github-enterprise-server-to-github-enterprise-cloud)." +{% data variables.product.prodname_server_statistics %} は {% data variables.product.prodname_ghe_server %} からいつでも無効にできます。 -You can disable {% data variables.product.prodname_server_statistics %} from {% data variables.product.prodname_ghe_server %} at any time. - -{% data reusables.enterprise-accounts.access-enterprise %} -{% data reusables.enterprise-accounts.github-connect-tab %} -4. Under "Share server statistics with GitHub.com", select the dropdown menu and click **Enabled** or **Disabled**. -  +{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.github-connect-tab %} +4. [GitHub.com でサーバー統計を共有する] でドロップダウン メニューを選び、 **[有効]** または **[無効]** をクリックします。 +  diff --git a/translations/ja-JP/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md b/translations/ja-JP/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md index 98a84270fb8f..1e67bc7da9b1 100644 --- a/translations/ja-JP/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md +++ b/translations/ja-JP/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md @@ -23,29 +23,36 @@ Subdomain isolation mitigates cross-site scripting and other related vulnerabili When subdomain isolation is enabled, {% data variables.product.prodname_ghe_server %} replaces several paths with subdomains. After enabling subdomain isolation, attempts to access the previous paths for some user-supplied content, such as `http(s)://HOSTNAME/raw/`, may return `404` errors. +{% data reusables.enterprise_site_admin_settings.3-7-new-subdomains %} + | Path without subdomain isolation | Path with subdomain isolation | | --- | --- | -| `http(s)://HOSTNAME/assets/` | `http(s)://assets.HOSTNAME/` | -| `http(s)://HOSTNAME/avatars/` | `http(s)://avatars.HOSTNAME/` | -| `http(s)://HOSTNAME/codeload/` | `http(s)://codeload.HOSTNAME/` | -| `http(s)://HOSTNAME/gist/` | `http(s)://gist.HOSTNAME/` | -| `http(s)://HOSTNAME/media/` | `http(s)://media.HOSTNAME/` | -| `http(s)://HOSTNAME/pages/` | `http(s)://pages.HOSTNAME/` | -| `http(s)://HOSTNAME/raw/` | `http(s)://raw.HOSTNAME/` | +| `http(s)://HOSTNAME/` | `http(s)://docker.HOSTNAME/` | +| `http(s)://HOSTNAME/_registry/npm/` | `https://npm.HOSTNAME/` | +| `http(s)://HOSTNAME/_registry/rubygems/` | `https://rubygems.HOSTNAME/` | +| `http(s)://HOSTNAME/_registry/maven/` | `https://maven.HOSTNAME/` | +| `http(s)://HOSTNAME/_registry/nuget/` | `https://nuget.HOSTNAME/` | +| `http(s)://HOSTNAME/assets/` | `http(s)://assets.HOSTNAME/` | +| `http(s)://HOSTNAME/avatars/` | `http(s)://avatars.HOSTNAME/` | +| `http(s)://HOSTNAME/codeload/` | `http(s)://codeload.HOSTNAME/` | +| `http(s)://HOSTNAME/gist/` | `http(s)://gist.HOSTNAME/` | +| `http(s)://HOSTNAME/media/` | `http(s)://media.HOSTNAME/` | {%- ifversion viewscreen-and-notebooks %} -| `http(s)://HOSTNAME/viewscreen/` | `http(s)://viewscreen.HOSTNAME/` | -| `http(s)://HOSTNAME/notebooks/` | `http(s)://notebooks.HOSTNAME/` | -{%- else %} -| `http(s)://HOSTNAME/render/` | `http(s)://render.HOSTNAME/` | +| `http(s)://HOSTNAME/notebooks/` | `http(s)://notebooks.HOSTNAME/` | +{%- endif %} +| `http(s)://HOSTNAME/pages/` | `http(s)://pages.HOSTNAME/` | +| `http(s)://HOSTNAME/raw/` | `http(s)://raw.HOSTNAME/` | +{%- ifversion ghes < 3.7 %} +| `http(s)://HOSTNAME/render/` | `http(s)://render.HOSTNAME/` | +{%- endif %} +| `http(s)://HOSTNAME/reply/` | `http(s)://reply.HOSTNAME/` | +| `http(s)://HOSTNAME/uploads/` | `http(s)://uploads.HOSTNAME/` | +{%- ifversion viewscreen-and-notebooks %} +| `http(s)://HOSTNAME/viewscreen/` | `http(s)://viewscreen.HOSTNAME/` | +{%- endif %} +{%- ifversion ghes > 3.4 %} +| Not supported | `https://containers.HOSTNAME/` | {%- endif %} -| `http(s)://HOSTNAME/reply/` | `http(s)://reply.HOSTNAME/` | -| `http(s)://HOSTNAME/uploads/` | `http(s)://uploads.HOSTNAME/` | {% ifversion ghes %} -| `https://HOSTNAME/` | `http(s)://docker.HOSTNAME/`{% endif %}{% ifversion ghes %} -| `https://HOSTNAME/_registry/npm/` | `https://npm.HOSTNAME/` -| `https://HOSTNAME/_registry/rubygems/` | `https://rubygems.HOSTNAME/` -| `https://HOSTNAME/_registry/maven/` | `https://maven.HOSTNAME/` -| `https://HOSTNAME/_registry/nuget/` | `https://nuget.HOSTNAME/`{% endif %}{% ifversion ghes > 3.4 %} -| Not supported | `https://containers.HOSTNAME/` |{% endif %} ## Prerequisites diff --git a/translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-storage.md b/translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-storage.md index 6336814ef886..8a9f9b538c16 100644 --- a/translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-storage.md +++ b/translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-storage.md @@ -1,6 +1,6 @@ --- -title: Enabling GitHub Actions with MinIO storage -intro: 'You can enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %} and use MinIO storage to store data generated by workflow runs.' +title: MinIO ストレージで GitHub Actions を有効化する +intro: '{% data variables.product.prodname_ghe_server %} で {% data variables.product.prodname_actions %} を有効化し、MinIO ストレージを使用してワークフローの実行によって生成されたデータを保存できます。' permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.' versions: ghes: '*' @@ -14,36 +14,35 @@ redirect_from: - /admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage - /admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage shortTitle: MinIO storage +ms.openlocfilehash: 3d9c6cfca6b81a66185515c8757cef22290ead30 +ms.sourcegitcommit: 8f1801040a84ca9353899a2d1e6782c702aaed0d +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/16/2022 +ms.locfileid: '148166570' --- +## 前提条件 -## Prerequisites +{% data variables.product.prodname_actions %} を有効化する前に、次のステップを完了していることを確認してください。 -Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps: +* ワークフローの実行によって生成されるデータを保存するための MinIO バケットを作成します。 MinIO のインストールと構成の詳細については、MinIO ドキュメントの「[MinIO ハイ パフォーマンス オブジェクト ストレージ](https://min.io/docs/minio/container/index.html)」および「[mc mb](https://min.io/docs/minio/linux/reference/minio-mc/mc-mb.html)」を参照してください。 -* Create your MinIO bucket for storing data generated by workflow runs. For more information about installing and configuring MinIO, see "[MinIO High Performance Object Storage](https://min.io/docs/minio/container/index.html)" and "[mc mb](https://min.io/docs/minio/linux/reference/minio-mc/mc-mb.html)" in the MinIO documentation. + アプライアンスでのリソースの競合を回避するために、MinIO を {% data variables.location.product_location %} とは別にホストすることをお勧めします。 - To avoid resource contention on the appliance, we recommend that MinIO be hosted separately from {% data variables.location.product_location %}. + {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %} {% data reusables.actions.enterprise-common-prereqs %} - {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %} -{% data reusables.actions.enterprise-common-prereqs %} +## MinIO ストレージで {% data variables.product.prodname_actions %} を有効化する -## Enabling {% data variables.product.prodname_actions %} with MinIO storage +{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.actions %} {% data reusables.actions.enterprise-enable-checkbox %} +1. [Artifact & Log Storage]\(成果物とログ ストレージ\) の下で、 **[Amazon S3]** を選択し、ストレージ バケットの詳細を入力します。 -{% data reusables.enterprise_site_admin_settings.access-settings %} -{% data reusables.enterprise_site_admin_settings.management-console %} -{% data reusables.enterprise_management_console.actions %} -{% data reusables.actions.enterprise-enable-checkbox %} -1. Under "Artifact & Log Storage", select **Amazon S3**, and enter your storage bucket's details: + * **[AWS Service URL]\(AWS サービス URL\)** : MinIO サービスの URL。 たとえば、`https://my-minio.example:9000` のようにします。 + * **[AWS S3 Bucket]\(AWS S3 バケット\)** : S3 バケットの名前。 + * **[AWS S3 Access Key]\(AWS S3 アクセス キー\)** および **[AWS S3 Secret Key]\(AWS S3 秘密鍵\)** : MinIO インスタンスで使用される `MINIO_ACCESS_KEY` および `MINIO_SECRET_KEY`。 - * **AWS Service URL**: The URL to your MinIO service. For example, `https://my-minio.example:9000`. - * **AWS S3 Bucket**: The name of your S3 bucket. - * **AWS S3 Access Key** and **AWS S3 Secret Key**: The `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` used for your MinIO instance. +  +1. [Artifact & Log Storage]\(成果物とログ ストレージ\) の下で、 **[Force path style]\(パス スタイルの強制\)** を選択します。 -  -1. Under "Artifact & Log Storage", select **Force path style**. - -  -{% data reusables.enterprise_management_console.test-storage-button %} -{% data reusables.enterprise_management_console.save-settings %} + ![[パス スタイルの強制] のチェックボックス](/assets/images/enterprise/management-console/actions-minio-force-path-style.png) {% data reusables.enterprise_management_console.test-storage-button %} {% data reusables.enterprise_management_console.save-settings %} {% data reusables.actions.enterprise-postinstall-nextsteps %} diff --git a/translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy.md b/translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy.md index 33c6b169235a..dcb2a7541dfb 100644 --- a/translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy.md +++ b/translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy.md @@ -1,7 +1,7 @@ --- -title: About support for your IdP's Conditional Access Policy +title: IdP の条件付きアクセス ポリシーのサポートについて shortTitle: Conditional access policy -intro: 'When your enterprise uses OIDC SSO, {% data variables.product.prodname_dotcom %} can validate access to your enterprise and its resources using your IdP''s Conditional Access Policy (CAP).' +intro: 'Enterprise が OIDC SSO を使っている場合、{% data variables.product.prodname_dotcom %} は、お客様の IdP の条件付きアクセス ポリシー (CAP) を使って、Enterprise とそのリソースへのアクセスを検証できます。' product: '{% data reusables.gated-features.emus %}' versions: feature: oidc-for-emu @@ -10,35 +10,40 @@ topics: - Authentication - Enterprise - SSO +ms.openlocfilehash: aed7008bd008ccfd6303ccbb36f4d6f3bd7002ca +ms.sourcegitcommit: c562c85cc75ffe1eb4e9595d8adc09ec71697ab1 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/22/2022 +ms.locfileid: '148179998' --- - {% data reusables.enterprise-accounts.azure-emu-support-oidc %} -## About support for Conditional Access Policies +## 条件付きアクセス ポリシーのサポートについて {% data reusables.enterprise-accounts.emu-cap-validates %} -{% data variables.product.product_name %} supports CAP for any {% data variables.enterprise.prodname_emu_enterprise %} where OIDC SSO is enabled. {% data variables.product.product_name %} enforces your IdP's IP conditions but cannot enforce your device compliance conditions. Enterprise owners can choose to use this IP allow list configuration instead of {% data variables.product.product_name %}'s IP allow list, and can do so once OIDC SSO is configured. For more information about IP allow lists, see "[Restricting network traffic with an IP allow list](/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list)" and "[Managing allowed IP addresses for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization)." +{% data variables.product.product_name %} では、OIDC SSO が有効になっている {% data variables.enterprise.prodname_emu_enterprise %} の CAP がサポートされます。 {% data variables.product.product_name %} によって IdP の IP 条件が適用されますが、デバイスのコンプライアンス条件は適用できません。 Enterprise 所有者は、{% data variables.product.product_name %} の IP 許可リストではなく、この IP 許可リスト構成を使用することを選ぶことができ、OIDC SSO が構成されたらそれを行うことができます。 IP 許可リストについて詳しくは、「[IP 許可リストを使用したネットワーク トラフィックの制限](/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list)」および「[Organization の許可された IP アドレスの管理](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization)」をご覧ください。 -For more information about using OIDC with {% data variables.product.prodname_emus %}, see "[Configuring OIDC for Enterprise Managed Users](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-oidc-for-enterprise-managed-users)" and "[Migrating from SAML to OIDC](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/migrating-from-saml-to-oidc)." +OIDC と {% data variables.product.prodname_emus %} の使用の詳細については、「[エンタープライズ マネージド ユーザー向けの OIDC の構成](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-oidc-for-enterprise-managed-users)」と「[SAML から OIDC への移行](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/migrating-from-saml-to-oidc)」を参照してください。 -## Considerations for integrations and automations +## 統合と自動化に関する考慮事項 -{% data variables.product.prodname_dotcom %} sends the originating IP address to your IdP for validation against your CAP. To make sure actions and apps are not blocked by your IdP's CAP, you will need to make changes to your configuration. +CAP に対する検証のために、{% data variables.product.prodname_dotcom %} から IdP に送信元の IP アドレスが送信されます。 アクションとアプリが IdP の CAP によってブロックされないようにするには、構成を変更する必要があります。 {% data reusables.enterprise-accounts.oidc-gei-warning %} ### {% data variables.product.prodname_actions %} -Actions that use a {% data variables.product.pat_generic %} will likely be blocked by your IdP's CAP. We recommend that {% data variables.product.pat_generic %}s are created by a service account which is then exempted from IP controls in your IdP's CAP. +{% data variables.product.pat_generic %} を使用するアクションは、IdP の CAP によってブロックされる可能性が高いです。 {% data variables.product.pat_generic %}は、サービス アカウントを使って作成し、IdP の CAP で IP 制御の対象外とすることをお勧めします。 -If you're unable to use a service account, another option for unblocking actions that use {% data variables.product.pat_generic %}s is to allow the IP ranges used by {% data variables.product.prodname_actions %}. For more information, see "[About GitHub's IP addresses](/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses)." +サービス アカウントを使用できない場合、{% data variables.product.pat_generic %}を使うアクションのブロックを解除する別のオプションとして、{% data variables.product.prodname_actions %} で使われる IP 範囲を許可することができます。 詳細については、「[GitHub の IP アドレスについて](/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses)」を参照してください。 -### {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %} +### {% data variables.product.prodname_github_apps %} と {% data variables.product.prodname_oauth_apps %} -When {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %} make requests on a member's behalf, {% data variables.product.prodname_dotcom %} will send the IP address of the app's server to your IdP for validation. If the IP address of the app's server is not validated by your IdP's CAP, the request will fail. +{% data variables.product.prodname_github_apps %} と {% data variables.product.prodname_oauth_apps %} がメンバーの代理で要求を行うと、検証のために {% data variables.product.prodname_dotcom %} から IdP にアプリのサーバーの IP アドレスが送信されます。 アプリのサーバーの IP アドレスが IdP の CAP によって検証されない場合、要求は失敗します。 -You can contact the owners of the apps you want to use, ask for their IP ranges, and configure your IdP's CAP to allow access from those IP ranges. If you're unable to contact the owners, you can review your IdP sign-in logs to review the IP addresses seen in the requests, then allow-list those addresses. +使いたいアプリの所有者に連絡し、その IP の範囲を問い合わせて、その IP の範囲からのアクセスを許可するように IdP の CAP を構成することができます。 所有者に連絡できない場合は、IdP のサインイン ログを確認し、要求に出現する IP アドレスを確認し、それらのアドレスを許可リストに登録できます。 -If you do not wish to allow all of the IP ranges for all of your enterprise's apps, you can also exempt installed {% data variables.product.prodname_github_apps %} and authorized {% data variables.product.prodname_oauth_apps %} from the IdP allow list. If you do so, these apps will continue working regardless of the originating IP address. For more information, see "[Enforcing policies for security settings in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise#allowing-access-by-github-apps)." +すべてのエンタープライズのアプリに対してすべての IP 範囲を許可しない場合は、インストールされている {% data variables.product.prodname_github_apps %} と承認された {% data variables.product.prodname_oauth_apps %} を IdP 許可リストから除外することもできます。 その場合、これらのアプリは発信元 IP アドレスに関係なく、動作し続けます。 詳細については、「[Enforcing policies for security settings in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise#allowing-access-by-github-apps)」 (Enterprise でセキュリティ設定のポリシーを適用する) を参照してください。 diff --git a/translations/ja-JP/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md b/translations/ja-JP/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md index a7060df4d03e..59b71c57fd6b 100644 --- a/translations/ja-JP/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md +++ b/translations/ja-JP/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md @@ -1,6 +1,6 @@ --- -title: Enabling GitHub Packages with Azure Blob Storage -intro: 'Set up {% data variables.product.prodname_registry %} with Azure Blob Storage as your external storage.' +title: Azure Blob Storage で GitHub Packages を有効化する +intro: 'Azure Blob Storage を外部ストレージとして {% data variables.product.prodname_registry %} を設定します。' versions: ghes: '*' type: tutorial @@ -9,42 +9,44 @@ topics: - Packages - Storage shortTitle: Enable Packages with Azure +ms.openlocfilehash: b851f698baba60323cbaaa69122cacdc92ec83c2 +ms.sourcegitcommit: 3ece72cf2d90987575d369c44101d19d3bb06f76 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/02/2022 +ms.locfileid: '148190388' --- - {% warning %} -**Warnings:** -- It is critical that you set the restrictive access policies you need for your storage bucket, because {% data variables.product.company_short %} does not apply specific object permissions or additional access control lists (ACLs) to your storage bucket configuration. For example, if you make your bucket public, data in the bucket will be accessible on the public internet. -- We recommend using a dedicated bucket for {% data variables.product.prodname_registry %}, separate from the bucket you use for {% data variables.product.prodname_actions %} storage. -- Make sure to configure the bucket you'll want to use in the future. We do not recommend changing your storage after you start using {% data variables.product.prodname_registry %}. +**警告:** +- {% data variables.product.company_short %} は特定のオブジェクトのアクセス許可または追加のアクセス制御リスト (ACL) をストレージバケット設定に適用しないため、ストレージバケットに必要な制限付きアクセスポリシーを設定することが重要です。 たとえば、バケットを公開すると、バケット内のデータにパブリックなインターネットからアクセスできるようになります。 +- {% data variables.product.prodname_actions %} ストレージに使用するバケットとは別に、{% data variables.product.prodname_registry %} 専用のバケットを使用することをお勧めします。 +- 今後使用予定のバケットを忘れずに設定するようにしてください。 {% data variables.product.prodname_registry %} の使用開始後にストレージを変更することはお勧めしません。 {% endwarning %} -## Prerequisites +## 前提条件 -Before you can enable and configure {% data variables.product.prodname_registry %} on {% data variables.location.product_location_enterprise %}, you need to prepare your Azure Blob storage bucket. To prepare your Azure Blob storage bucket, we recommend consulting the official Azure Blob storage docs at the official [Azure Blob Storage documentation site](https://docs.microsoft.com/en-us/azure/storage/blobs/). +{% data variables.location.product_location_enterprise %}で {% data variables.product.prodname_registry %} を有効にして設定する前に、Azure Blob Storage バケットを準備する必要があります。 Azure Blob Storage バケットを準備するために、公式 [Azure Blob Storage ドキュメント サイト](https://docs.microsoft.com/en-us/azure/storage/blobs/)で公式 Azure Blob Storage ドキュメントを参照することをお勧めします。 -## Enabling {% data variables.product.prodname_registry %} with Azure Blob Storage +## Azure Blob Storage で {% data variables.product.prodname_registry %} を有効化する -{% data reusables.enterprise_site_admin_settings.access-settings %} -{% data reusables.enterprise_site_admin_settings.management-console %} -{% data reusables.enterprise_site_admin_settings.packages-tab %} -{% data reusables.package_registry.enable-enterprise-github-packages %} -1. Under "Packages Storage", select **Azure Blob Storage** and enter your Azure container name for your packages storage bucket and connection string. +{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_site_admin_settings.packages-tab %} {% data reusables.package_registry.enable-enterprise-github-packages %} +1. [Packages Storage] で **[Azure Blob Storage]** を選択し、パッケージストレージバケットの Azure コンテナ名と接続文字列型を入力します。 - - You must create a storage container prior to setting the container name and connection string. + - コンテナー名と接続文字列を設定する前に、ストレージ コンテナーを作成する必要があります。 -  +  {% note %} - **Note:** You can find your Azure Connection String by navigating to the Access Key menu in your Azure storage account. - Usage of a SAS Token or SAS URL as connection string is not currently supported. + **注:** Azure ストレージ アカウントの [アクセス キー] メニューに移動すると、Azure の接続文字列を見つけることができます。 + 現在、接続文字列としての SAS トークンまたは SAS URL の使用はサポートされていません。 {% endnote %} {% data reusables.enterprise_management_console.save-settings %} -## Next steps +## 次の手順 {% data reusables.package_registry.next-steps-for-packages-enterprise-setup %} diff --git a/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md b/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md index 991873cdca53..041431c2e80b 100644 --- a/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md +++ b/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md @@ -56,7 +56,7 @@ You can enforce policies to control how members of your enterprise on {% data va Each time someone creates a new repository within your enterprise, that person must choose a visibility for the repository. When you configure a default visibility setting for the enterprise, you choose which visibility is selected by default. For more information on repository visibility, see "[About repositories](/repositories/creating-and-managing-repositories/about-repositories#about-repository-visibility)." -If an enterprise owner disallows members from creating certain types of repositories, members will not be able to create that type of repository even if the visibility setting defaults to that type. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)." +If an enterprise owner disallows members from creating certain types of repositories, members will not be able to create that type of repository even if the visibility setting defaults to that type. For more information, see "[Enforcing a policy for repository creation](#enforcing-a-policy-for-repository-creation)." {% data reusables.enterprise-accounts.access-enterprise %} {% ifversion ghes or ghae %} @@ -166,7 +166,7 @@ Across all organizations owned by your enterprise, you can set the default branc Across all organizations owned by your enterprise, you can allow members with admin access to change a repository's visibility, restrict repository visibility changes to organization owners, or allow owners to administer the setting on the organization level. When you prevent members from changing repository visibility, only enterprise owners can change the visibility of a repository. -If an enterprise owner has restricted repository creation to organization owners only, then members will not be able to change repository visibility. If an enterprise owner has restricted member repository creation to private repositories only, then members will only be able to change the visibility of a repository to private. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)." +If an enterprise owner has restricted repository creation to organization owners only, then members will not be able to change repository visibility. If an enterprise owner has restricted member repository creation to private repositories only, then members will only be able to change the visibility of a repository to private. For more information, see "[Enforcing a policy for repository creation](#enforcing-a-policy-for-repository-creation)." {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} diff --git a/translations/ja-JP/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md b/translations/ja-JP/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md index b2348bc54691..fd766e780d34 100644 --- a/translations/ja-JP/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/translations/ja-JP/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -1,6 +1,6 @@ --- -title: About billing for GitHub Actions -intro: 'If you want to use {% data variables.product.prodname_actions %} beyond the storage or minutes included in your account, you will be billed for additional usage.' +title: GitHub Actions の課金について +intro: 'アカウントに含まれるストレージや利用時間 (分) を超えて{% data variables.product.prodname_actions %}を使用したい場合は、追加の使用分が請求されます。' miniTocMaxHeadingLevel: 3 redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions @@ -13,105 +13,104 @@ topics: - Actions - Spending limits shortTitle: Billing for GitHub Actions +ms.openlocfilehash: fcc8f84b8a11b214ca66e8a3851a1afc9df6213a +ms.sourcegitcommit: 9af8891fea10039b3374c76818634e05410e349d +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/06/2022 +ms.locfileid: '148191887' --- -## About billing for {% data variables.product.prodname_actions %} +## {% data variables.product.prodname_actions %} の課金について {% data reusables.actions.actions-billing %} -{% data reusables.actions.actions-spending-limit-brief %} For more information, see "[About spending limits](#about-spending-limits)." +{% data reusables.actions.actions-spending-limit-brief %}詳細については、「[使用制限について](#about-spending-limits)」を参照してください。 -{% ifversion ghec %} -If you purchased {% data variables.product.prodname_enterprise %} through a Microsoft Enterprise Agreement, you can connect your Azure Subscription ID to your enterprise account to enable and pay for {% data variables.product.prodname_actions %} usage beyond the amounts including with your account. For more information, see "[Connecting an Azure subscription to your enterprise](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise)." +{% ifversion ghec %}Microsoft Enterprise Agreement を通じて {% data variables.product.prodname_enterprise %} を購入した場合は、ご自身の Azure サブスクリプション ID をエンタープライズ アカウントに接続して、ご自身のアカウントに含まれている金額を超える {% data variables.product.prodname_actions %} の使用を有効にして支払うことができます。 詳細については、「[Azure サブスクリプションを Enterprise に接続する](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise)」を参照してください。 {% endif %} -Minutes reset every month, while storage usage does not. +時間 (分) は毎月リセットされますが、ストレージはリセットされません。 -### Included storage and minutes +### 含まれるストレージと分 -{% ifversion actions-hosted-runners %} -{% note %} +{% ifversion actions-hosted-runners %} {% note %} -**Note**: Entitlement minutes cannot be used for Windows and Ubuntu runners over 2-cores. These runners will always be charged for, including in public repos. For more information, see "[Per-minute rates for runners](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)." +**注**: 2 コアを超える Windows ランナーおよび Ubuntu ランナーには、エンタイトルメント (分) を使用できません。 これらのランナーは、パブリック リポジトリを含め、常に課金されます。 詳しくは、[ランナーの 1 分あたりの料金](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)に関するページを参照してください。 -{% endnote %} -{% endif %} +{% endnote %} {% endif %} -|Product | Storage | Minutes (per month)| +|製品 | Storage | 分 (月あたり)| |------- | ------- | ---------| | {% data variables.product.prodname_free_user %} | 500 MB | 2,000 | | {% data variables.product.prodname_pro %} | 1 GB | 3,000 | -| {% data variables.product.prodname_free_team %} for organizations | 500 MB | 2,000 | +| 組織の {% data variables.product.prodname_free_team %} | 500 MB | 2,000 | | {% data variables.product.prodname_team %} | 2 GB | 3,000 | | {% data variables.product.prodname_ghe_cloud %} | 50 GB | 50,000 | -Jobs that run on Windows and macOS runners that {% data variables.product.prodname_dotcom %} hosts consume minutes at 2 and 10 times the rate that jobs on Linux runners consume. For example, using 1,000 Windows minutes would consume 2,000 of the minutes included in your account. Using 1,000 macOS minutes, would consume 10,000 minutes included in your account. +{% data variables.product.prodname_dotcom %}がホストするWindows及びmacOSのランナー上で実行されるジョブは、Linuxのランナー上のジョブの消費に対して2倍及び10倍の分を消費します。 たとえば、Windows で 1,000 分使用すると、アカウントに含まれている 2,000 分が消費されます。 macOS で 1,000 分使用すると、アカウントに含まれている 10,000 分が消費されます。 -### Minute multipliers +### 分の倍率 -| Operating system | Minute multiplier | +| オペレーティング システム | 分の倍率 | |------- | ---------| | Linux | 1 | | macOS| 10 | | Windows | 2 | -The storage used by a repository is the total storage used by {% data variables.product.prodname_actions %} artifacts and {% data variables.product.prodname_registry %}. Your storage cost is the total usage for all repositories owned by your account. For more information about pricing for {% data variables.product.prodname_registry %}, see "[About billing for {% data variables.product.prodname_registry %}](/billing/managing-billing-for-github-packages/about-billing-for-github-packages)." +リポジトリが使用するストレージは、{% data variables.product.prodname_actions %}の成果物と{% data variables.product.prodname_registry %}の消費の合計のストレージです。 ストレージのコストは、お客様のアカウントで所有しているすべてのリポジトリの合計使用量です。 {% data variables.product.prodname_registry %} の価格について詳しくは、「[{% data variables.product.prodname_registry %} の課金について](/billing/managing-billing-for-github-packages/about-billing-for-github-packages)」を参照してください。 - If your account's usage surpasses these limits and you have set a spending limit above $0 USD, you will pay $0.008 USD per GB of storage per day and per-minute usage depending on the operating system used by the {% data variables.product.prodname_dotcom %}-hosted runner. {% data variables.product.prodname_dotcom %} rounds the minutes and partial minutes each job uses up to the nearest whole minute. + アカウントによる使用がこれらの制限を超え、使用制限を 0 米国ドルより上に設定している場合、日ごとにストレージの GB あたり 0.008 米国ドル、そして {% data variables.product.prodname_dotcom %} ホステッド ランナーで使用されるオペレーティング システムに応じた使用量を分単位で支払うことになります。 {% data variables.product.prodname_dotcom %} は、各ジョブが使った分と分未満をもっとも近い分に切り上げます。 {% note %} -**Note:** Minute multipliers do not apply to the per-minute rates shown below. +**注:** 分の乗数は、以下に示す分あたりの料金には適用されません。 {% endnote %} -### Per-minute rates +### 分あたりの料金 -{% data reusables.billing.billing-standard-runners %} -{%- ifversion actions-hosted-runners %} -{% data reusables.billing.billing-hosted-runners %} -{%- endif %} +{% data reusables.billing.billing-standard-runners %} {%- ifversion actions-hosted-runners %} {% data reusables.billing.billing-hosted-runners %} {%- endif %} -- The number of jobs you can run concurrently across all repositories in your user or organization account depends on your GitHub plan. For more information, see "[Usage limits and billing](/actions/reference/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)" for self-hosted runner usage limits. -- {% data reusables.user-settings.context_switcher %} -{% ifversion actions-hosted-runners %} -- For {% data variables.actions.hosted_runner %}s, there is no additional cost for configurations that assign public static IP addresses to a {% data variables.actions.hosted_runner %}. For more information on {% data variables.actions.hosted_runner %}s, see "[Using {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/using-larger-runners)." -- Entitlement minutes cannot be used for {% data variables.actions.hosted_runner %}s. -- The {% data variables.actions.hosted_runner %}s are not free for public repositories. +- アカウントもしくはOrganization内のすべてのリポジトリにわたって同時に実行できるジョブ数は、あなたのGitHubのプランによります。 詳細について、{% data variables.product.prodname_dotcom %} ホステッド ランナーに関しては「[使用制限と課金](/actions/reference/usage-limits-billing-and-administration)」を、セルフホステッド ランナーの使用制限に関しては「[セルフホステッド ランナーについて](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)」を参照してください。 +- {% data reusables.user-settings.context_switcher %} {% ifversion actions-hosted-runners %} +- {% data variables.actions.hosted_runner %} の場合、パブリック静的 IP アドレスを {% data variables.actions.hosted_runner %} に割り当てる構成に追加のコストは発生しません。 {% data variables.actions.hosted_runner %} について詳しくは、「[{% data variables.actions.hosted_runner %} の使用](/actions/using-github-hosted-runners/using-larger-runners)」を参照してください。 +- {% data variables.actions.hosted_runner %} にはエンタイトルメント (分) を使用できません。 +- {% data variables.actions.hosted_runner %} は、パブリック リポジトリについては無料ではありません。 {% endif %} -## Calculating minute and storage spending +## 利用時間 (分) とストレージ消費量の計算 {% data reusables.dotcom_billing.pricing_calculator.pricing_cal_actions %} -At the end of the month, {% data variables.product.prodname_dotcom %} calculates the cost of minutes and storage used over the amount included in your account. +月末に、{% data variables.product.prodname_dotcom %}はアカウントに含まれている量に対して使用された分とストレージのコストを計算します。 -### Sample minutes cost calculation +### 分のコスト計算例 -For example, if your organization uses {% data variables.product.prodname_team %} and allows unlimited spending, using 5,000 minutes could have a total storage and minute overage cost of $56 USD, depending on the operating systems used to run jobs. +たとえば、Organizationが{% data variables.product.prodname_team %}を使用しており、使用量に制限をしていない場合、5,000分を使用すればジョブを実行しているオペレーティングシステムによって、合計でストレージと分は56米ドルの超過コストになるかもしれません。 -- 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 USD ($24 USD + $32 USD). - - 3,000 Linux minutes at $0.008 USD per minute = $24 USD. - - 2,000 Windows minutes at $0.016 USD per minute = $32 USD. +- 5,000 (3,000 Linux と 2,000 Windows) 分 = 56米ドル (24米ドル + 32米ドル)。 + - 単価 0.008米ドル で 3,000 Linux 分 = 24米ドル。 + - 単価 0.016米ドル で 2,000 Windows 分 = 32米ドル。 -{% data variables.product.prodname_dotcom %} calculates your storage usage for each month based on hourly usage during that month. +{% data variables.product.prodname_dotcom %} 毎月の利用状況は、その月の時間あたりの利用状況に基づいて計算されます。 -### Sample storage cost calculation +### ストレージのコスト計算例 -For example, if you use 3 GB of storage for 10 days of March and 12 GB for 21 days of March, your storage usage would be: +たとえば、3 月の 10 日間に 3 GB のストレージを使用し、3 月の 21 日間に 12 GB 使用した場合、ストレージの使用量は次のようになります。 -- 3 GB x 10 days x (24 hours per day) = 720 GB-Hours -- 12 GB x 21 days x (24 hours per day) = 6,048 GB-Hours -- 720 GB-Hours + 6,048 GB-Hours = 6,768 GB-Hours -- 6,768 GB-Hours / (744 hours per month) = 9.0967 GB-Months +- 3 GB x 10日 x (1日24 時間) = 720 GB時間 +- 12 GB x 21日 x (1日24 時間) = 6,048 GB時間 +- 720 GB時間 + 6,048 GB時間 = 6,768 GB時間 +- 6,768 GB時間 / (月あたり744時間) = 9.0967 GB月 -At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. Therefore, your storage usage for March would be 9.097 GB. +月末に、{% data variables.product.prodname_dotcom %}はストレージ使用量を最も近いGBに丸めます。 そのため、3 月のストレージ使用量は 9.097 GB になります。 -Your {% data variables.product.prodname_actions %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %} +{% data variables.product.prodname_actions %} の利用については、アカウントの既存の請求日、支払い方法、領収書が共有されます。 {% data reusables.dotcom_billing.view-all-subscriptions %} -## About spending limits +## 利用上限について {% data reusables.actions.actions-spending-limit-detailed %} -For information on managing and changing your account's spending limit, see "[Managing your spending limit for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)." +アカウントの使用制限の管理と変更については、「[{% data variables.product.prodname_actions %} の使用制限の管理](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)」を参照してください。 {% data reusables.dotcom_billing.actions-packages-unpaid-account %} diff --git a/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities.md b/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities.md index d6daeb76142d..d3e675ef7a9d 100644 --- a/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities.md +++ b/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities.md @@ -1,6 +1,6 @@ --- -title: Managing privately reported security vulnerabilities -intro: Repository maintainers can manage security vulnerabilities that have been privately reported to them by security reseachers for repositories where private vulnerability reporting is enabled. +title: 非公開で報告されたセキュリティの脆弱性の管理 +intro: リポジトリの保守担当者は、プライベート脆弱性レポートが有効になっているリポジトリのセキュリティ リサーチャーによって非公開で報告されたセキュリティ脆弱性を管理できます。 permissions: 'Anyone with admin permissions to a repository can see, review, and manage privately-reported vulnerabilities for the repository.' versions: fpt: '*' @@ -11,35 +11,38 @@ topics: - Security advisories - Vulnerabilities shortTitle: Manage vulnerability reports +ms.openlocfilehash: 942533788dc6ad9280ddc023f583462c7a0ff7f8 +ms.sourcegitcommit: e8c012864f13f9146e53fcb0699e2928c949ffa8 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/09/2022 +ms.locfileid: '148160292' --- - {% data reusables.security-advisory.private-vulnerability-reporting-beta %} {% data reusables.security-advisory.private-vulnerability-reporting-enable %} -## About privately reporting a security vulnerability +## セキュリティの脆弱性を非公開で報告する方法について -Private vulnerability reporting makes it easy for security researchers to report vulnerabilities directly to you using a simple form. +プライベート脆弱性レポートを使用すると、セキュリティ リサーチャーは簡単なフォームを使用して脆弱性を直接報告できます。 -When a security researcher reports a vulnerability privately, you are notified and can choose to either accept it, ask more questions, or reject it. If you accept the report, you're ready to collaborate on a fix for the vulnerability in private with the security researcher. +セキュリティ リサーチャーによって脆弱性が非公開で報告されると、通知を受け取り、承諾するか、さらに質問するか、拒否するかを選択できます。 レポートを承諾した場合は、セキュリティ リサーチャーと非公開で脆弱性の修正を共同で行う準備が整います。 -## Managing security vulnerabilities that are privately reported +## 非公開で報告されるセキュリティの脆弱性の管理 -{% data variables.product.prodname_dotcom %} notifies repository maintainers when security researchers privately report vulnerabilities in their repository, and sends notifications if maintainers watch the repository or if they have notifications enabled for the repository. For more information, see "[Configuring notifications](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications)." +{% data variables.product.prodname_dotcom %} は、セキュリティ リサーチャーがリポジトリの脆弱性を非公開で報告したときにリポジトリの保守担当者に通知し、保守担当者がリポジトリを監視するか、リポジトリに対して通知を有効にした場合に通知を送信します。 詳細については、「[通知の設定](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications)」を参照してください。 -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-security %} -{% data reusables.repositories.sidebar-advisories %} -1. Click the advisory you want to review. An advisory that is privately reported will have a status of `Needs triage`. +{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-advisories %} +1. 確認するアドバイザリをクリックします。 非公開で報告されるアドバイザリの状態は `Needs triage` になります。 -  +  -2. Carefully review the report. You can: - - Collaborate with the security researcher on a patch in private, by clicking **Start a temporary private fork**. This gives you a place for further discussions with the contributor without changing the status of the proposed advisory from `Needs triage`. - - Accept the vulnerability report as a draft advisory on {% data variables.product.prodname_dotcom %}, by clicking **Accept and open as draft**. If you choose this option: - - This doesn't make the report public. - - The report becomes a draft repository security advisory and you can work on it in the same way as any draft advisory that you create. - For more information on security advisories, see "[About repository security advisories](/code-security/security-advisories/repository-security-advisories/about-repository-security-advisories)." - - Reject the report by clicking **Close security advisory**. Where possible, you should add a comment explaining why you don't consider the report a security risk before you close the advisory. - -  \ No newline at end of file +2. レポートを慎重に確認します。 次のようにすることができます。 + - **[一時的なプライベート フォークを開始する]** をクリックして、パッチについてセキュリティ リサーチャーと非公開で共同作業します。 これにより、提案されたアドバイザリの状態を `Needs triage` から変更することなく、共同作成者とさらに話し合う場所が提供されます。 + - **[承諾してドラフトとして開く]** をクリックして、{% data variables.product.prodname_dotcom %} のドラフト アドバイザリとして脆弱性レポートを承諾します。 このオプションを選択した場合、次のようになります。 + - これにより、レポートが公開されることはありません。 + - レポートはドラフトのリポジトリ セキュリティ アドバイザリになり、作成するドラフト アドバイザリと同じ方法で作業できます。 + セキュリティ アドバイザリの詳細については、「[リポジトリ セキュリティ アドバイザリについて](/code-security/security-advisories/repository-security-advisories/about-repository-security-advisories)」を参照してください。 + - **[セキュリティ アドバイザリを閉じる]** をクリックして、レポートを拒否します。 可能であれば、アドバイザリを閉じる前に、レポートをセキュリティ リスクと見なさない理由を説明するコメントを追加する必要があります。 + +  diff --git a/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md b/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md index 521fa86d92d9..030a4dd2d395 100644 --- a/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md +++ b/translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md @@ -1,6 +1,6 @@ --- -title: Privately reporting a security vulnerability -intro: Some public repositories configure security advisories so that anyone can report security vulnerabilities directly and privately to the maintainers. +title: セキュリティの脆弱性を非公開で報告する +intro: 一部のパブリック リポジトリでは、セキュリティ アドバイザリを構成して、誰もがセキュリティの脆弱性を直接、または非公開で保守担当者に報告できるようにします。 versions: fpt: '*' ghec: '*' @@ -10,61 +10,64 @@ topics: - Security advisories - Vulnerabilities shortTitle: Privately reporting +ms.openlocfilehash: 7f4f208bd2724608cf9955efd82a256c3479e884 +ms.sourcegitcommit: 2ff4a43f0b14939da79d56c54402cfee8d90ae23 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/17/2022 +ms.locfileid: '148169558' --- - {% data reusables.security-advisory.private-vulnerability-reporting-beta %} {% data reusables.security-advisory.private-vulnerability-reporting-enable %} -## About privately reporting a security vulnerability +## セキュリティの脆弱性を非公開で報告する方法について -Security researchers often feel responsible for alerting users to a vulnerability that could be exploited. If there are no clear instuctions about contacting maintainers of the repository containing the vulnerability, security researchers may have no other choice but to post about the vulnerability on social media, send direct messages to the maintainer, or even create public issues. This situation can potentially lead to a public disclosure of the vulnerability details. +セキュリティ リサーチャーは、多くの場合、脆弱性についてユーザーに通知しなくてはならないと感じますが、脆弱性は悪用されることがあります。 脆弱性を含むリポジトリのメンテナンス担当者への連絡について明確な指示がない場合には、セキュリティ リサーチャーが、その脆弱性についてソーシャル メディアに投稿したり、メンテナンス担当者にダイレクト メッセージを送信したり、issue を作成して公開したりすることになります。 このような状況では、脆弱性の詳細が広く知れわたってしまう可能性があります。 -Private vulnerability reporting makes it easy for security researchers to report vulnerabilities directly to repository maintainer using a simple form. +プライベート脆弱性レポートを使用すると、セキュリティ リサーチャーは簡単なフォームを使用してリポジトリの保守担当者に脆弱性を直接報告できます。 -For security researchers, the benefits of using private vulnerability reporting are: -- Less frustration, and less time spent trying to figure out how to contact the maintainer. -- A smoother process for disclosing and discussing vulnerability details. -- The opportunity to discuss vulnerability details privately with repository maintainer. +セキュリティ リサーチャーの場合、プライベート脆弱性レポートを使うと次のような利点があります。 +- フラストレーションが少なく、保守担当者に連絡する方法を把握するのに費やす時間も少なくなります。 +- 脆弱性の詳細を開示して話し合うためのよりスムーズなプロセス。 +- リポジトリの保守担当者と非公開で脆弱性の詳細について話し合う機会。 {% note %} -**Note:** If the repository doesn't have private vulnerabiliy reporting enabled, you need to initiate the reporting process by following the instructions in the security policy for the repository, or create an issue asking the maintainers for a preferred security contact. For more information, see "[About coordinated disclosure of security vulnerabilities](/code-security/security-advisories/guidance-on-reporting-and-writing/about-coordinated-disclosure-of-security-vulnerabilities#about-reporting-and-disclosing-vulnerabilities-in-projects-on-github)." +**注:** リポジトリでプライベート脆弱性レポートが有効になっていない場合は、リポジトリのセキュリティ ポリシーの手順に従ってレポート プロセスを開始するか、推奨されるセキュリティ連絡先を保守担当者に要求する issue を作成する必要があります。 詳細については、「[セキュリティ脆弱性の調整された開示について](/code-security/security-advisories/guidance-on-reporting-and-writing/about-coordinated-disclosure-of-security-vulnerabilities#about-reporting-and-disclosing-vulnerabilities-in-projects-on-github)」を参照してください。 {% endnote %} -## Privately reporting a security vulnerability +## セキュリティの脆弱性を非公開で報告する -Security researchers can privately report a security vulnerability to repository maintainers. +セキュリティ リサーチャーは、リポジトリの保守担当者に脆弱性を非公開で報告できます。 -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-security %} -{% data reusables.repositories.sidebar-advisories %} -1. Click **Report a vulnerability** to open the advisory form. +{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-advisories %} +1. **[脆弱性の報告]** をクリックして、アドバイザリ フォームを開きます。 -  + ![[脆弱性の報告] ボタンを示すスクリーンショット](/assets/images/help/security/report-a-vulnerability-button.png) -2. Fill in the advisory details form. +2. アドバイザリの詳細フォームに入力します。 {% tip %} - **Tip:** In this form, only the title and description are mandatory. (In the general draft security advisory form, which the repository maintainer initiates, specifying the ecosystem is also required.) However, we recommend security researchers provide as much information as possible on the form so that the maintainers can make an informed decision about the submitted report. You can adopt the template used by our security researchers from the {% data variables.product.prodname_security %}, which is available on the [`github/securitylab` repository](https://github.com/github/securitylab/blob/main/docs/report-template.md)." + **ヒント:** このフォームでは、タイトルと説明のみが必須です。 (リポジトリの保守担当者が開始する一般的なドラフト セキュリティ アドバイザリ フォームでは、エコシステムを指定する必要もあります)。ただし、セキュリティ リサーチャーは、送信されたレポートに関して保守担当者が情報に基づいた意思決定を行えるように、フォームにできるだけ多くの情報を提供することをお勧めします。 GitHub のセキュリティ研究者が使ったテンプレートを、[`github/securitylab` リポジトリ](https://github.com/github/securitylab/blob/main/docs/report-template.md)で利用できる {% data variables.product.prodname_security %} から採用できます。 {% endtip %} - For more information about the fields available and guidance on filling in the form, see "[Creating a repository security advisory](/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory)" and "[Best practices for writing repository security advisories](/code-security/security-advisories/guidance-on-reporting-and-writing/best-practices-for-writing-repository-security-advisories)." + 使用可能なフィールドとフォームへの入力に関するガイダンスの詳細については、「[リポジトリ セキュリティ アドバイザリの作成](/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory)」および「[リポジトリ セキュリティ アドバイザリを作成するためのベスト プラクティス](/code-security/security-advisories/guidance-on-reporting-and-writing/best-practices-for-writing-repository-security-advisories)」を参照してください。 -1. At the bottom of the form, click **Submit report**. {% data variables.product.prodname_dotcom %} will display a message letting you know that maintainers have been notified and that you have a pending credit for this security advisory. +1. フォームの下部にある **[レポートの送信]** をクリックします。 {% data variables.product.prodname_dotcom %} には、保守担当者に通知されたことと、このセキュリティ アドバイザリの保留中のクレジットがあることを知らせるメッセージが表示されます。 -  + ![[レポートの送信] ボタンを示すスクリーンショット](/assets/images/help/security/advisory-submit-report-button.png) {% tip %} - **Tip:** When the report is submitted, {% data variables.product.prodname_dotcom %} automatically adds the reporter of the vulnerability as a collaborator and as a credited user on the proposed advisory. + **ヒント:** レポートが送信されると、{% data variables.product.prodname_dotcom %} によって、コラボレーターとして、また提案されたアドバイザリのクレジット ユーザーとして脆弱性の報告者が自動的に追加されます。 {% endtip %} -1. Optionally, click **Start a temporary private fork** if you want to start to fix the issue. Note that only the repository maintainer can merge that private fork. +1. 必要に応じて、issue の解決を開始する場合は、 **[一時的なプライベート フォークを開始する]** をクリックします。 リポジトリの保守担当者のみがそのプライベート フォークをマージできることに注意してください。 -  +  -The next steps depend on the action taken by the repository maintainer. For more information, see "[Managing privately reported security vulnerabilities](/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities)." +次の手順は、リポジトリの保守担当者によって実行されるアクションによって異なります。 詳細については、「[非公開で報告されたセキュリティ脆弱性の管理](/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities)」を参照してください。 diff --git a/translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory.md b/translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory.md index 8f8ea3d298ae..78dcb5988952 100644 --- a/translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory.md +++ b/translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory.md @@ -1,6 +1,6 @@ --- -title: Creating a repository security advisory -intro: You can create a draft security advisory to privately discuss and fix a security vulnerability in your open source project. +title: リポジトリ セキュリティ アドバイザリの作成 +intro: セキュリティアドバイザリのドラフトを作成して、オープンソースプロジェクトのセキュリティ脆弱性について非公開で議論して修正することができます。 redirect_from: - /articles/creating-a-maintainer-security-advisory - /github/managing-security-vulnerabilities/creating-a-maintainer-security-advisory @@ -15,31 +15,31 @@ topics: - Security advisories - Vulnerabilities shortTitle: Create repository advisories +ms.openlocfilehash: 5c78a8b0c0a2d5085a876de2b0788ef093c4c6b1 +ms.sourcegitcommit: 74c60a4564bcc17e47b5a67941ac6d9fe13b6a5c +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/30/2022 +ms.locfileid: '148186156' --- - -Anyone with admin permissions to a repository can create a security advisory. +リポジトリに対する管理者権限があるユーザなら誰でも、セキュリティアドバイザリを作成できます。 {% data reusables.security-advisory.security-researcher-cannot-create-advisory %} -## Creating a security advisory +## セキュリティ アドバイザリの作成 -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-security %} -{% data reusables.repositories.sidebar-advisories %} -1. Click **New draft security advisory** to open the draft advisory form. The fields marked with an asterisk are required. -  -1. Type a title for your security advisory. -{% data reusables.repositories.security-advisory-edit-details %} -{% data reusables.repositories.security-advisory-edit-severity %} -{% data reusables.repositories.security-advisory-edit-cwe-cve %} -{% data reusables.repositories.security-advisory-edit-description %} -1. Click **Create draft security advisory**. -  +{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-advisories %} +1. **[新しいドラフト セキュリティ アドバイザリ]** をクリックし、ドラフト アドバイザリ フォームを開きます。 アスタリスクが付いているフィールドは必須です。 + ![[アドバイザリのドラフトを開く] ボタン](/assets/images/help/security/security-advisory-new-draft-security-advisory-button.png) +1. セキュリティアドバイザリのタイトルを入力します。 +{% data reusables.repositories.security-advisory-edit-details %} {% data reusables.repositories.security-advisory-edit-severity %} {% data reusables.repositories.security-advisory-edit-cwe-cve %} {% data reusables.repositories.security-advisory-edit-description %} +1. **[セキュリティ アドバイザリのドラフトの作成]** をクリックします。 + ![[セキュリティ アドバイザリの作成] ボタン](/assets/images/help/security/security-advisory-create-security-advisory-button.png) -## Next steps +## 次の手順 -- Comment on the draft security advisory to discuss the vulnerability with your team. -- Add collaborators to the security advisory. For more information, see "[Adding a collaborator to a repository security advisory](/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory)." -- Privately collaborate to fix the vulnerability in a temporary private fork. For more information, see "[Collaborating in a temporary private fork to resolve a repository security vulnerability](/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability)." -- Add individuals who should receive credit for contributing to the security advisory. For more information, see "[Editing a repository security advisory](/code-security/repository-security-advisories/editing-a-repository-security-advisory#about-credits-for-security-advisories)." -- Publish the security advisory to notify your community of the security vulnerability. For more information, see "[Publishing a repository security advisory](/code-security/repository-security-advisories/publishing-a-repository-security-advisory)." +- セキュリティアドバイザリのドラフトにコメントして、チームと脆弱性について話し合います。 +- セキュリティアドバイザリにコラボレータを追加します。 詳細については、「[リポジトリ セキュリティ アドバイザリへのコラボレータの追加](/code-security/repository-security-advisories/adding-a-collaborator-to-a-repository-security-advisory)」を参照してください。 +- 一時的なプライベートフォークで、脆弱性を修正するため非公式でコラボレートします。 詳細については、「[一時的なプライベート フォークで、リポジトリのセキュリティ脆弱性を解決するためにコラボレートする](/code-security/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability)」を参照してください。 +- セキュリティアドバイザリへの貢献に対してクレジットを受け取る必要がある個人を追加します。 詳細については、「[リポジトリ セキュリティ アドバイザリの編集](/code-security/repository-security-advisories/editing-a-repository-security-advisory#about-credits-for-security-advisories)」を参照してください。 +- コミュニティにセキュリティの脆弱性を知らせるため、セキュリティアドバイザリを公開します。 詳細については、「[リポジトリ セキュリティ アドバイザリの公開](/code-security/repository-security-advisories/publishing-a-repository-security-advisory)」を参照してください。 diff --git a/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository.md b/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository.md index aeb477c47515..5fe6313c0c1d 100644 --- a/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository.md +++ b/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository.md @@ -1,6 +1,6 @@ --- -title: Creating a codespace for a repository -intro: You can create a codespace for a branch in a repository to develop online. +title: リポジトリの codespace を作成する +intro: リポジトリのブランチの codespace を作成して、オンラインで開発できます。 redirect_from: - /github/developing-online-with-github-codespaces/creating-a-codespace - /github/developing-online-with-codespaces/creating-a-codespace @@ -14,95 +14,100 @@ topics: - Fundamentals - Developer shortTitle: Create a codespace for a repo +ms.openlocfilehash: 409c946feda4ffbd3d9ab615b6ea07fabee3f530 +ms.sourcegitcommit: 1f3bd126ca000982c538f1621d47722737740943 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/01/2022 +ms.locfileid: '148188321' --- +## リポジトリの codespace の作成について -## About creating a codespace for a repository +{% data reusables.codespaces.ways-to-create-a-codespace %} この記事のタブを使用して、codespace を作成するこれらの各方法の手順を表示します。 -{% data reusables.codespaces.ways-to-create-a-codespace %} Use the tabs in this article to display instructions for each of these ways of creating a codespace. - -{% data reusables.codespaces.starting-new-project-template %} For more information, see "[Creating a codespace from a template](/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template)." +{% data reusables.codespaces.starting-new-project-template %} 詳細については、「[テンプレートから codespace を作成する](/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template)」を参照してください。 {% note %} -**Note**: If you use a JetBrains IDE, you can use {% data variables.product.prodname_cli %} to create a codespace. You can then use the JetBrains Gateway application to open the codespace in a JetBrains IDE. For more information, see "[Using Codespaces in your JetBrains IDE](/codespaces/developing-in-codespaces/using-github-codespaces-in-your-jetbrains-ide)." +**注**: JetBrains IDE を使用する場合は、{% data variables.product.prodname_cli %} を使用して codespace を作成できます。 その後、JetBrains Gateway アプリケーションを使用して、JetBrains IDE で codespace を開くことができます。 詳細については、「[JetBrains IDE での Codespaces の使用](/codespaces/developing-in-codespaces/using-github-codespaces-in-your-jetbrains-ide)」を参照してください。 {% endnote %} -You can use {% data variables.product.prodname_github_codespaces %} on your personal {% data variables.product.prodname_dotcom_the_website %} account, with the quota of free use included each month for accounts on the Free and Pro plans. {% data reusables.codespaces.codespaces-continue-by-paying %} +個人の {% data variables.product.prodname_dotcom_the_website %} アカウントで {% data variables.product.prodname_github_codespaces %} を使用できます。Free プランと Pro プランのアカウントには毎月無料使用のクォータが含まれています。 {% data reusables.codespaces.codespaces-continue-by-paying %} -Organizations can enable members and outside collaborators to create and use codespaces at the organization's expense. For more information, see "[Enabling {% data variables.product.prodname_github_codespaces %} for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization)." +組織は、メンバーと外部コラボレーターが組織の費用で codespace を作成して使用できるようにすることができます。 詳しくは、「[Organization での {% data variables.product.prodname_github_codespaces %} の有効化](/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization)」をご覧ください。 {% data reusables.codespaces.codespaces-are-personal %} -If you create a codespace from a repository, the codespace will be associated with a specific branch, which cannot be empty. You can create more than one codespace per repository or even per branch. +リポジトリから codespace を作成すると、codespace は特定のブランチに関連付けられます。空にすることはできません。 リポジトリごと、さらにはブランチごとに1つ以上のcodespaceを作成できます。 {% data reusables.codespaces.you-can-see-all-your-codespaces %} -### The codespace creation process +### codespace の作成プロセス -When you create a codespace, a number of steps happen to create and connect you to your development environment: +codespace を作成すると、開発環境を作成して開発環境に接続するためのいくつかの手順が発生します。 -- Step 1: VM and storage are assigned to your codespace. -- Step 2: Container is created and your repository is cloned. -- Step 3: You can connect to the codespace. -- Step 4: Codespace continues with post-creation setup. +- 手順 1: VM とストレージが codespace に割り当てられます。 +- 手順 2: コンテナーが作成され、リポジトリが複製されます。 +- 手順 3: codespace に接続できます。 +- 手順 4: codespace では、作成後のセットアップが続行されます。 -For more information on what happens when you create a codespace, see "[Deep Dive](/codespaces/getting-started/deep-dive)." +codespace を作成した場合に起きることの詳細については、[詳細情報](/codespaces/getting-started/deep-dive)に関するページを参照してください。 -For more information on the lifecycle of a codespace, see "[The codespace lifecycle](/codespaces/getting-started/the-codespace-lifecycle)." +codespace のライフサイクルの詳細については、「[Codespace のライフサイクル](/codespaces/getting-started/the-codespace-lifecycle)」を参照してください。 -If you want to use Git hooks for your codespace, then you should set up hooks using the [`devcontainer.json` lifecycle scripts](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts), such as `postCreateCommand`, during step 4. Since your codespace container is created after the repository is cloned, any [git template directory](https://git-scm.com/docs/git-init#_template_directory) configured in the container image will not apply to your codespace. Hooks must instead be installed after the codespace is created. For more information on using `postCreateCommand`, see the [`devcontainer.json` reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_devcontainerjson-properties) in the {% data variables.product.prodname_vscode_shortname %} documentation. +codespace に Git フックを使用する場合は、手順 4. で [`devcontainer.json`ライフサイクル スクリプト](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts) (例: `postCreateCommand`) を使用してフックを設定する必要があります。 リポジトリの複製後に codespace コンテナーが作成されるため、コンテナー イメージで構成された [Git テンプレート ディレクトリ](https://git-scm.com/docs/git-init#_template_directory) は codespace には適用されません。 代わりに、codespace の作成後にフックをインストールする必要があります。 `postCreateCommand` の使用について詳しくは、{% data variables.product.prodname_vscode_shortname %} ドキュメントの「[`devcontainer.json` リファレンス](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_devcontainerjson-properties)」を参照してください。 {% data reusables.codespaces.use-visual-studio-features %} {% data reusables.codespaces.prebuilds-crossreference %} -## Creating a codespace for a repository +## リポジトリの codespace を作成する {% webui %} {% data reusables.repositories.navigate-to-repo %} -1. Under the repository name, use the "Branch" dropdown menu, and select the branch you want to create a codespace for. +1. リポジトリ名の下で、[ブランチ] ドロップダウンメニューを使用して、codespace を作成するブランチを選びます。 -  + ![[ブランチ] ドロップダウンメニュー](/assets/images/help/codespaces/branch-drop-down.png) -1. Click the **{% octicon "code" aria-label="The code icon" %} Code** button, then click the **Codespaces** tab. +1. **[{% octicon "code" aria-label="The code icon" %} コード]** ボタンをクリックし、 **[Codespaces]** タブをクリックします。 -  + ![[New codespace] ボタン](/assets/images/help/codespaces/new-codespace-button.png) - If codespaces for this repository are billable to an organization, or its parent enterprise, a message is displayed below the **Create codespace on BRANCH** button telling you who will pay for the codespace. + このリポジトリの codespace が組織、またはその親エンタープライズに対して課金可能な場合は、 **[<ブランチ名> で codespace を作成する]** ボタンの下に、codespace の料金を支払うユーザーを示すメッセージが表示されます。 -1. Create your codespace, either using the default options, or after configuring advanced options: +1. 既定のオプションを使用するか、詳細オプションを構成した後に、codespace を作成します。 - * **Use the default options** + * **既定のオプションを使用する** - To create a codespace using the default options, click the plus sign ({% octicon "plus" aria-label="The plus icon" %}). Alternatively, if you don't currently have any codespaces for this repository, you can click **Create codespace on BRANCH**. + 既定のオプションを使用して codespace を作成するには、プラス記号 ({% octicon "plus" aria-label="The plus icon" %}) をクリックします。 または、現在このリポジトリの codespace がない場合は、 **[ブランチで codespace を作成する]** をクリックできます。 - * **Configure options** + * **構成オプション** - To configure advanced options for your codespace, such as a different machine type or a particular `devcontainer.json` file: + 別のマシンの種類や特定の `devcontainer.json` ファイルなど、codespace の詳細オプションを構成するには: - 1. Click the ellipsis (**...**) at the top right of the **Codespaces** tab and select **New with options**. + 1. **[Codespaces]** タブの右上にある省略記号 ( **...** ) をクリックし、 **[オプションを含む新規]** を選びます。 -  +  - 1. On the options page for your codespace, choose your preferred options from the dropdown menus. + 1. codespace のオプション ページで、ドロップダウン メニューから任意のオプションを選びます。 -  +  {% note %} - **Notes** + **メモ** - * You can bookmark the options page to give you a quick way to create a codespace for this repository and branch. - * The [https://github.com/codespaces/new](https://github.com/codespaces/new) page provides a quick way to create a codespace for any repository and branch. You can get to this page quickly by typing `codespace.new` into your browser's address bar. - * For more information about the `devcontainer.json` file, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#devcontainerjson)." - * For more information about machine types, see "[Changing the machine type for your codespace](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace#about-machine-types)." + * オプション ページをブックマークすると、このリポジトリとブランチの codespace をすばやく作成できるようになります。 + * [https://github.com/codespaces/new](https://github.com/codespaces/new) ページでは、リポジトリとブランチの codespace をすばやく作成できます。 ブラウザーのアドレス バーに「`codespace.new`」と入力すると、このページにすばやくアクセスできます。 + * `devcontainer.json` ファイルの詳細については、「[開発コンテナーの概要](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#devcontainerjson)」をご覧ください。 + * マシンの種類について詳しくは、「[codespace のマシンの種類を変更する](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace#about-machine-types)」をご覧ください。 * {% data reusables.codespaces.codespaces-machine-type-availability %} {% endnote %} - 1. Click **Create codespace**. + 1. **[Create codespace]\(codespace の作成\)** をクリックします。 {% endwebui %} @@ -116,30 +121,30 @@ If you want to use Git hooks for your codespace, then you should set up hooks us {% data reusables.cli.cli-learn-more %} -To create a new codespace, use the `gh codespace create` subcommand. +新しい codespace を作成するには、`gh codespace create` サブコマンドを使用します。 ```shell gh codespace create ``` -You are prompted to choose a repository. If codespaces for this repository are billable to an organization, or its parent enterprise, a message is displayed telling you who will pay for the codespace. You are then prompted to choose a branch, a dev container configuration file (if more than one is available), and a machine type (if more than one is available). +リポジトリの選択を求められます。 このリポジトリの codespace が組織、またはその親エンタープライズに対して課金可能な場合は、codespace の料金を支払うユーザーを示すメッセージが表示されます。 その場合、ブランチ、開発コンテナー構成ファイル (複数ある場合)、コンピューターの種類 (複数ある場合) を選ぶように求められます。 -Alternatively, you can use flags to specify some or all of the options: +または、フラグを使用して、次に示すオプションの一部またはすべてを特定することもできます。 ```shell gh codespace create -r OWNER/REPO -b BRANCH --devcontainer-path PATH -m MACHINE-TYPE ``` -In this example, replace `owner/repo` with the repository identifier. Replace `branch` with the name of the branch, or the full SHA hash of the commit, that you want to be initially checked out in the codespace. If you use the `-r` flag without the `b` flag, the codespace is created from the default branch. +この例の `owner/repo` をリポジトリ識別子に置き換えます。 `branch` を codespace で最初にチェックアウトするブランチの名前、またはコミットの完全な SHA ハッシュに置き換えます。 `b` フラグなしで `-r` フラグを使用する場合、codespace は既定のブランチから作成されます。 -Replace `path` with the path to the dev container configuration file you want to use for the new codespace. If you omit this flag and more than one dev container file is available you will be prompted to choose one from a list. For more information about the dev container configuration file, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)." +新しいコードスペースで使用する開発コンテナー構成ファイルへのパスに `path` を置き換えます。 このフラグを省略し、複数の開発コンテナー ファイルを使用できる場合は、リストから 1 つを選ぶダイアログが表示されます。 開発コンテナーの構成ファイルについて詳しくは、「[開発コンテナーの概要](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)」を参照してください。 -Replace `machine-type` with a valid identifier for an available machine type. Identifiers are strings such as: `basicLinux32gb` and `standardLinux32gb`. The type of machines that are available depends on the repository, your personal account, and your location. If you enter an invalid or unavailable machine type, the available types are shown in the error message. If you omit this flag and more than one machine type is available you will be prompted to choose one from a list. +`machine-type` を使用可能なマシンの種類の有効な識別子に置き換えます。 識別子は、`basicLinux32gb` や `standardLinux32gb` のような文字列です。 使用可能なマシンの種類は、リポジトリ、個人用アカウント、場所によって異なります。 無効または使用できないマシンの種類を入力すると、使用可能な種類がエラー メッセージに表示されます。 このフラグを省略し、複数のマシンの種類を使用できる場合は、リストから 1 つを選択するダイアログが表示されます。 -For full details of the options for this command, see [the {% data variables.product.prodname_cli %} manual](https://cli.github.com/manual/gh_codespace_create). +このコマンドのオプションについて詳しくは、[{% data variables.product.prodname_cli %} マニュアル](https://cli.github.com/manual/gh_codespace_create)を参照してください。 {% endcli %} -## Further reading -- "[Opening an existing codespace](/codespaces/developing-in-codespaces/opening-an-existing-codespace)" -- "[Adding an 'Open in {% data variables.product.prodname_github_codespaces %}' badge](/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge)" +## 参考資料 +- [既存の codespace を開く](/codespaces/developing-in-codespaces/opening-an-existing-codespace) +- 「[[{% data variables.product.prodname_github_codespaces %} で開く] バッジの追加](/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge)」 diff --git a/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template.md b/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template.md index 842a20e97185..f5c8755cbbfa 100644 --- a/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template.md +++ b/translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template.md @@ -1,6 +1,6 @@ --- -title: Creating a codespace from a template -intro: If you're starting a new project, you can create a codespace from a blank template or choose a template specially designed for the type of work you want to do. +title: テンプレートから codespace を作成する +intro: 新しいプロジェクトを開始する場合、空のテンプレートから codespace を作成するか、実行する作業の種類用に特別に設計されたテンプレートを選ぶことができます。 versions: fpt: '*' ghec: '*' @@ -11,92 +11,95 @@ topics: - Developer shortTitle: Create a codespace from a template miniTocMaxHeadingLevel: 3 +ms.openlocfilehash: 9e7ee0d110e962fa755f5f57cc70bc3cab341808 +ms.sourcegitcommit: 1f3bd126ca000982c538f1621d47722737740943 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/01/2022 +ms.locfileid: '148188313' --- +## {% data variables.product.prodname_github_codespaces %} のテンプレートについて -## About templates for {% data variables.product.prodname_github_codespaces %} - -If you're starting a new project, you can get started with development work quickly by creating a codespace from a template. You'll be able to work on your project in a cloud-based development environment, save your files in the cloud, and publish your work to a new remote repository that you can share with others or clone to your local machine. +新しいプロジェクトを開始する場合、テンプレートから codespace を作成すると、開発作業をすばやく開始できます。 クラウドベースの開発環境でプロジェクトに取り組み、ファイルをクラウドに保存し、新しいリモート リポジトリに作業内容を公開することで、他のユーザーと共有したり、ローカル コンピューターに複製したりできます。 {% note %} -**Note**: Codespaces created from a template, rather than from a repository, are always billed to your personal account. For more information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)." +**注**: codespace をリポジトリではなくテンプレートから作成すると、常に個人アカウントに課金されます。 詳しくは、「[{% data variables.product.prodname_github_codespaces %} の支払いについて](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)」をご覧ください。 {% endnote %} -You can start from a blank template, choose from templates maintained by {% data variables.product.company_short %} for popular technologies such as React or Jupyter Notebook, or launch a codespace from any template repository on {% data variables.product.prodname_dotcom %}. With a blank template, you'll start with an empty directory, with access to cloud-based compute resources and the tools, languages, and runtime environments that come preinstalled with the default codespace image. With other templates, you'll get starter files for the technology you're working with, plus typically some extra files such as a README file, a `.gitignore` file, and dev container configuration files containing some custom environment configuration. For more information on dev containers and the default image, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)." +空のテンプレートから開始する、{% data variables.product.company_short %} が管理するテンプレートから React や Jupyter Notebook などの一般的なテクノロジを選ぶ、または {% data variables.product.prodname_dotcom %} 上の任意のテンプレート リポジトリから codespace を起動できます。 空のテンプレートを使う場合は、まず空のディレクトリから始めます。クラウドベースのコンピューティング リソースと、既定の codespace イメージにプレインストールされているツール、言語、ランタイム環境にアクセスできます。 他のテンプレートを使う場合は、扱うテクノロジのスターター ファイルに加え、通常は、README ファイル、`.gitignore` ファイル、カスタム環境構成を含む開発コンテナー構成ファイルなどの追加ファイルをいくつか取得します。 開発コンテナーと既定のイメージについて詳しくは、「[開発コンテナーの概要](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)」を参照してください。 -As an example, if you create a codespace from {% data variables.product.company_short %}'s React template, you'll arrive in a workspace containing template files for a simple application, such as `index.js`, `app.js`, and `package.json`. Shortly after the codespace opens, a development server will start up automatically, and you will be able to view the running application in a simple browser tab within the {% data variables.product.prodname_vscode_shortname %} web client. +たとえば、{% data variables.product.company_short %} の React テンプレートから codespace を作成すると、`index.js`、`app.js`、`package.json` など、シンプルなアプリケーション向けのテンプレート ファイルが用意されているワークスペースが表示されます。 codespace が開いた直後に、開発サーバーが自動的に起動し、{% data variables.product.prodname_vscode_shortname %} Web クライアント内のシンプルなブラウザー タブで、実行中のアプリケーションを表示できるようになります。 - + -The files and configuration included in templates are defined in template repositories. The template repository is cloned into your codespace when you create the codespace. After that, the link is severed, and your codespace won't be linked to a remote repository until you publish to one. +テンプレートに含まれるファイルと構成は、テンプレート リポジトリで定義されています。 codespace を作成すると、テンプレート リポジトリは codespace に複製されます。 その後、リンクは切断され、公開するまで codespace はリモート リポジトリにリンクされないようになります。 {% tip %} -**Tip:** To help people get started with your framework, library, or other project, you can set up a template repository for use with {% data variables.product.prodname_github_codespaces %}. For more information, see "[Setting up a template repository for {% data variables.product.prodname_github_codespaces %}](/codespaces/setting-up-your-project-for-codespaces/setting-up-a-template-repository-for-github-codespaces)." +**ヒント:** ユーザーがフレームワーク、ライブラリ、またはその他のプロジェクトを使い始められるように、{% data variables.product.prodname_github_codespaces %} で使うテンプレート リポジトリを設定できます。 詳しくは、「[{% data variables.product.prodname_github_codespaces %} のテンプレート リポジトリを設定する](/codespaces/setting-up-your-project-for-codespaces/setting-up-a-template-repository-for-github-codespaces)」を参照してください。 {% endtip %} -## Creating a codespace from a {% data variables.product.company_short %} template +## {% data variables.product.company_short %} テンプレートから codespace を作成する -Templates maintained by {% data variables.product.company_short %}, including the blank template, are available from the "Your codespaces" page. +空のテンプレートなど、{% data variables.product.company_short %} が管理するテンプレートは、"自分の codespace" ページから入手できます。 -{% data reusables.codespaces.your-codespaces-procedure-step %} -{% data reusables.codespaces.view-all-templates-step %} -1. Optionally, to view the template repository containing the files for a template, click the name of the template. +{% data reusables.codespaces.your-codespaces-procedure-step %} {% data reusables.codespaces.view-all-templates-step %} +1. 必要に応じて、テンプレートのファイルを含むテンプレート リポジトリを表示するには、テンプレートの名前をクリックします。 -  + ![[クイック スタート テンプレートの探索] セクションの [React] が強調表示されているスクリーンショット](/assets/images/help/codespaces/react-template-name.png) -1. Under the template you want to launch, click **Use this template**. +1. 起動するテンプレートの下にある **[このテンプレートを使用]** をクリックします。 -  + ![React テンプレートの下にある [このテンプレートを使用] ボタンが強調表示されているクイック スタート テンプレートのスクリーンショット](/assets/images/help/codespaces/react-template-button.png) {% data reusables.codespaces.template-codespaces-default-editor %} -## Creating a codespace from a template repository +## テンプレート リポジトリから codespace を作成する -You can create a codespace from any template repository, then publish your work to a new repository when you are ready. For more information on template repositories, see "[Creating a repository from a template](/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#about-repository-templates)." +任意のテンプレート リポジトリから codespace を作成し、準備ができたら新しいリポジトリに作業内容を公開できます。 テンプレート リポジトリについて詳しくは、「[テンプレートからリポジトリを作成する](/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#about-repository-templates)」を参照してください。 -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.codespaces.open-template-in-codespace-step %} +{% data reusables.repositories.navigate-to-repo %} {% data reusables.codespaces.open-template-in-codespace-step %} {% note %} - **Note:** If you're a maintainer of the template repository, and want to commit changes to the template repository itself, you should create a codespace from the **{% octicon "code" aria-label="The code icon" %} Code** dropdown. For more information, see "[Creating a codespace for a repository](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)." + **注:** 自分がテンプレート リポジトリの保守管理者で、テンプレート リポジトリ自体に変更をコミットする場合は、 **[{% octicon "code" aria-label="The code icon" %} コード]** ドロップダウンから codespace を作成する必要があります。 詳しくは、「[リポジトリの codespace を作成する](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)」を参照してください。 {% endnote %} {% data reusables.codespaces.template-codespaces-default-editor %} -## Publishing to a repository on {% data variables.product.product_name %} +## {% data variables.product.product_name %} のリポジトリに公開する {% data reusables.codespaces.about-publishing-templates %} -### Publishing from {% data variables.product.prodname_vscode_shortname %} +### {% data variables.product.prodname_vscode_shortname %} から公開する {% data reusables.codespaces.publishing-template-codespaces %} -When a codespace is published, you have access to a greater range of options to customize your {% data variables.product.prodname_github_codespaces %} experience. For example, you can: +codespace が公開されると、自分の {% data variables.product.prodname_github_codespaces %} エクスペリエンスをカスタマイズするためのさまざまなオプションにアクセスできます。 たとえば、次のように操作できます。 -- Change the machine type of your codespace to make sure you're using resources appropriate for the work you're doing (see "[Changing the machine type for your codespace](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace)"). -- Allow {% data variables.product.prodname_dotcom %} to automatically use GPG to sign commits you make in your codespace (see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces)"). -- Share encrypted secrets with your codespace (see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)"). +- codespace のコンピューターの種類を変更して、作業に適したリソースを使っていることを確認します (「[codespace のコンピューターの種類を変更する](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace)」を参照してください)。 +- {% data variables.product.prodname_dotcom %} が自動的に GPG を使って codespace で行うコミットに署名できるようにします (「[{% data variables.product.prodname_github_codespaces %} の GPG 検証を管理する](/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces)」を参照してください)。 +- 暗号化されたシークレットを codespace と共有します (「[codespaces の暗号化されたシークレットを管理する](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)」を参照してください)。 -### Publishing from {% data variables.product.prodname_dotcom_the_website %} +### {% data variables.product.prodname_dotcom_the_website %} から公開する -You can publish an unpublished codespace from the "Your codespaces" page on {% data variables.product.prodname_dotcom_the_website %}. This is useful if you want to publish a codespace that you don't currently have open in your browser. If you do this, your work will be preserved in a repository, but there won't be a link between your existing codespace and the new repository. However, you can navigate to the new repository and create a codespace from there, and this codespace will be connected to the repository. +公開されていない codespace は、{% data variables.product.prodname_dotcom_the_website %} の "自分の codespace" ページから公開できます。 これは、ブラウザー内で現在開いていない codespace を公開する場合に便利です。 これを行うと、作業内容はリポジトリに保持されますが、既存の codespace と新しいリポジトリの間のリンクはなくなります。 ただし、新しいリポジトリに移動し、そこから codespace を作成すると、この codespace はそのリポジトリに接続されるようになります。 {% data reusables.codespaces.your-codespaces-procedure-step %} -1. Next to the unpublished codespace, click the ellipsis (**...**), then select **Publish to a new repository**. +1. 公開されていない codespace の横にある省略記号 ( **...** ) をクリックし、 **[新しいリポジトリに公開する]** を選びます。 -  -1. Choose a name for your new repository, set it as **Public** or **Private**, and click **Create repository**. + ![[新しいリポジトリに公開する] ボタンのスクリーンショット](/assets/images/help/codespaces/publish-to-new-repository.png) +1. 新しいリポジトリの名前を選び、 **[パブリック]** または **[プライベート]** に設定して、 **[リポジトリの作成]** をクリックします。 -  -1. Optionally, to view the new repository, click **See repository**. + ![[新しいリポジトリに公開する] ドロップダウンのスクリーンショット](/assets/images/help/codespaces/template-new-repository-settings.png) +1. 必要に応じて、新しいリポジトリを表示するには、 **[リポジトリの表示]** をクリックします。 -## Further reading +## 参考資料 -- "[Creating a codespace for a repository](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository)" -- "[The codespace lifecycle](/codespaces/getting-started/the-codespace-lifecycle)" -- "[Using source control in your codespace](/codespaces/developing-in-codespaces/using-source-control-in-your-codespace)" \ No newline at end of file +- [リポジトリの codespace を作成する](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository) +- [codespace ライフサイクル](/codespaces/getting-started/the-codespace-lifecycle) +- [codespace でソース管理を使う](/codespaces/developing-in-codespaces/using-source-control-in-your-codespace) diff --git a/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md b/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md index 6514047f4350..a7bbcc4c4350 100644 --- a/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md +++ b/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md @@ -9,12 +9,12 @@ topics: - Codespaces redirect_from: - /codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds -ms.openlocfilehash: e0962e410f2227a23ff98c8a3e7995ea8ec8a914 -ms.sourcegitcommit: e8c012864f13f9146e53fcb0699e2928c949ffa8 +ms.openlocfilehash: eecb77b541cc735fcf788fbc5da6960cabad899d +ms.sourcegitcommit: 9af8891fea10039b3374c76818634e05410e349d ms.translationtype: HT ms.contentlocale: ja-JP -ms.lasthandoff: 11/09/2022 -ms.locfileid: '148158798' +ms.lasthandoff: 12/06/2022 +ms.locfileid: '148191919' --- ## 概要 diff --git a/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md b/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md index c7605e66fcf8..104c4c47c2db 100644 --- a/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md +++ b/translations/ja-JP/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md @@ -1,7 +1,7 @@ --- -title: Configuring prebuilds +title: プレビルドの構成 shortTitle: Configure prebuilds -intro: You can configure your project to prebuild a codespace automatically each time you push a change to your repository. +intro: 変更をリポジトリにプッシュするたびに自動的に codespace をプレビルドするようにプロジェクトを構成できます。 versions: fpt: '*' ghec: '*' @@ -10,106 +10,111 @@ topics: - Codespaces - Set up permissions: People with admin access to a repository can configure prebuilds for the repository. +ms.openlocfilehash: dbb355e150695f27d1d6a7fa51eccc33a0ebde4f +ms.sourcegitcommit: e8c012864f13f9146e53fcb0699e2928c949ffa8 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/09/2022 +ms.locfileid: '148159118' --- +プレビルド構成は、リポジトリの特定のブランチと特定の開発コンテナー構成ファイルの組み合わせに対して設定できます。 -You can set up a prebuild configuration for the combination of a specific branch of your repository with a specific dev container configuration file. +通常、プレビルドが有効な親ブランチから作られたブランチはすべて、同じ開発コンテナー構成のプレビルドも取得します。 これは、親ブランチと同じ開発コンテナー構成を使う子ブランチのプレビルドがほとんどの場合同一であるためであり、これにより、開発者はこれらのブランチの codespace の作成時間を短縮できるというメリットも得られます。 詳細については、[開発コンテナーの概要](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)に関するページをご覧ください。 -Any branches created from a prebuild-enabled parent branch will typically also get prebuilds for the same dev container configuration. This is because prebuilds for child branches that use the same dev container configuration as the parent branch are, for the most part, identical, so developers can benefit from faster codespace creation times on those branches also. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)." +通常、ブランチにプレビルドを構成すると、複数のマシンの種類でプレビルドを使用できるようになります。 しかし、リポジトリが 32 GB を超える場合、提供されるストレージは 32 GB に制限されているため、2 コアと 4 コアのマシンの種類ではプレビルドを使用できません。 -Typically, when you configure prebuilds for a branch, prebuilds will be available for multiple machine types. However, if your repository is greater than 32 GB, prebuilds won't be available for 2-core and 4-core machine types, since the storage these provide is limited to 32 GB. +## 前提条件 -## Prerequisites +プレビルドは、{% data variables.product.prodname_actions %} を使用して作成されます。 その結果、プレビルドを構成するリポジトリに対して {% data variables.product.prodname_actions %} を有効にする必要があります。 詳細については、「[リポジトリの {% data variables.product.prodname_actions %} 設定の管理](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)」を参照してください。 -Prebuilds are created using {% data variables.product.prodname_actions %}. As a result, {% data variables.product.prodname_actions %} must be enabled for the repository for which you are configuring prebuilds. For more information, see "[Managing {% data variables.product.prodname_actions %} settings for a repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)." - -## Configuring prebuilds +## プレビルドの構成 {% data reusables.codespaces.accessing-prebuild-configuration %} -1. In the "Prebuild configuration" section of the page, click **Set up prebuild**. +1. ページの [プレビルド構成] セクションで、 **[プレビルドの設定]** をクリックします。 -  + ![[プレビルドの設定] ボタン](/assets/images/help/codespaces/prebuilds-set-up.png) -1. Choose the branch for which you want to set up prebuilds. +1. プレビルドを設定するブランチを選びます。 -  +  {% note %} - **Note**: Any branches created from a prebuild-enabled base branch will typically also get prebuilds for the same dev container configuration. For example, if you enable prebuilds for a dev container configuration file on the default branch of the repository, branches based on the default branch will, in most cases, also get prebuilds for the same dev container configuration. + **注**: 通常、プレビルドが有効なベース ブランチから作られたブランチはすべて、同じ開発コンテナー構成のプレビルドも取得します。 たとえば、リポジトリの既定のブランチで開発コンテナー構成ファイルのプレビルドを有効にすると、ほとんどの場合、既定のブランチに基づくブランチも同じ開発コンテナー構成のプレビルドを取得するようになります。 {% endnote %} -1. Optionally, in the **Configuration file** dropdown menu that's displayed, choose the `devcontainer.json` configuration file that you want to use for your prebuilds. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#devcontainerjson)." +1. 必要に応じて、表示される **[構成ファイル]** ドロップダウン メニューで、ご自分のプレビルドに使う `devcontainer.json` 構成ファイルを選びます。 詳細については、[開発コンテナーの概要](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#devcontainerjson)に関するページをご覧ください。 -  +  -1. Choose how you want to automatically trigger prebuild updates. +1. プレビルドの更新を自動的にトリガーする方法を選びます。 - * **Every push** (the default setting) - With this setting, prebuilds will be updated on every push made to the given branch. This will ensure that codespaces generated from a prebuild always contain the latest codespace configuration, including any recently added or updated dependencies. - * **On configuration change** - With this setting, prebuilds will be updated every time associated configuration files for a given repo and branch are updated. This ensures that changes to the dev container configuration files for the repository are used when a codespace is generated from a prebuild. The {% data variables.product.prodname_actions %} workflow that updates the prebuilds will run less often, so this option will use fewer {% data variables.product.prodname_actions %} minutes. However, this option will not guarantee that codespaces always include recently added or updated dependencies, so these may have to be added or updated manually after a codespace has been created. - * **Scheduled** - With this setting, you can have your prebuilds updated on a custom schedule that's defined by you. This can reduce consumption of {% data variables.product.prodname_actions %} minutes, however, with this option, codespaces may be created that do not use the latest dev container configuration changes. + * **すべてのプッシュ** (既定の設定) - この設定では、特定のブランチに対して行われるすべてのプッシュで、プレビルドの構成が更新されます。 これにより、プレビルドから生成された codespace には、最近追加または更新された依存関係を含む最新の codespace 構成が常に含まれます。 + * **構成の変更時** - この設定では、特定のリポジトリとブランチの関連する構成ファイルが更新されるたびに、プレビルドが更新されます。 これにより、プレビルドから codespace が生成されるときに、リポジトリの開発コンテナー構成ファイルに対する変更が確実に使用されます。 プレビルドを更新する {% data variables.product.prodname_actions %} ワークフローは実行頻度が低いため、このオプションでは使用する {% data variables.product.prodname_actions %} の使用時間 (分) が少なくなります。 ただし、このオプションでは、codespace に常に最近追加または更新された依存関係が含まれるという保証はないため、codespace の作成後に手動で追加または更新する必要がある場合があります。 + * **スケジュール済み** - この設定では、ユーザーが定義したカスタム スケジュールに基づいてプレビルドを更新できます。 これにより、{% data variables.product.prodname_actions %} の使用時間 (分) を減らすことができますが、このオプションでは、最新の開発コンテナー構成の変更を使用しない codespace を作成できます。 -  +  -1. Optionally, select **Reduce prebuild available to only specific regions** to create prebuilds only in specified regions. Select the regions in which you want prebuilds to be available. +1. 必要に応じて、 **[特定のリージョンでのみ使用できるプレビルドを減らす]** を選び、指定したリージョンにのみプレビルドを作成します。 プレビルドを使用できるようにするリージョンを選びます。 - By default, prebuilds are created in all of the available regions, incurring storage charges per prebuild. + 既定では、使用可能なすべてのリージョンにプレビルドが作成され、プレビルドごとにストレージ料金が発生します。 -  +  {% note %} - **Notes**: - * The prebuild in each region incurs individual storage charges. You should, therefore, only enable prebuilds for regions in which you know they'll be used. For more information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#billing-for-codespaces-prebuilds)." - * Developers can set their default region for {% data variables.product.prodname_github_codespaces %}, which can allow you to enable prebuilds for fewer regions. For more information, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)." + **注**: + * 各リージョンのプレビルドでは、個々のストレージ料金が発生します。 そのため、使用されることがわかっているリージョンに対してのみプレビルドを有効にする必要があります。 詳しくは、「[{% data variables.product.prodname_github_codespaces %} の支払いについて](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#billing-for-codespaces-prebuilds)」をご覧ください。 + * 開発者は、{% data variables.product.prodname_github_codespaces %} の既定のリージョンを設定できます。これにより、より少ないリージョンでプレビルドを有効にすることができます。 詳しくは、「[{% data variables.product.prodname_github_codespaces %} の既定のリージョンの設定](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)」を参照してください。 {% endnote %} -1. Optionally, under **Template history**, set the number of prebuild versions to be retained. You can input any number between 1 and 5. The default number of saved versions is 2, which means that only the latest prebuild and the previous version are saved. +1. 必要に応じて、 **[テンプレートの履歴]** で、保持するプレビルドのバージョンを設定します。 1 から 5 の任意の数を入力できます。 保存されるバージョンの既定の数は 2 です。つまり、最新のプレビルドと前のバージョンのみが保存されます。 -  +  - Depending on your prebuild trigger settings, your prebuild could change with each push or on each dev container configuration change. Retaining older versions of prebuilds enables you to create a prebuild from an older commit with a different dev container configuration than the current prebuild. This setting allows you to set the number of retained versions to a level that is appropriate for your needs. + プレビルドのトリガー設定によっては、プッシュごと、または開発コンテナー構成の変更ごとに、プレビルドが変更される可能性があります。 以前のバージョンのプレビルドを保持すると、現在のプレビルドとは異なる開発コンテナー構成を使用して、以前のコミットからプレビルドを作成できます。 この設定を使用すると、保持されているバージョンの数を、ニーズに適したレベルに設定できます。 - If you set the number of prebuild versions to save to 1, {% data variables.product.prodname_github_codespaces %} will only save the latest version of the prebuild and will delete the older version each time the template is updated. This means you will not get a prebuilt codespace if you go back to an older dev container configuration. + 保存するプレビルドのバージョンの数を 1 に設定した場合、{% data variables.product.prodname_github_codespaces %} によりプレビルドの最新バージョンのみが保存され、テンプレートが更新されるたびに古いバージョンが削除されます。 つまり、以前の開発コンテナー構成に戻った場合、プレビルドの codespace は取得されません。 - There is a storage cost associated with each prebuild version that's retained. For example, if you are generating prebuilds in 4 regions and retaining 2 versions, you will be charged for storage of up to 8 prebuilds. For more information on billing, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." + 保持されている各プレビルド バージョンには、ストレージ コストが関連付けられています。 たとえば、4 つのリージョンでプレビルドを生成し、2 つのバージョンを保持している場合、最大 8 つのプレビルドのストレージに対して課金されます。 課金について詳しくは、「[{% data variables.product.prodname_github_codespaces %} の支払いについて](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)」をご覧ください。 -1. Optionally, add users or teams to notify when the prebuild workflow run fails for this configuration. You can begin typing a username, team name, or full name, then click the name once it appears to add them to the list. The users or teams you add will receive an email when prebuild failures occur, containing a link to the workflow run logs to help with further investigation. +1. 必要に応じて、この構成でプレビルド ワークフローの実行が失敗したときに通知するユーザーまたはチームを追加します。 ユーザー名、チーム名、またはフル ネームの入力を開始し、表示されたら名前をクリックしてリストに追加できます。 追加したユーザーまたはチームは、プレビルド エラーが発生したときに電子メールを受信します。詳しい調査に役立つワークフロー実行ログへのリンクが含まれています。 -  +  -1. Optionally, at the bottom of the page, click **Show advanced options**. +1. 必要に応じて、ページの下部にある **[詳細オプションの表示]** をクリックします。 -  + ![[詳細オプションの表示] が強調表示されているプレビルド構成ページのスクリーンショット](/assets/images/help/codespaces/show-advanced-options.png) - In the "Advanced options" section, if you select **Disable prebuild optimization**, codespaces will be created without a prebuild if the latest prebuild workflow has failed or is currently running. For more information, see "[Troubleshooting prebuilds](/codespaces/troubleshooting/troubleshooting-prebuilds#preventing-out-of-date-prebuilds-being-used)." + [詳細オプション] セクションで、 **[プレビルドの最適化を無効にする]** を選んだ場合、最新のプレビルド ワークフローが失敗したか、現在実行中の場合は、プレビルドなしで codespace が作成されます。 詳しくは、「[プレビルドのトラブルシューティング](/codespaces/troubleshooting/troubleshooting-prebuilds#preventing-out-of-date-prebuilds-being-used)」を参照してください。 -1. Click **Create**. +1. **Create** をクリックしてください。 {% data reusables.codespaces.prebuilds-permission-authorization %} -After you create a prebuild configuration it is listed on the {% data variables.product.prodname_github_codespaces %} page of your repository settings. A {% data variables.product.prodname_actions %} workflow is queued and then run to create prebuilds in the regions you specified, based on the branch and dev container configuration file you selected. +プレビルド構成を作ると、リポジトリ設定の {% data variables.product.prodname_github_codespaces %} ページに一覧表示されます。 {% data variables.product.prodname_actions %} ワークフローがキューに登録され、指定したリージョンで、選んだブランチと開発コンテナー構成ファイルに基づいて、プレビルドを作るために実行されます。 - + -For information about editing and deleting prebuild configurations, see "[Managing prebuilds](/codespaces/prebuilding-your-codespaces/managing-prebuilds)." +プレビルド構成の編集と削除について詳しくは、「[プレビルドを管理する](/codespaces/prebuilding-your-codespaces/managing-prebuilds)」を参照してください。 -## Configuring environment variables +## 環境変数の設定 -To allow the prebuild process to access environment variables required to create your development environment, you can set these either as {% data variables.product.prodname_codespaces %} repository secrets or as {% data variables.product.prodname_codespaces %} organization secrets. For more information, see "[Adding secrets for a repository](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces#adding-secrets-for-a-repository)" and "[Adding secrets for an organization](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces#adding-secrets-for-an-organization)." +開発環境を作成するために必要な環境変数にプレビルド プロセスでアクセスできるようにするには、これらを {% data variables.product.prodname_codespaces %} リポジトリ シークレットとして、または {% data variables.product.prodname_codespaces %} Organization シークレットとして設定できます。 詳細については、「[リポジトリのシークレットの追加](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces#adding-secrets-for-a-repository)」および「[のシークレットの追加](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces#adding-secrets-for-an-organization)」を参照してください。 -Secrets that you create in this way will be accessible by anyone who creates a codespace from this repository. If you do not want this, you can alternatively set the `CODESPACES_PREBUILD_TOKEN` secret. The `CODESPACES_PREBUILD_TOKEN` secret is only used for prebuilding and its value is not accessible in users' codespaces. +この方法で作ったシークレットは、このリポジトリから codespace を作るすべてのユーザーがアクセスできます。 そのようにしたくない場合は、代わりに `CODESPACES_PREBUILD_TOKEN` シークレットを設定できます。 `CODESPACES_PREBUILD_TOKEN` シークレットはプレビルドにのみ使用され、ユーザーの codespace ではその値にアクセスできません。 -Prebuilds cannot use any user-level secrets while building your environment, because these are not available until after the codespace has been created. +環境の構築中は、プレビルドでユーザー レベルのシークレットを使うことはできません。これは、codespace が作られるまで利用できないためです。 -## Configuring time-consuming tasks to be included in the prebuild +## プレビルドに含める時間のかかるタスクの構成 -You can use the `onCreateCommand` and `updateContentCommand` commands in your `devcontainer.json` to include time-consuming processes as part of the prebuild creation. For more information, see the {% data variables.product.prodname_vscode %} documentation, "[devcontainer.json reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts)." +`devcontainer.json` で `onCreateCommand` および `updateContentCommand` コマンドを使用して、プレビルド作成の一部として時間のかかるプロセスを含めることができます。 詳細については、{% data variables.product.prodname_vscode %} のドキュメントの「[devcontainer.json リファレンス](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts)」を参照してください。 -`onCreateCommand` is run only once, when the prebuild is created, whereas `updateContentCommand` is run at creation of the prebuild and at subsequent updates to it. Incremental builds should be included in `updateContentCommand` since they represent the source of your project and need to be included for every prebuild update. +`onCreateCommand` はプレビルドが作成されるときに 1 回だけ実行されますが、`updateContentCommand` はテンプレートの作成時とそれ以降の更新時に実行されます。 インクリメンタル ビルドは `updateContentCommand` に含める必要があります。これらはプロジェクトのソースを表し、プレビルドの更新ごとに含める必要があるためです。 -## Further reading +## 参考資料 -- "[Allowing a prebuild to access other repositories](/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories)" -- "[Troubleshooting prebuilds](/codespaces/troubleshooting/troubleshooting-prebuilds)" +- [プレビルドで他のリポジトリにアクセスできるようにする](/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories) +- [プレビルドに関するトラブルシューティング](/codespaces/troubleshooting/troubleshooting-prebuilds) diff --git a/translations/ja-JP/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md b/translations/ja-JP/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md index 36e4e0ae510f..1c9a118a8593 100644 --- a/translations/ja-JP/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md +++ b/translations/ja-JP/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md @@ -1,7 +1,7 @@ --- -title: Adding an "Open in GitHub Codespaces" badge +title: '[GitHub Codespaces で開く] バッジの追加' shortTitle: Add a Codespaces badge -intro: You can add a badge to a Markdown file in your repository which people can click to create a codespace. +intro: リポジトリ内の Markdown ファイルにバッジを追加し、ユーザーがクリックして codespace を作成できるようにすることができます。 allowTitleToDifferFromFilename: true versions: fpt: '*' @@ -10,50 +10,55 @@ type: how_to topics: - Codespaces - Set up +ms.openlocfilehash: c69a815501f5943a56d32af3e58cd7850a69588b +ms.sourcegitcommit: e8c012864f13f9146e53fcb0699e2928c949ffa8 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/09/2022 +ms.locfileid: '148158782' --- +## 概要 -## Overview +Markdown ファイルに [{% data variables.product.prodname_github_codespaces %} で開く] バッジを追加すると、リポジトリの codespace を簡単に作成できます。 -Adding an "Open in {% data variables.product.prodname_github_codespaces %}" badge to a Markdown file gives people an easy way to create a codespace for your repository. + - +バッジを作成するときに、そのバッジで作成される codespace に対して特定の構成オプションを選ぶことができます。 -When you create a badge you can choose specific configuration options for the codespace that the badge will create. +ユーザーがバッジをクリックすると、codespace の作成用の [詳細オプション] ページに移動します。選んだオプションは事前に選択されています。 詳細オプション ページについて詳しくは、「[リポジトリの codespace の作成](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)」を参照してください。 -When people click the badge they'll be taken to the advanced options page for codespace creation, with the options you chose preselected. For more information about the advanced options page, see "[Creating a codespace for a repository](/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)." +[詳細オプション] ページから、ユーザーは必要に応じて事前に選択された設定を変更し、 **[codespace の作成]** をクリックできます。 -From the advanced options page, users can change the preselected settings if required, then click **Create codespace**. - -## Creating an "Open in {% data variables.product.prodname_github_codespaces %}" badge +## [{% data variables.product.prodname_github_codespaces %} で開く] バッジの作成 {% data reusables.repositories.navigate-to-repo %} -1. Under the repository name, use the "Branch" dropdown menu, and select the branch you want to create the badge for. +1. リポジトリ名の下で、[ブランチ] ドロップダウンメニューを使用して、バッジを作成するブランチを選択します。 -  + ![[ブランチ] ドロップダウン メニューのスクリーンショット](/assets/images/help/codespaces/branch-drop-down.png) -1. Click the **{% octicon "code" aria-label="The code icon" %} Code** button, then click the **Codespaces** tab. +1. **[{% octicon "code" aria-label="The code icon" %} コード]** ボタンをクリックし、 **[Codespaces]** タブをクリックします。 -  + ![[新しい codespace] ボタンのスクリーンショット](/assets/images/help/codespaces/new-codespace-button.png) -1. Click the ellipsis (**...**) at the top right of the **Codespaces** tab, then click **New with options**. +1. **[Codespaces]** タブの右上にある省略記号 ( **...** ) をクリックし、 **[オプションを含む新規]** をクリックします。 -  + ![[codespace の構成と作成] オプションのスクリーンショット](/assets/images/help/codespaces/default-machine-type.png) -1. On the advanced options page for codespace creation, select the values you want to be preselected in each field. +1. codespace 作成の [詳細オプション] ページで、各フィールドで事前に選択される値を選びます。 -  + ![[詳細オプション] ページのスクリーンショット](/assets/images/help/codespaces/advanced-options.png) -1. Copy the URL from the browser's address bar. -1. Add the following Markdown to, for example, the `README.md` file of your repository: +1. ブラウザーのアドレス バーから URL をコピーします。 +1. たとえば、リポジトリの `README.md` ファイルに次の Markdown を追加します。 ```Markdown{:copy} [](COPIED-URL) ``` - For example: + 次に例を示します。 ```Markdown [](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=0000000&machine=premiumLinux&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestUs2) ``` - In the above example, `0000000` will be the reference number of your repository. The other details in the URL are determined by the values you selected in the fields on the advanced options page. + 上記の例では、`0000000` がリポジトリの参照番号になります。 URL のその他の詳細は、[詳細オプション] ページのフィールドで選んだ値によって決まります。 diff --git a/translations/ja-JP/content/codespaces/troubleshooting/troubleshooting-prebuilds.md b/translations/ja-JP/content/codespaces/troubleshooting/troubleshooting-prebuilds.md index 25a547449e4b..5a833716ece8 100644 --- a/translations/ja-JP/content/codespaces/troubleshooting/troubleshooting-prebuilds.md +++ b/translations/ja-JP/content/codespaces/troubleshooting/troubleshooting-prebuilds.md @@ -1,7 +1,7 @@ --- -title: Troubleshooting prebuilds +title: プレビルドに関するトラブルシューティング shortTitle: Codespaces prebuilds -intro: You can use prebuilds to speed up the creation of codespaces. This article provides troubleshooting steps for common issues with prebuilds. +intro: プレビルドを使用して、codespace の作成を高速化できます。 この記事では、プレビルドを使った一般的な問題のトラブルシューティング手順を示します。 versions: fpt: '*' ghec: '*' @@ -9,86 +9,91 @@ type: reference topics: - Codespaces miniTocMaxHeadingLevel: 3 +ms.openlocfilehash: b8c45f9eae6094b78026d055ebea27c3748a8681 +ms.sourcegitcommit: e8c012864f13f9146e53fcb0699e2928c949ffa8 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/09/2022 +ms.locfileid: '148158886' --- +{% data variables.product.prodname_github_codespaces %} のプレビルドの詳細については、「[codespace のプレビルド](/codespaces/prebuilding-your-codespaces)」を参照してください。 -For more information about {% data variables.product.prodname_github_codespaces %} prebuilds, see "[Prebuilding your codespaces](/codespaces/prebuilding-your-codespaces)." +## codespace がプレビルドから作成されたかどうかの確認 -## Checking whether a codespace was created from a prebuild? +codespace を作成する際には、使用する仮想マシンの種類を選択できます。 仮想マシンの種類に対してプレビルドが使用可能な場合は、その横に "{% octicon "zap" aria-label="The zap icon" %} Prebuild ready \(プレビルド対応\)" が表示されます。 -When you create a codespace, you can choose the type of the virtual machine you want to use. If a prebuild is available for the type of virtual machine, "{% octicon "zap" aria-label="The zap icon" %} Prebuild ready" is shown next to it. + - +{% data variables.product.prodname_github_codespaces %} エディターの基本設定を [{% data variables.product.prodname_vscode %} for Web] に設定しており、プレビルドが使用されている場合は、[codespace の設定] ページに "プレビルド codespace が見つかりました" というメッセージが表示されます。 -If you have your {% data variables.product.prodname_github_codespaces %} editor preference set to "{% data variables.product.prodname_vscode %} for Web" then the "Setting up your codespace" page will show the message "Prebuilt codespace found" if a prebuild is being used. + - +同様に、エディターの基本設定が [{% data variables.product.prodname_vscode_shortname %}] の場合、統合ターミナルには、新しい codespace を作成するときに、"リポジトリのプレビルド構成で定義されたプレビルド codespace を使用しています" というメッセージが含まれます。 詳しくは、「[{% data variables.product.prodname_github_codespaces %} の既定のエディターを設定する](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)」をご覧ください。 -Similarly, if your editor preference is "{% data variables.product.prodname_vscode_shortname %}" then the integrated terminal will contain the message "You are on a prebuilt codespace defined by the prebuild configuration for your repository" when you create a new codespace. For more information, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)." - -After you have created a codespace you can check whether it was created from a prebuild by running the following {% data variables.product.prodname_cli %} command in the terminal: +codespace を作成した後、ターミナルで次の {% data variables.product.prodname_cli %} コマンドを実行して、プレビルドから作成されたかどうかを確認できます。 ```shell{:copy} gh api /user/codespaces/$CODESPACE_NAME --jq .prebuild ``` -This returns `true` if the codespace was created using a prebuild. +codespace がプレビルドを使用して作成された場合は、`true` が返されます。 -Alternatively, if {% data variables.product.prodname_cli %} (`gh`) is not installed, you can use the following command, which returns `createFromPrebuild` if the codespace was created from a prebuild: +{% data variables.product.prodname_cli %} (`gh`) がインストールされていない場合は、次のコマンドを使用できます。codespace がプレビルドから作成された場合は、`createFromPrebuild` が返されます。 ```shell{:copy} cat /workspaces/.codespaces/shared/environment-variables.json | jq '.ACTION_NAME' ``` -## The "Prebuild Ready" label is sometimes missing +## "Prebuild Ready" ラベルが欠落している場合がある -You may notice that sometimes, when you create a new codespace from a prebuild-enabled branch, the "{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready" label is not displayed in the dialog box for choosing a machine type. This means that prebuilds are not currently available. +プレビルドが有効なブランチから新しい codespace を作成する場合、コンピューターの種類を選択するためのダイアログ ボックスに "{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready" ラベルが表示されないことがあります。 これは、プレビルドが現在使用できないことを意味します。 -By default, each time you push to a prebuild-enabled branch, the prebuild is updated. If the push involves a change to the dev container configuration then, while the update is in progress, the "{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready" label is removed from the list of machine types. During this time you can still create codespaces without a prebuild. If required, you can reduce the occasions on which prebuilds are unavailable for a repository by setting the prebuild to be updated only when you make a change to your dev container configuration files, or only on a custom schedule. For more information, see "[Configuring prebuilds](/codespaces/prebuilding-your-codespaces/configuring-prebuilds#configuring-prebuilds)." +既定では、プレビルドが有効なブランチにプッシュするたびに、プレビルドが更新されます。 プッシュ操作に開発コンテナー構成への変更が含まれている場合は、更新中に、"{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready \(プレビルド対応\)" ラベルがマシンの種類のリストから削除されます。 この期間も、プレビルドを使用せずに codespace を作成できます。 必要であれば、開発コンテナー構成ファイルを変更したときのみ、またはカスタム スケジュールで指定したときにのみプレビルドが更新されるように設定することで、リポジトリにプレビルドを使用できない場合を減らすことができます。 詳細については、「[プレビルドの構成](/codespaces/prebuilding-your-codespaces/configuring-prebuilds#configuring-prebuilds)」を参照してください。 -If your branch is not specifically enabled for prebuilds it may still benefit from prebuilds if it was branched from a prebuild-enabled branch. However, if the dev container configuration is changed on your branch, so that it's not the same as the configuration on the base branch, prebuilds will no longer be available on your branch. +ブランチがプレビルドに対して特に有効になっていない場合でも、プレビルドが有効なブランチから分岐された場合はプレビルドの利点が得られる可能性があります。 しかし、開発コンテナー構成がご利用のブランチで変更されたために、ベース ブランチの構成とは異なる場合、プレビルドはご利用のブランチで使用できなくなります。 -Here are things to check if the "{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready" label is not displayed for a particular branch: +特定のブランチに対して "{% octicon "zap" aria-label="The zap icon" %} Prebuild Ready" ラベルが表示されない場合の確認事項を以下に示します。 -* Confirm that a prebuild configuration exists for this branch. If you’re not a repository administrator, you'll need to reach out to one to confirm this. -* Confirm that the prebuild configuration includes your region. -* Check whether a change to the dev container configuration was pushed to the prebuild-enabled branch recently. If so, you will typically have to wait until the prebuild workflow run for this push completes before prebuilds are available again. -* If no configuration changes were recently made, go to the **Actions** tab of your repository, click **{% octicon "codespaces" aria-label="The Codespaces icon" %} {% data variables.product.prodname_codespaces %} Prebuilds** in the workflows list, and check that prebuild workflow runs for the branch are succeeding. If latest runs of a workflow failed, and one or more of these failed runs contained changes to the dev container configuration, then there will be no available prebuilds for the associated branch. +* このブランチのプレビルド構成が存在することを確認する。 リポジトリ管理者でない場合は、管理者に連絡して確認する必要があります。 +* プレビルド構成に自分のリージョンが含まれることを確認する。 +* 開発コンテナー構成への変更が、最近、プレビルドが有効になったブランチにプッシュされたかどうかを確認する。 そうである場合は、通常、このプッシュに対してプレビルド ワークフローが実行されるまで待たないと、プレビルドを再び使用することはできません。 +* 構成の変更が最近行われなかった場合は、リポジトリの **[アクション]** タブに移動し、ワークフロー リストの **{% octicon "codespaces" aria-label="The Codespaces icon" %} [{% data variables.product.prodname_codespaces %} プレビルド]** をクリックし、ブランチに対してプレビルド ワークフローが正常に実行されたことを確認します。 ワークフローの最新の実行が失敗し、これらの失敗した実行の 1 つ以上に開発コンテナー構成への変更が含まれていた場合、関連するブランチに対して使用可能なプレビルドはありません。 -## Some resources cannot be accessed in codespaces created using a prebuild +## プレビルドを使って作った codespace で一部のリソースにアクセスできない -If the `devcontainer.json` configuration file for a prebuild configuration specifies that permissions for access to other repositories are required, then the repository administrator is prompted to authorize these permissions when they create or update the prebuild configuration. If the administrator does not grant all of the requested permissions there's a chance that problems may occur in the prebuild, and in codespaces created from this prebuild. This is true even if the user who creates a codespace based on this prebuild _does_ grant all of the permissions when they are prompted to do so. +プレビルド構成の `devcontainer.json` 構成ファイルで、他のリポジトリへのアクセス許可が必要であることが指定されている場合、リポジトリ管理者は、プレビルド構成を作成または更新するときに、これらのアクセス許可を認可するように求められます。 管理者が要求されたすべてのアクセス許可を付与していない場合、プレビルドと、このプレビルドから作った codespace で問題が発生する可能性があります。 これは、このプレビルドに基づいて codespace を作るユーザーが、すべてのアクセス許可を付与するように求められ、"付与した" 場合でも起こります。 -## Troubleshooting failed workflow runs for prebuilds +## プレビルドに対するワークフロー実行が失敗した場合のトラブルシューティング -### Increasing the {% data variables.product.prodname_actions %} spending limit +### {% data variables.product.prodname_actions %} の使用制限を増やす -Prebuilds are created and updated using {% data variables.product.prodname_actions %}. Your prebuild workflows will fail if you have used all of your {% data variables.product.prodname_actions %} minutes and have reached your spending limit. If this occurs you can increase your {% data variables.product.prodname_actions %} spending limit to allow the workflows to run. For more information, see "[Managing your spending limit for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)." +プレビルドは、{% data variables.product.prodname_actions %} を使用して作成および更新されます。 {% data variables.product.prodname_actions %} の分数をすべて使用し、使用制限に達した場合、プレビルド ワークフローは失敗します。 このような場合は、{% data variables.product.prodname_actions %} の使用制限を増やして、ワークフローが実行できるようにします。 詳しい情報については、「[{% data variables.product.prodname_actions %} の使用制限の管理](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)」を参照してください。 -### Authorizing access permissions +### アクセス許可の承認 -If the `devcontainer.json` configuration file for a prebuild configuration is updated to specify that permissions for access to other repositories are required, and a repository administrator has not been prompted to authorize these permissions for the prebuild configuration, then the prebuild workflow may fail. Try updating the prebuild configuration, without making any changes. If, when you click **Update**, the authorization page is displayed, check that the requested permissions are appropriate and, if so, authorize the request. For more information, see "[Managing prebuilds](/codespaces/prebuilding-your-codespaces/managing-prebuilds#editing-a-prebuild-configuration)" and "[Managing access to other repositories within your codespace](/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces#setting-additional-repository-permissions)." +プレビルド構成の `devcontainer.json` 構成ファイルが、他のリポジトリへのアクセス許可が必要であることを指定するように更新され、リポジトリ管理者がプレビルド構成にこれらのアクセス許可を認可するように求められなかった場合、プレビルド ワークフローが失敗する可能性があります。 何も変更せずに、プレビルド構成を更新してみてください。 **[更新]** をクリックして、認可ページが表示される場合は、要求されたアクセス許可が適切であることを確認し、適切であれば、要求を認可します。 詳しくは、「[プレビルドを管理する](/codespaces/prebuilding-your-codespaces/managing-prebuilds#editing-a-prebuild-configuration)」と「[codespace 内の他のリポジトリへのアクセスを管理する](/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces#setting-additional-repository-permissions)」をご覧ください。 -If the workflow runs for a prebuild configuration are failing, you can temporarily disable the prebuild configuration while you investigate. For more information, see "[Managing prebuilds](/codespaces/prebuilding-your-codespaces/managing-prebuilds#disabling-a-prebuild-configuration)." +プレビルド構成に対するワークフロー実行が失敗する場合は、調査の間、一時的にプレビルド構成を無効にすることができます。 詳細については、「[プレビルドの管理](/codespaces/prebuilding-your-codespaces/managing-prebuilds#disabling-a-prebuild-configuration)」を参照してください。 -### Preventing out-of-date prebuilds being used +### 古いプレビルドが使用されないようにする -By default, if the latest prebuild workflow has failed, then a previous prebuild for the same combination of repository, branch, and `devcontainer.json` configuration file will be used to create new codespaces. This behavior is called prebuild optimization. +既定では、最新のプレビルド ワークフローが失敗した場合、リポジトリ、ブランチ、および `devcontainer.json` 構成ファイルの同じ組み合わせに対して以前のプレビルドが使用され、新しい codespace が作成されます。 この動作は、プレビルド最適化と呼ばれます。 -We recommend keeping prebuild optimization enabled, because it helps ensure that codespaces can still be created quickly if an up-to-date prebuild is not available. However, as a repository administrator, you can disable prebuild optimization if you run into problems with prebuilt codespaces being behind the current state of the branch. If you disable prebuild optimization, codespaces for the relevant combination of repository, branch, and `devcontainer.json` file will be created without a prebuild if the latest prebuild workflow has failed or is currently running. +プレビルドの最適化を有効にしておくことをお勧めします。これは、最新のプレビルドが使用できない場合でも codespace を迅速に作成できるようにするためです。 ただし、リポジトリ管理者は、プレビルドの codespace が現在のブランチの状態の背後にあるという問題が発生した場合に、プレビルドの最適化を無効にすることができます。 プレビルドの最適化を無効にすると、最新のプレビルド ワークフローが失敗した場合、または現在実行中の場合、リポジトリ、ブランチ、`devcontainer.json` ファイルの関連する組み合わせの codespace がプレビルドなしで作成されます。 {% data reusables.codespaces.accessing-prebuild-configuration %} -1. To the right of the affected prebuild configuration, select the ellipsis (**...**), then click **Edit**. +1. 影響を受けるプレビルド構成の右側にある省略記号 ( **...** ) を選び、 **[編集]** をクリックします。 -  -1. Scroll to the bottom of the "Edit configuration" page and click **Show advanced options**. + ![[編集] が強調表示されているプレビルドの一覧のスクリーンショット](/assets/images/help/codespaces/edit-prebuild-configuration.png) +1. [構成の編集] ページの下部までスクロールし、 **[詳細オプションの表示]** をクリックします。 -  -1. If you're sure you want to disable the default setting, select **Disable prebuild optimization**. + ![[詳細オプションの表示] が強調表示されているプレビルド構成ページのスクリーンショット](/assets/images/help/codespaces/show-advanced-options.png) +1. 既定の設定を無効にする必要がある場合は、 **[プレビルドの最適化を無効にする]** を選びます。 -  -1. To save your change, click **Update**. + ![詳細オプション セクションと [プレビルドの最適化を無効にする] 設定のスクリーンショット](/assets/images/help/codespaces/disable-prebuild-optimization.png) +1. 変更を保存するには、 **[更新]** をクリックします。 -## Further reading +## 参考資料 -- "[Configuring prebuilds](/codespaces/prebuilding-your-codespaces/configuring-prebuilds)" -- "[Managing prebuilds](/codespaces/prebuilding-your-codespaces/managing-prebuilds)" +- [プレビルドの構成](/codespaces/prebuilding-your-codespaces/configuring-prebuilds) +- [プレビルドの管理](/codespaces/prebuilding-your-codespaces/managing-prebuilds) diff --git a/translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md b/translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md index e87056d558a4..8f7905ac4574 100644 --- a/translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md +++ b/translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md @@ -1,6 +1,6 @@ --- -title: 既定のコミュニティ正常性ファイルの作成 -intro: CONTRIBUTING や CODE_OF_CONDUCT など、デフォルトのコミュニティ健全性ファイルを作成できます。 デフォルトのファイルは、そのような種類の独自ファイルを持たないアカウントが所有するすべてのリポジトリに使用されます。 +title: Creating a default community health file +intro: 'You can create default community health files, such as CONTRIBUTING and CODE_OF_CONDUCT. Default files will be used for any repository owned by the account that does not contain its own file of that type.' redirect_from: - /articles/creating-a-default-community-health-file-for-your-organization - /github/building-a-strong-community/creating-a-default-community-health-file-for-your-organization @@ -12,41 +12,46 @@ versions: topics: - Community shortTitle: Community health file -ms.openlocfilehash: 762af2fcbbc16e0bfc671df2409fede9ea6e2c67 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: ja-JP -ms.lasthandoff: 09/05/2022 -ms.locfileid: '145117637' --- -## デフォルトのコミュニティ健全性ファイルについて -既定のコミュニティ正常性ファイルは、`.github` という名前のパブリック リポジトリ、リポジトリのルート、または `docs` や `.github` フォルダーに追加できます。 +## About default community health files -{% data variables.product.product_name %} は、次のいずれかの場所にその種類の独自ファイルを持たないアカウントが所有するリポジトリのデフォルトファイルを使用および表示します。 -- リポジトリのルート -- `.github` フォルダー -- `docs` フォルダー +You can add default community health files to a public repository called `.github`, in the root of the repository or in the `docs` or `.github` folders. -たとえば、独自の CONTRIBUTING ファイルを持たないリポジトリで Issue またはプルリクエストを作成すると、デフォルトの CONTRIBUTING ファイルへのリンクが表示されます。 リポジトリの独自の `.github/ISSUE_TEMPLATE` フォルダーにファイルがある場合{% ifversion fpt or ghes or ghec %} (Issue テンプレートや *config.yml* ファイルを含む){% endif %}、既定の `.github/ISSUE_TEMPLATE` フォルダーの内容は使われません。 +{% data variables.product.product_name %} will use and display default files for any repository owned by the account that does not have its own file of that type in any of the following places: +- the root of the repository +- the `.github` folder +- the `docs` folder -既定のファイルは、`.github` リポジトリにのみ格納されるため、個別のリポジトリのクローン、パッケージ、ダウンロードには含まれません。 +For example, anyone who creates an issue or pull request in a repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% ifversion fpt or ghes or ghec %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used. -## サポートされているファイルの種類 +Default files are not included in clones, packages, or downloads of individual repositories because they are stored only in the `.github` repository. -次のコミュニティ正常性ファイルの既定のものを、Organization {% ifversion fpt or ghes or ghec %} または個人アカウント {% endif %} に作成できます。 +## Supported file types -コミュニティ正常性ファイル | 説明 --- | ---{% ifversion fpt or ghec %} *CODE_OF_CONDUCT.md* | CODE_OF_CONDUCT ファイルでは、コミュニティに参加する方法の標準が定義されています。 詳細については、「[プロジェクトへの行動規範の追加](/articles/adding-a-code-of-conduct-to-your-project/)」を参照してください。{% endif %} *CONTRIBUTING.md* | CONTRIBUTING ファイルでは、プロジェクトに投稿する方法が示されています。 詳細については、「[リポジトリ コントリビューターのためのガイドラインを定める](/articles/setting-guidelines-for-repository-contributors/)」を参照してください。{% ifversion fpt or ghec %} *FUNDING.yml* | FUNDING ファイルでは、リポジトリにスポンサー ボタンが表示されて、オープンソース プロジェクトの資金調達オプションの表示が増えます。 詳細については、「[リポジトリにスポンサー ボタンを表示する](/articles/displaying-a-sponsor-button-in-your-repository)」を参照してください。{% endif %} Issue と pull request のテンプレート{% ifversion fpt or ghes or ghec %}および *config.yml*{% endif %} | Issue と pull request のテンプレートでは、自分のリポジトリに共同作成者が Issue や pull request を開くときに含めてほしい情報をカスタマイズおよび標準化します。 詳細については、「[Issue とプル リクエストのテンプレートについて](/articles/about-issue-and-pull-request-templates/)」を参照してください。{% ifversion fpt or ghes or ghec %} *SECURITY.md* | SECURITY ファイルでは、プロジェクトでセキュリティ脆弱性を報告する方法の手順を示します。 詳細については、「[リポジトリにセキュリティ ポリシーを追加する](/code-security/getting-started/adding-a-security-policy-to-your-repository)」を参照してください。{% endif %} *SUPPORT.md* | SUPPORT ファイルでは、プロジェクトに関するヘルプを得る方法がわかるようにします。 詳細については、「[プロジェクトへのサポート リソースの追加](/articles/adding-support-resources-to-your-project/)」を参照してください。 +You can create defaults in your organization{% ifversion fpt or ghes or ghec %} or personal account{% endif %} for the following community health files: -デフォルトのライセンスファイルを作成することはできません。 ライセンスファイルは、プロジェクトのクローン時、パッケージ時、またはダウンロード時に含められるよう、個々のリポジトリに追加する必要があります。 +Community health file | Description +--- | ---{% ifversion fpt or ghec %} +*CODE_OF_CONDUCT.md* | A CODE_OF_CONDUCT file defines standards for how to engage in a community. For more information, see "[Adding a code of conduct to your project](/articles/adding-a-code-of-conduct-to-your-project/)."{% endif %} +*CONTRIBUTING.md* | A CONTRIBUTING file communicates how people should contribute to your project. For more information, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors/)."{% ifversion discussion-category-forms %} +Discussion category forms | Discussion category forms customize the templates that are available for community members to use when they open new discussions in your repository. For more information, see "[Creating discussion category forms](/discussions/managing-discussions-for-your-community/creating-discussion-category-forms)."{% endif %}{% ifversion fpt or ghec %} +*FUNDING.yml* | A FUNDING file displays a sponsor button in your repository to increase the visibility of funding options for your open source project. For more information, see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)."{% endif %} +Issue and pull request templates{% ifversion fpt or ghes or ghec %} and *config.yml*{% endif %} | Issue and pull request templates customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates/)."{% ifversion fpt or ghes or ghec %} +*SECURITY.md* | A SECURITY file gives instructions for how to report a security vulnerability in your project. For more information, see "[Adding a security policy to your repository](/code-security/getting-started/adding-a-security-policy-to-your-repository)."{% endif %} +*SUPPORT.md* | A SUPPORT file lets people know about ways to get help with your project. For more information, see "[Adding support resources to your project](/articles/adding-support-resources-to-your-project/)." -## デフォルトのファイル用にリポジトリを作成 +You cannot create a default license file. License files must be added to individual repositories so the file will be included when a project is cloned, packaged, or downloaded. + +## Creating a repository for default files {% data reusables.repositories.create_new %} -2. **[所有者]** ドロップダウン メニューを使用し、既定のファイルを作成する Organization {% ifversion fpt or ghes or ghec %} または個人アカウント {% endif %} を選択します。 - ![[所有者] ドロップダウン メニュー](/assets/images/help/repository/create-repository-owner.png) -3. リポジトリの名前として「 **.github**」と入力し、必要に応じて説明を入力します。 -  -4. リポジトリの状態が **[パブリック]** に設定されていることを確認します (既定のファイルのリポジトリをプライベートにすることはできません)。 -  {% data reusables.repositories.initialize-with-readme %} {% data reusables.repositories.create-repo %} -7. リポジトリの中に、サポートされているコミュニティ健全性ファイルの 1 つを作成します。 Issue テンプレート{% ifversion fpt or ghes or ghec %}とその構成ファイル{% endif %}は、`.github/ISSUE_TEMPLATE` という名前のフォルダーに存在する必要があります。 他のすべてのサポートされるファイルは、リポジトリのルート、`.github` フォルダー、または `docs` フォルダーに置くことができます。 詳細については、「[新しいファイルの作成](/articles/creating-new-files/)」を参照してください。 +2. Use the **Owner** drop-down menu, and select the organization{% ifversion fpt or ghes or ghec %} or personal account{% endif %} you want to create default files for. +  +3. Type **.github** as the name for your repository, and an optional description. +  +4. Make sure the repository status is set to **Public** (a repository for default files cannot be private). +  +{% data reusables.repositories.initialize-with-readme %} +{% data reusables.repositories.create-repo %} +7. In the repository, create one of the supported community health files. Issue templates{% ifversion fpt or ghes or ghec %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. All other supported files may be in the root of the repository, the `.github` folder, or the `docs` folder. For more information, see "[Creating new files](/articles/creating-new-files/)." diff --git a/translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md b/translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md index 44aa07505cf3..e40c35ff9201 100644 --- a/translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md +++ b/translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md @@ -1,6 +1,6 @@ --- -title: Creating a pull request template for your repository -intro: 'When you add a pull request template to your repository, project contributors will automatically see the template''s contents in the pull request body.' +title: リポジトリ用のプルリクエストテンプレートの作成 +intro: リポジトリにプルリクエストのテンプレートを追加すると、プロジェクトのコントリビューターはプルリクエストの本体にテンプレートの内容を自動的に見ることになります。 redirect_from: - /articles/creating-a-pull-request-template-for-your-repository - /github/building-a-strong-community/creating-a-pull-request-template-for-your-repository @@ -12,41 +12,44 @@ versions: topics: - Community shortTitle: Create a PR template +ms.openlocfilehash: fa4d3cf78b63af147c85b8f6d77d7cca74e3853a +ms.sourcegitcommit: 4daa156856e651cb3854ead40e35bd918e481ad6 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 12/02/2022 +ms.locfileid: '148190409' --- +詳細については、「[Issue と pull request テンプレートについて](/articles/about-issue-and-pull-request-templates)」を参照してください。 -For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates)." - -You can create a *PULL_REQUEST_TEMPLATE/* subdirectory in any of the supported folders to contain multiple pull request templates, and use the `template` query parameter to specify the template that will fill the pull request body. For more information, see "[Using query parameters to create a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)." +サポートしているどのフォルダーでも *PULL_REQUEST_TEMPLATE/* サブディレクトリを作成し、pull request テンプレートを複数含めることができます。また、`template` クエリ パラメーターで pull request の本文に使用するテンプレートを指定できます。 詳細については、「[クエリ パラメーターを使用して pull request を作成する](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)」を参照してください。 {% ifversion fpt or ghes or ghec %} -You can create default pull request templates for your organization{% ifversion fpt or ghes or ghec %} or personal account{% endif %}. For more information, see "[Creating a default community health file](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)." +ご自分の Organization {% ifversion fpt or ghes or ghec %}または個人用アカウント{% endif %}向けに既定の pull request を作成することができます。 詳細については、「[既定のコミュニティ正常性ファイルの作成](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)」を参照してください。 {% endif %} -## Adding a pull request template - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.files.add-file %} -3. In the file name field: - - To make your pull request template visible in the repository's root directory, name the pull request template `pull_request_template.md`. -  - - To make your pull request template visible in the repository's `docs` directory, name the pull request template `docs/pull_request_template.md`. -  - - To store your file in a hidden directory, name the pull request template `.github/pull_request_template.md`. -  - - To create multiple pull request templates and use the `template` query parameter to specify a template to fill the pull request body, type *.github/PULL_REQUEST_TEMPLATE/*, then the name of your pull request template. For example, `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`. You can also store multiple pull request templates in a `PULL_REQUEST_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[Using query parameters to create a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)." -  -4. In the body of the new file, add your pull request template. This could include: - - A [reference to a related issue](/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests) in your repository. - - A description of the changes proposed in the pull request. - - [@mentions](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams) of the person or team responsible for reviewing proposed changes. -{% data reusables.files.write_commit_message %} -{% data reusables.files.choose_commit_branch %} Templates are available to collaborators when they are merged into the repository's default branch. +## プルリクエストテンプレートの追加 + +{% data reusables.repositories.navigate-to-repo %} {% data reusables.files.add-file %} +3. ファイル名フィールドで: + - pull request テンプレートをリポジトリのルート ディレクトリで表示するには、pull request テンプレートに `pull_request_template.md` という名前を付けます。 +  + - pull request テンプレートをリポジトリの `docs` ディレクトリで表示するには、pull request テンプレートに `docs/pull_request_template.md` という名前を付けます。 +  + - ファイルを非表示のディレクトリに格納するには、pull request テンプレートを `.github/pull_request_template.md` という名前にします。 +  + - pull request テンプレートを複数作成し、`template` クエリ パラメーターを使用して pull request の本文を埋めるテンプレートを指定するには、 *.github/PULL_REQUEST_TEMPLATE/* と入力し、続けてお使いの pull request テンプレートの名前を入力します。 たとえば、「 `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md` 」のように入力します。 ルートまたは `docs/` ディレクトリ内の `PULL_REQUEST_TEMPLATE` サブディレクトリに複数の pull request テンプレートを格納することもできます。 詳細については、「[クエリ パラメーターを使用して pull request を作成する](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)」を参照してください。 +  +4. 新しいファイルの本文にプルリクエストテンプレートを追加します。 そこに盛り込むべき項目として、以下のようなものがあります: + - ご自分のリポジトリ内の [関連する Issue への参照](/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests)。 + - プルリクエストで提案された変更の説明。 + - レビューを行っている提案された変更の責任を負う個人またはチームの [@mentions](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams)。 +{% data reusables.files.write_commit_message %} {% data reusables.files.choose_commit_branch %} テンプレートがリポジトリの既定のブランチにマージされると、コラボレーターがテンプレートを使用できるようになります。 {% data reusables.files.propose_new_file %} -## Further reading +## 参考資料 -- "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates)" -- "[About automation for issues and pull requests with query parameters](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters)" -- "[Creating a pull request](/articles/creating-a-pull-request)" +- [Issue と pull request テンプレートについて](/articles/about-issue-and-pull-request-templates) +- [クエリ パラメーターを使用した Issue および pull request の自動化について](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters) +- [pull request の作成方法](/articles/creating-a-pull-request) diff --git a/translations/ja-JP/content/developers/apps/getting-started-with-apps/about-apps.md b/translations/ja-JP/content/developers/apps/getting-started-with-apps/about-apps.md index db0162551d30..44f65efe23e7 100644 --- a/translations/ja-JP/content/developers/apps/getting-started-with-apps/about-apps.md +++ b/translations/ja-JP/content/developers/apps/getting-started-with-apps/about-apps.md @@ -1,6 +1,6 @@ --- -title: About apps -intro: 'You can build integrations with the {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} APIs to add flexibility and reduce friction in your own workflow.{% ifversion fpt or ghec %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}' +title: アプリケーションについて +intro: '{% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API でインテグレーションを構築し、柔軟性を強化して自分のワークフローの摩擦を軽減できます。{% ifversion fpt or ghec %}また、[{% data variables.product.prodname_marketplace %}](https://github.com/marketplace) で他のユーザーとインテグレーションを共有することも可能です。{% endif %}' redirect_from: - /apps/building-integrationssetting-up-a-new-integration - /apps/building-integrations @@ -14,93 +14,99 @@ versions: ghec: '*' topics: - GitHub Apps +ms.openlocfilehash: a66af14f6047b2aff435ac4ac8dc83d7a1181e92 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148107358' --- -Apps on {% data variables.product.prodname_dotcom %} allow you to automate and improve your workflow. You can build apps to improve your workflow.{% ifversion fpt or ghec %} You can also share or sell apps in [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace). To learn how to list an app on {% data variables.product.prodname_marketplace %}, see "[Getting started with GitHub Marketplace](/marketplace/getting-started/)."{% endif %} +{% data variables.product.prodname_dotcom %} のアプリケーションを使用すると、ワークフローを自動化し改善できます。 アプリをビルドしてワークフローを改善できます。{% ifversion fpt or ghec %} また、[{% data variables.product.prodname_marketplace %}](https://github.com/marketplace) でアプリを共有または販売することもできます。 {% data variables.product.prodname_marketplace %} にアプリを掲載する方法については、[GitHub Marketplace の概要](/marketplace/getting-started/)を参照してください。{% endif %} -{% data reusables.marketplace.github_apps_preferred %}, but GitHub supports both {% data variables.product.prodname_oauth_apps %} and {% data variables.product.prodname_github_apps %}. For information on choosing a type of app, see "[Differences between GitHub Apps and OAuth Apps](/developers/apps/differences-between-github-apps-and-oauth-apps)." +{% data reusables.marketplace.github_apps_preferred %}。ただし、GitHub は {% data variables.product.prodname_oauth_apps %} と {% data variables.product.prodname_github_apps %} の両方をサポートしています。 アプリの種類の選択については、「[GitHub App と OAuth App の違い](/developers/apps/differences-between-github-apps-and-oauth-apps)」を参照してください。 {% data reusables.apps.general-apps-restrictions %} -For a walkthrough of the process of building a {% data variables.product.prodname_github_app %}, see "[Building Your First {% data variables.product.prodname_github_app %}](/apps/building-your-first-github-app)." +{% data variables.product.prodname_github_app %} をビルドする手順については、「[最初の {% data variables.product.prodname_github_app %} のビルド](/apps/building-your-first-github-app)」を参照してください。 -## About {% data variables.product.prodname_github_apps %} +## {% data variables.product.prodname_github_apps %} について -{% data variables.product.prodname_github_apps %} are first-class actors within GitHub. A {% data variables.product.prodname_github_app %} acts on its own behalf, taking actions via the API directly using its own identity, which means you don't need to maintain a bot or service account as a separate user. +{% data variables.product.prodname_github_apps %} は GitHub の中でも主役級の存在です。 {% data variables.product.prodname_github_app %} は独自で動作し、独自の ID を使用して API 経由で直接アクションを実行します。つまり、ボットやサービスアカウントを別途維持する必要がありません。 -{% data variables.product.prodname_github_apps %} can be installed directly on organizations and personal accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions. When you set up your {% data variables.product.prodname_github_app %}, you can select the repositories you want it to access. For example, you can set up an app called `MyGitHub` that writes issues in the `octocat` repository and _only_ the `octocat` repository. To install a {% data variables.product.prodname_github_app %}, you must be an organization owner or have admin permissions in a repository. +{% data variables.product.prodname_github_apps %} は、Organization や個人アカウントに直接インストールでき、特定のリポジトリへのアクセス権を付与できます。 精細なアクセス権限が付いており、webhook が組み込まれています。 {% data variables.product.prodname_github_app %} をセットアップする際、アクセスさせるリポジトリを選択できます。 たとえば、リポジトリに問題を書き込み、リポジトリ`MyGitHub`のみに`octocat`_書_ き込むアプリを`octocat`設定できます。 {% data variables.product.prodname_github_app %} をインストールするには、Organization のオーナーであるか、リポジトリで管理者権限を持っている必要があります。 {% data reusables.apps.app_manager_role %} -{% data variables.product.prodname_github_apps %} are applications that need to be hosted somewhere. For step-by-step instructions that cover servers and hosting, see "[Building Your First {% data variables.product.prodname_github_app %}](/apps/building-your-first-github-app)." +{% data variables.product.prodname_github_apps %} は、どこかにホストする必要があるアプリケーションです。 サーバーとホスティングに関する詳しい手順については、「[最初の {% data variables.product.prodname_github_app %} のビルド](/apps/building-your-first-github-app)」をご覧ください。 -To improve your workflow, you can create a {% data variables.product.prodname_github_app %} that contains multiple scripts or an entire application, and then connect that app to many other tools. For example, you can connect {% data variables.product.prodname_github_apps %} to GitHub, Slack, other in-house apps you may have, email programs, or other APIs. +ワークフローを改善するため、複数のスクリプトまたはアプリケーション全体を含む {% data variables.product.prodname_github_app %} を作成し、それをその他の数多くのツールと接続できます。 たとえば、{% data variables.product.prodname_github_apps %} を GitHub、Slack、その他の社内アプリケーション、電子メールプログラム、その他の API などに接続できます。 -Keep these ideas in mind when creating {% data variables.product.prodname_github_apps %}: +{% data variables.product.prodname_github_apps %} を作成する際は、以下に気を付けてください。 {% ifversion fpt or ghec %} * {% data reusables.apps.maximum-github-apps-allowed %} {% endif %} -* A {% data variables.product.prodname_github_app %} should take actions independent of a user (unless the app is using a [user-to-server](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) token). {% data reusables.apps.expiring_user_authorization_tokens %} +* {% data variables.product.prodname_github_app %} は、(アプリが[ユーザーからサーバーへの](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests)トークンを使用している場合を除き) ユーザーに依存しないアクションを実行する必要があります。 {% data reusables.apps.expiring_user_authorization_tokens %} -* Make sure the {% data variables.product.prodname_github_app %} integrates with specific repositories. -* The {% data variables.product.prodname_github_app %} should connect to a personal account or an organization. -* Don't expect the {% data variables.product.prodname_github_app %} to know and do everything a user can. -* Don't use a {% data variables.product.prodname_github_app %} if you just need a "Login with GitHub" service. But a {% data variables.product.prodname_github_app %} can use a [user identification flow](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/) to log users in _and_ do other things. -* Don't build a {% data variables.product.prodname_github_app %} if you _only_ want to act as a GitHub user and do everything that user can do.{% ifversion fpt or ghec %} +* {% data variables.product.prodname_github_app %} は、必ず特定のリポジトリと統合するようにしてください。 +* {% data variables.product.prodname_github_app %} は個人アカウントまたは Organization に接続する必要があります。 +* ユーザができる全てのことを {% data variables.product.prodname_github_app %} が知り、行えるとは思わないでください。 +* 単に「GitHub でログイン」するサービスが必要な場合は、{% data variables.product.prodname_github_app %} を使用しないでください。 ただし、{% data variables.product.prodname_github_app %} では [、ユーザー識別フロー](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/) を使用してユーザーをログイン _させ、_ 他の操作を実行できます。 +* GitHub ユーザーとして動作し、ユーザーが実行できることをすべて実行したい _だけ_ の場合は、{% data variables.product.prodname_github_app %} をビルドしないでください。{% ifversion fpt or ghec %} * {% data reusables.apps.general-apps-restrictions %}{% endif %} -To begin developing {% data variables.product.prodname_github_apps %}, start with "[Creating a {% data variables.product.prodname_github_app %}](/apps/building-github-apps/creating-a-github-app/)."{% ifversion fpt or ghec %} To learn how to use {% data variables.product.prodname_github_app %} Manifests, which allow people to create preconfigured {% data variables.product.prodname_github_apps %}, see "[Creating {% data variables.product.prodname_github_apps %} from a manifest](/apps/building-github-apps/creating-github-apps-from-a-manifest/)."{% endif %} +{% data variables.product.prodname_github_apps %} アプリケーションの開発を始めるには、「[{% data variables.product.prodname_github_app %} の作成](/apps/building-github-apps/creating-a-github-app/)」から取りかかってください。{% ifversion fpt or ghec %}構成済みの {% data variables.product.prodname_github_apps %} を作成できる {% data variables.product.prodname_github_app %} マニフェストの使い方については、「[マニフェストからの {% data variables.product.prodname_github_apps %} の作成](/apps/building-github-apps/creating-github-apps-from-a-manifest/)」を参照してください。{% endif %} -## About {% data variables.product.prodname_oauth_apps %} +## {% data variables.product.prodname_oauth_apps %} について -OAuth2 is a protocol that lets external applications request authorization to private details in a user's {% data variables.product.prodname_dotcom %} account without accessing their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data and can be revoked by users at any time. +OAuth2 は、外部アプリケーションがパスワードにアクセスすることなく、ユーザの {% data variables.product.prodname_dotcom %} アカウントの個人情報にアクセスする承認を要求できるようにするプロトコルです。 これは Basic 認証よりも好ましい方法です。なぜなら、トークンは特定の種類のデータに限定でき、ユーザがいつでも取り消すことができるからです。 {% data reusables.apps.deletes_ssh_keys %} -An {% data variables.product.prodname_oauth_app %} uses {% data variables.product.prodname_dotcom %} as an identity provider to authenticate as the user who grants access to the app. This means when a user grants an {% data variables.product.prodname_oauth_app %} access, they grant permissions to _all_ repositories they have access to in their account, and also to any organizations they belong to that haven't blocked third-party access. +{% data variables.product.prodname_oauth_app %} は、アプリケーションにアクセス権を付与するユーザを認証するため、アイデンティティプロバイダとして {% data variables.product.prodname_dotcom %} を使用します。 つまり、ユーザーが {% data variables.product.prodname_oauth_app %} アクセスを許可すると、ユーザーは自分のアカウントでアクセスできる _すべての_ リポジトリにアクセス許可を付与します。また、サードパーティのアクセスをブロックしていない組織にもアクセス許可を付与します。 -Building an {% data variables.product.prodname_oauth_app %} is a good option if you are creating more complex processes than a simple script can handle. Note that {% data variables.product.prodname_oauth_apps %} are applications that need to be hosted somewhere. +単純なスクリプトで処理できるよりも複雑なプロセスを作成する場合、{% data variables.product.prodname_oauth_app %} を構築するのは良い選択肢です。 {% data variables.product.prodname_oauth_apps %} は、どこかにホストする必要があるアプリケーションであることに注意してください。 -Keep these ideas in mind when creating {% data variables.product.prodname_oauth_apps %}: +{% data variables.product.prodname_oauth_apps %} を作成する際は、以下に気を付けてください。 {% ifversion fpt or ghec %} * {% data reusables.apps.maximum-oauth-apps-allowed %} {% endif %} -* An {% data variables.product.prodname_oauth_app %} should always act as the authenticated {% data variables.product.prodname_dotcom %} user across all of {% data variables.product.prodname_dotcom %} (for example, when providing user notifications). -* An {% data variables.product.prodname_oauth_app %} can be used as an identity provider by enabling a "Login with {% data variables.product.prodname_dotcom %}" for the authenticated user. -* Don't build an {% data variables.product.prodname_oauth_app %} if you want your application to act on a single repository. With the `repo` OAuth scope, {% data variables.product.prodname_oauth_apps %} can act on _all_ of the authenticated user's repositories. -* Don't build an {% data variables.product.prodname_oauth_app %} to act as an application for your team or company. {% data variables.product.prodname_oauth_apps %} authenticate as a single user, so if one person creates an {% data variables.product.prodname_oauth_app %} for a company to use, and then they leave the company, no one else will have access to it.{% ifversion fpt or ghec %} +* {% data variables.product.prodname_oauth_app %} は、{% data variables.product.prodname_dotcom %} 全体にわたって、常に認証された {% data variables.product.prodname_dotcom %} ユーザとして振る舞う必要があります (たとえば、ユーザ通知を行う場合など)。 +* 認証されたユーザに対して「{% data variables.product.prodname_dotcom %} でログイン」を有効化することにより、{% data variables.product.prodname_oauth_app %} をアイデンティティプロバイダとして使用できます。 +* 単一のリポジトリで動作するアプリケーションが必要な場合、{% data variables.product.prodname_oauth_app %} を構築しないでください。 OAuth スコープを `repo` 使用すると、{% data variables.product.prodname_oauth_apps %} は、認証 _されたすべての_ ユーザーのリポジトリで動作できます。 +* Team や企業を代理するアプリケーションとして {% data variables.product.prodname_oauth_app %} を構築しないでください。 {% data variables.product.prodname_oauth_apps %} は単一のユーザとして認証を行うので、ある人が {% data variables.product.prodname_oauth_app %} を会社が使用するものとして作成し、その人が会社を辞めた場合は、他の人がアクセスできなくなります。{% ifversion fpt or ghec %} * {% data reusables.apps.oauth-apps-restrictions %}{% endif %} -For more on {% data variables.product.prodname_oauth_apps %}, see "[Creating an {% data variables.product.prodname_oauth_app %}](/apps/building-oauth-apps/creating-an-oauth-app/)" and "[Registering your app](/rest/guides/basics-of-authentication#registering-your-app)." +{% data variables.product.prodname_oauth_apps %} について詳しくは、「[{% data variables.product.prodname_oauth_app %} の作成](/apps/building-oauth-apps/creating-an-oauth-app/)」および「[アプリの登録](/rest/guides/basics-of-authentication#registering-your-app)」をご覧ください。 -## {% data variables.product.pat_generic_caps %}s +## {% data variables.product.pat_generic_caps %} -A [{% data variables.product.pat_generic %}](/articles/creating-a-personal-access-token-for-the-command-line/) is a string of characters that functions similarly to an [OAuth token](/apps/building-oauth-apps/authorizing-oauth-apps/) in that you can specify its permissions via [scopes](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/). A {% data variables.product.pat_generic %} is also similar to a password, but you can have many of them and you can revoke access to each one at any time. +[{% data variables.product.pat_generic %}](/articles/creating-a-personal-access-token-for-the-command-line/)は、[スコープ](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)を使用してそのアクセス許可を指定できる点で [OAuth トークン](/apps/building-oauth-apps/authorizing-oauth-apps/)と同様に機能する文字の文字列です。 また、{% data variables.product.pat_generic %}はパスワードとも似ています。ただし、個人アクセストークンは複数所有でき、それぞれのアクセス権をいつでも取り消すことができます。 -As an example, you can enable a {% data variables.product.pat_generic %} to write to your repositories. If then you run a cURL command or write a script that [creates an issue](/rest/reference/issues#create-an-issue) in your repository, you would pass the {% data variables.product.pat_generic %} to authenticate. You can store the {% data variables.product.pat_generic %} as an environment variable to avoid typing it every time you use it. +たとえば、{% data variables.product.pat_generic %}にリポジトリへの書き込みをできるように設定できます。 そして、リポジトリで [issue を作成する](/rest/reference/issues#create-an-issue) cURL コマンドを実行するかスクリプトを記述する場合、{% data variables.product.pat_generic %}を渡して認証します。 {% data variables.product.pat_generic %}を環境変数として保存することで、使用のたびに入力することを避けることができます。 -Keep these ideas in mind when using {% data variables.product.pat_generic %}s: +{% data variables.product.pat_generic %}を使用する場合は、次の点に注意してください。 -* Remember to use this token to represent yourself only. -* You can perform one-off cURL requests. -* You can run personal scripts. -* Don't set up a script for your whole team or company to use. -* Don't set up a shared personal account to act as a bot user. -* Grant your token the minimal privileges it needs. -* Set an expiration for your {% data variables.product.pat_generic %}s, to help keep your information secure. +* トークンは自分自身のみを表すものとして使用してください。 +* 1 回限りの cURL リクエストを実行できます。 +* 個人用のスクリプトを実行できます。 +* Team や会社全体が使用するスクリプトは設定しないでください。 +* ボット ユーザーとして動作する共有ユーザー アカウントは設定しないでください。 +* トークンに必要な最小限の特権を付与します。 +* 情報をセキュリティで保護するために、{% data variables.product.pat_generic %}の有効期限を設定します。 -## Determining which integration to build +## 構築すべきインテグレーションを決定する -Before you get started creating integrations, you need to determine the best way to access, authenticate, and interact with the {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} APIs. The following image offers some questions to ask yourself when deciding whether to use {% data variables.product.pat_generic %}s, {% data variables.product.prodname_github_apps %}, or {% data variables.product.prodname_oauth_apps %} for your integration. +インテグレーションの作成に取りかかる前に、{% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API を使用したアクセス、認証、対話に最善の方法を見極める必要があります。 統合で{% data variables.product.pat_generic %}、{% data variables.product.prodname_github_apps %}、{% data variables.product.prodname_oauth_apps %} のどれを使用するかを決める際の考慮事項を以下の画像に示しています。 - + -Consider these questions about how your integration needs to behave and what it needs to access: +インテグレーションがどう振る舞うべきか、何にアクセスできるべきかについては、以下の質問を検討してください。 -* Will my integration act only as me, or will it act more like an application? -* Do I want it to act independently of me as its own entity? -* Will it access everything that I can access, or do I want to limit its access? -* Is it simple or complex? For example, {% data variables.product.pat_generic %}s are good for simple scripts and cURLs, whereas an {% data variables.product.prodname_oauth_app %} can handle more complex scripting. +* インテグレーションは自分自身としてのみ振る舞うのか、それともアプリケーションのように振る舞うのか? +* 独自のエンティティとして、自分から独立して動作させるのか? +* 自分がアクセスできるもの全てにアクセスするのか、それともアクセスを制限するのか? +* 単純か、それとも複雑か? たとえば、{% data variables.product.pat_generic %}は単純なスクリプトや cURL に適し、{% data variables.product.prodname_oauth_app %} はより複雑なスクリプトを処理できます。 -## Requesting support +## サポートのリクエスト {% data reusables.support.help_resources %} diff --git a/translations/ja-JP/content/discussions/managing-discussions-for-your-community/index.md b/translations/ja-JP/content/discussions/managing-discussions-for-your-community/index.md index 7ecfa4945b77..3bcb0dabf994 100644 --- a/translations/ja-JP/content/discussions/managing-discussions-for-your-community/index.md +++ b/translations/ja-JP/content/discussions/managing-discussions-for-your-community/index.md @@ -9,6 +9,8 @@ children: - /managing-categories-for-discussions - /moderating-discussions - /viewing-insights-for-your-discussions + - /creating-discussion-category-forms + - /syntax-for-discussion-category-forms ms.openlocfilehash: 156460ecfbb27820f11ccad388ceaff069f835b1 ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 ms.translationtype: HT diff --git a/translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-discussions.md b/translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-discussions.md index 302f14adae9b..256d1e97e264 100644 --- a/translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-discussions.md +++ b/translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-discussions.md @@ -1,215 +1,201 @@ --- -title: Managing discussions -intro: 'You can categorize, spotlight, transfer, or delete the discussions.' +title: ディスカッションを管理する +intro: ディスカッションを分類、スポットライト、転送、または削除できます。 permissions: Repository administrators and people with write or greater access to a repository can manage discussions in the repository. Repository administrators and people with write or greater access to the source repository for organization discussions can manage discussions in the organization. versions: feature: discussions shortTitle: Manage discussions redirect_from: - /discussions/managing-discussions-for-your-community/managing-discussions-in-your-repository +ms.openlocfilehash: e5e1474648973c90d16e8998db18518331233aa3 +ms.sourcegitcommit: 1529de77bfcbe45519131b5f5fb3ab319758c2d2 +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/14/2022 +ms.locfileid: '148164340' --- +## ディスカッションの管理について +{% data reusables.discussions.about-discussions %}詳細については、「[ディスカッションについて](/discussions/collaborating-with-your-community-using-discussions/about-discussions)」を参照してください。 -## About management of discussions +組織所有者は、組織が所有するリポジトリのディスカッションを作成するために必要なアクセス許可を選択できます。 同様に、組織のディスカッションを作成するために必要なアクセス許可を選ぶために、組織所有者はソース リポジトリで必要なアクセス許可を変更できます。 詳細については、「[組織内のリポジトリのディスカッション作成を管理する](/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization)」を参照してください。 -{% data reusables.discussions.about-discussions %} For more information about discussions, see "[About discussions](/discussions/collaborating-with-your-community-using-discussions/about-discussions)." +ディスカッションのメンテナとして、コミュニティリソースを作成して、プロジェクト全体の目標に沿ったディスカッションを促し、コラボレータのための親しみやすいオープンフォーラムを維持できます。 コラボレーターが従う{% ifversion fpt or ghec %}行動規範または{% endif %}コントリビューション ガイドラインを作成することは、協力的で生産的なフォーラムを促進するのに役立ちます。 コミュニティ リソースの作成について詳しくは、{% ifversion fpt or ghec %}「[プロジェクトへの行動規範の追加](/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)」と{% endif %}「[リポジトリ コントリビューターのためのガイドラインを定める](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)」を参照してください。 -Organization owners can choose the permissions required to create a discussion in repositories owned by the organization. Similarly, to choose the permissions required to create an organization discussion, organization owners can change the permissions required in the source repository. For more information, see "[Managing discussion creation for repositories in your organization](/organizations/managing-organization-settings/managing-discussion-creation-for-repositories-in-your-organization)." +すぐに取り組むことができるアイデアやバグがディスカッションから生まれた場合は、ディスカッションから新しい issue を作成できます。 詳細については、「[Issue の作成](/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-discussion)」を参照してください。 -As a discussions maintainer, you can create community resources to encourage discussions that are aligned with the overall project goal and maintain a friendly open forum for collaborators. Creating{% ifversion fpt or ghec %} a code of conduct or{% endif %} contribution guidelines for collaborators to follow will help facilitate a collaborative and productive forum. For more information on creating community resources, see{% ifversion fpt or ghec %} "[Adding a code of conduct to your project](/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)," and{% endif %} "[Setting guidelines for repository contributors](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)." +リポジトリまたは組織のディスカッション一覧の先頭に、ディスカッションをピン留めできます。 {% ifversion discussions-category-specific-pins %}ディスカッションを特定のカテゴリにピン留めすることもできます。{% endif %}詳細については、「[ディスカッションをピン留めする](/discussions/managing-discussions-for-your-community/managing-discussions#pinning-a-discussion)」を参照してください。 -When a discussion yields an idea or bug that is ready to be worked on, you can create a new issue from a discussion. For more information, see "[Creating an issue](/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-discussion)." - -You can pin a discussion to the top of the list of discussions for the repository or organization. {% ifversion discussions-category-specific-pins %}You can also pin a discussion to a specific category.{% endif %} For more information, see "[Pinning a discussion](/discussions/managing-discussions-for-your-community/managing-discussions#pinning-a-discussion)." - -For more information on facilitating a healthy discussion, see "[Moderating comments and conversations](/communities/moderating-comments-and-conversations)." +健全なディスカッションの促進については、「[コメントおよび会話をモデレートする](/communities/moderating-comments-and-conversations)」を参照してください。 {% data reusables.discussions.you-can-label-discussions %} -## Prerequisites +## 前提条件 -To manage discussions in a repository, {% data variables.product.prodname_discussions %} must be enabled for the repository. For more information, see "[Enabling or disabling {% data variables.product.prodname_discussions %} for a repository](/github/administering-a-repository/enabling-or-disabling-github-discussions-for-a-repository)." +リポジトリ内のディスカッションを管理するには、そのリポジトリに対して {% data variables.product.prodname_discussions %} を有効にする必要があります。 詳細については、「[リポジトリの {% data variables.product.prodname_discussions %} を有効化または無効化する](/github/administering-a-repository/enabling-or-disabling-github-discussions-for-a-repository)」を参照してください。 -To manage discussions in an organization, {% data variables.product.prodname_discussions %} must be enabled for the organization. For more information, see "[Enabling or disabling {% data variables.product.prodname_discussions %} for an organization](/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization)." +組織内のディスカッションを管理するには、その組織に対して {% data variables.product.prodname_discussions %} を有効にする必要があります。 詳細については、「[リポジトリの {% data variables.product.prodname_discussions %} を有効化または無効化する](/organizations/managing-organization-settings/enabling-or-disabling-github-discussions-for-an-organization)」を参照してください。 -## Changing the category for a discussion +## ディスカッションのカテゴリを変更する -You can categorize discussions to help community members find related discussions. For more information, see "[Managing categories for discussions](/discussions/managing-discussions-for-your-community/managing-categories-for-discussions)." +ディスカッションを分類して、コミュニティメンバーが関連するディスカッションを見つけやすくすることができます。 詳細については、「[ディスカッションのカテゴリの管理](/discussions/managing-discussions-for-your-community/managing-categories-for-discussions)」を参照してください。 -You can also move a discussion to a different category. It's not possible to move a discussion to or from the polls category. +ディスカッションを別のカテゴリに移動することもできます。 ディスカッションを投票カテゴリに移動する、またはそこから移動することはできません。 -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, to the right of "Category", click {% octicon "gear" aria-label="The gear icon" %}. +{% data reusables.repositories.navigate-to-repo %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右サイドバーにある [カテゴリ] の右の {% octicon "gear" aria-label="The gear icon" %} をクリックします。 -  + ![歯車アイコンが表示された [Category] のスクリーンショット](/assets/images/help/discussions/category-in-sidebar.png) -1. Click a category. +1. カテゴリをクリックします。 -  + ![[Change category] ドロップダウン メニューのスクリーンショット](/assets/images/help/discussions/change-category-drop-down.png) -## Pinning a discussion +## ディスカッションをピン留めする -{% ifversion discussions-category-specific-pins %} -You can pin a discussion above the list of discussions for the repository or organization. You can also pin a discussion to a specific category. The globally pinned discussions will be shown in addition to the discussions pinned to a specific category. +{% ifversion discussions-category-specific-pins %}リポジトリまたは組織のディスカッション一覧の上にディスカッションをピン留めできます。 また、ディスカッションを特定のカテゴリにピン止めすることもできます。 グローバルにピン留めされたディスカッションは、特定のカテゴリにピン留めされたディスカッションに加えて表示されます。 -This is what it looks like when you have a globally pinned discussion and a discussion pinned to the Ideas category. +グローバルにピン留めされたディスカッションと、[Ideas] カテゴリにピン留めされたディスカッションがある場合の外観は、次のようになります。 - +![グローバルにピン留めされたディスカッションと [Ideas] カテゴリにピン留めされたディスカッションのスクリーンショット](/assets/images/help/discussions/overview-pinned-discussions.png) -### Pinning a discussion globally +### ディスカッションをグローバルにピン留めする {% endif %} -You can pin up to four important discussions above the list of discussions for the repository or organization. +リポジトリまたは組織のディスカッション一覧の上に、最大 4 つの重要なディスカッションをピン留めできます。 -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "pin" aria-label="The pin icon" %} **Pin discussion**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右サイドバーにある {% octicon "pin" aria-label="The pin icon" %} **[Pin discussion]\(ディスカッションのピン留め\)** をクリックします。 {% ifversion discussions-category-specific-pins %} - {% else %} + ![ディスカッションの右側のサイド バーにある [Pin discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-pin-discussion-with-category-pins.png){% else %} - {% endif %} + ![ディスカッションの右側のサイド バーにある [Pin discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-pin-discussion.png){% endif %} -1. Optionally, customize the look of the pinned discussion. +1. 必要に応じて、ピン留めされたディスカッションの外観をカスタマイズします。 -  +  -1. Click **Pin discussion**. +1. **[Pin discussion]\(ディスカッションのピン留め\)** をクリックします。 -  + ![ピン留めされたディスカッションのカスタマイズ オプションの下にある [Pin discussion] ボタンのスクリーンショット](/assets/images/help/discussions/click-pin-discussion-button.png) {% ifversion discussions-category-specific-pins %} -### Pinning a discussion to a category +### ディスカッションをカテゴリにピン留めする -You can pin up to four important discussions above the list of discussions in a specific category. +特定のカテゴリのディスカッション一覧の上に、最大 4 つの重要なディスカッションをピン留めできます。 -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "pin" aria-label="The pin icon" %} **Pin discussion to CATEGORY**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右側のサイド バーにある {% octicon "pin" aria-label="The pin icon" %} **[Pin discussion to CATEGORY]** をクリックします。 -  + ![ディスカッションの右側のサイド バーにある [Pin discussion to CATEGORY] オプションのスクリーンショット](/assets/images/help/discussions/pin-discussion-to-category.png) -2. To confirm, click **Pin to CATEGORY**. +2. 確定するには、 **[Pin to CATEGORY]** をクリックします。 -  + ![[Pin discussion to CATEGORY] モーダルのスクリーンショット](/assets/images/help/discussions/pin-discussion-to-category-modal.png) {% endif %} -## Editing a pinned discussion +## ピン留めされたディスカッションを編集する -Editing a pinned discussion will not change the discussion's category. For more information, see "[Managing categories for discussions](/discussions/managing-discussions-for-your-community/managing-categories-for-discussions)." +ピン留めされたディスカッションを編集しても、ディスカッションのカテゴリは変更されません。 詳細については、「[ディスカッションのカテゴリの管理](/discussions/managing-discussions-for-your-community/managing-categories-for-discussions)」を参照してください。 -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "pencil" aria-label="The pencil icon" %} **Edit pinned discussion**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右サイドバーにある {% octicon "pencil" aria-label="The pencil icon" %} **[Edit pinned discussion]\(ピン留めされたディスカッションの編集\)** をクリックします。 {% ifversion discussions-category-specific-pins %} -  {% else %} + ![ディスカッションの右側のサイド バーにある [Edit pinned discussion] オプションのスクリーンショット](/assets/images/help/discussions/edit-pinned-discussion-with-category-pins.png) {% else %} - {% endif %} + ![ディスカッションの右側のサイド バーにある [Edit pinned discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-edit-pinned-discussion.png){% endif %} -1. Customize the look of the pinned discussion. +1. ピン留めされたディスカッションの外観をカスタマイズします。 -  +  -1. Click **Pin discussion**. +1. **[Pin discussion]\(ディスカッションのピン留め\)** をクリックします。 -  + ![ピン留めされたディスカッションのカスタマイズ オプションの下にある [Pin discussion] ボタンのスクリーンショット](/assets/images/help/discussions/click-pin-discussion-button.png) -## Unpinning a discussion +## ディスカッションをピン留め解除する {% ifversion discussions-category-specific-pins %} -You can unpin a discussion from the list of discussions for the repository or organization, or from the list of discussions in a specific category. +リポジトリまたは組織のディスカッション一覧から、または特定のカテゴリのディスカッション一覧から、ディスカッションのピン留めを解除できます。 -### Unpinning a globally pinned discussion +### グローバルにピン留めされたディスカッションのピン留めを解除する -You can unpin a globally pinned discussion. This will not delete the discussion, but the discussion will no longer be displayed above the list of discussions. +グローバルにピン留めされたディスカッションのピン留めを解除できます。 これによってディスカッションは削除されませんが、ディスカッション一覧の上には表示されなくなります。 {% endif %} -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "pin" aria-label="The pin icon" %} **Unpin discussion**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右サイドバーにある {% octicon "pin" aria-label="The pin icon" %} **[Unpin discussion]\(ディスカッションのピン留めを外す\)** をクリックします。 -  + ![ディスカッションの右側のサイド バーにある [Unpin discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-unpin-discussion.png) -1. Read the warning, then click **Unpin discussion**. +1. 警告を読み、 **[Unpin discussion]\(ディスカッションのピン留めを外す\)** をクリックします。 -  + ![モーダルの警告の下にある [Unpin discussion] ボタンのスクリーンショット](/assets/images/help/discussions/click-unpin-discussion-button.png) {% ifversion discussions-category-specific-pins %} -### Unpinning a discussion from a category +### カテゴリからディスカッションのピン留めを解除する -You can unpin a discussion pinned to a specific category. This will not delete the discussion, but the discussion will no longer be displayed at the top of the category. +特定のカテゴリにピン留めされたディスカッションのピン留めを解除できます。 これによってディスカッションは削除されませんが、カテゴリの上部には表示されなくなります。 -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "pin" aria-label="The pin icon" %} **Unpin discussion from this category**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右側のサイド バーにある {% octicon "pin" aria-label="The pin icon" %} **[Unpin discussion from this category]** をクリックします。 -  + ![ディスカッションの右側のサイド バーにある [Unpin discussion from this category] オプションのスクリーンショット](/assets/images/help/discussions/unpin-discussion-from-category.png) -1. Read the warning, then click **Unpin from this category**. +1. 警告を読んでから、 **[Unpin from this category]** をクリックします。 -  + ![[Unpin this discussion from this category] モーダルの [Unpin from this category] ボタンのスクリーンショット](/assets/images/help/discussions/unpin-discussion-from-category-modal.png) {% endif %} -## Transferring a discussion +## ディスカッションを移譲する -To transfer a discussion, you must have permissions to create discussions in the repository where you want to transfer the discussion. If you want to transfer a discussion to an organization, you must have permissions to create discussions in the source repository for the organization's discussions. You can only transfer discussions between repositories owned by the same user or organization account. You can't transfer a discussion from a private{% ifversion ghec or ghes %} or internal{% endif %} repository to a public repository. +ディスカッションを移譲するには、ディスカッションを移譲するリポジトリにディスカッションを作成する権限が必要です。 ディスカッションを組織に移譲する場合、組織のディスカッション用ソース リポジトリ内にディスカッションを作成するアクセス許可を持っている必要があります。 ディスカッションを移譲できるのは、同じユーザーまたは組織アカウントが所有するリポジトリ間のみです。 プライベート{% ifversion ghec or ghes %}または内部{% endif %}リポジトリからパブリック リポジトリにディスカッションを移譲することはできません。 -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "arrow-right" aria-label="The right arrow icon" %} {% ifversion discussions-category-specific-pins %}**Transfer this discussion**{% else %}**Transfer discussion**{% endif %}. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右側のサイド バーで、{% octicon "arrow-right" aria-label="The right arrow icon" %} {% ifversion discussions-category-specific-pins %} **[Transfer this discussion]** {% else %} **[Transfer discussion]** {% endif %} をクリックします。 {% ifversion discussions-category-specific-pins %} -  {% else %} + ![ディスカッションの右側のサイド バーにある [Transfer discussion] オプションのスクリーンショット](/assets/images/help/discussions/transfer-discussion-with-category-pin.png) {% else %} - {% endif %} + ![ディスカッションの右側のサイド バーにある [Transfer discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-transfer-discussion.png){% endif %} -1. Select the **Choose a repository** drop-down, and click the repository you want to transfer the discussion to. If you want to transfer a discussion to an organization, choose the source repository for the organization's discussions. +1. **[Choose a repository]\(リポジトリの選択\)** ドロップダウンを選び、ディスカッションの移譲先のリポジトリをクリックします。 組織にディスカッションを移譲する場合、組織のディスカッション用ソース リポジトリを選びます。 -  + ![[Choose a repository] ドロップダウン、[Find a repository] 検索フィールド、リスト内のリポジトリのスクリーンショット](/assets/images/help/discussions/use-choose-a-repository-drop-down.png) -1. Click **Transfer discussion**. +1. **[Transfer discussion]\(ディスカッションの移譲\)** をクリックします。 -  + ![[Transfer discussion] ボタンのスクリーンショット](/assets/images/help/discussions/click-transfer-discussion-button.png) -## Deleting a discussion +## ディスカッションを削除する -{% data reusables.discussions.navigate-to-repo-or-org %} -{% data reusables.discussions.discussions-tab %} -{% data reusables.discussions.click-discussion-in-list %} -1. In the right sidebar, click {% octicon "trash" aria-label="The trash arrow icon" %} **Delete discussion**. +{% data reusables.discussions.navigate-to-repo-or-org %} {% data reusables.discussions.discussions-tab %} {% data reusables.discussions.click-discussion-in-list %} +1. 右サイドバーにある {% octicon "trash" aria-label="The trash arrow icon" %} **[Delete discussion]\(ディスカッションの削除\)** をクリックします。 {% ifversion discussions-category-specific-pins %} - {% else %} + ![ディスカッションの右側のサイド バーにある [Delete discussion] オプションのスクリーンショット](/assets/images/help/discussions/delete-discussion-with-category-pins.png){% else %} - {% endif %} + ![ディスカッションの右側のサイド バーにある [Delete discussion] オプションのスクリーンショット](/assets/images/help/discussions/click-delete-discussion.png){% endif %} -1. Read the warning, then click **Delete this discussion**. +1. 警告を読み、 **[Delete this discussion]\(このディスカッションを削除する\)** をクリックします。 -  + ![モーダルの警告の下にある [Delete this discussion] ボタンのスクリーンショット](/assets/images/help/discussions/click-delete-this-discussion-button.png) -## Converting issues based on labels +## ラベルに基づいて Issue を変換する -You can convert all issues with the same label to discussions in bulk. Future issues with this label will also automatically convert to the discussion and category you configure. +同じラベルのすべての Issue をまとめてディスカッションに変換できます。 このラベルの今後の Issue も、設定したディスカッションとカテゴリに自動的に変換されます。 -1. On {% data variables.location.product_location %}, navigate to the main page of the repository or, for organization discussions, the source repository. -{% data reusables.repositories.sidebar-issues %} -{% data reusables.project-management.labels %} -1. Next to the label you want to convert to issues, click **Convert issues**. -1. Select the **Choose a category** drop-down menu, and click a category for your discussion. -1. Click **I understand, convert this issue to a discussion**. +1. {% data variables.location.product_location %} 上で、リポジトリのメイン ページ (組織のディスカッションの場合はソース リポジトリ) に移動します。 +{% data reusables.repositories.sidebar-issues %} {% data reusables.project-management.labels %} +1. issue に変換するラベルの横にある **[Convert issues]\(issue の変換\)** をクリックします。 +1. **[カテゴリの選択]** ドロップダウン メニューを選択し、ディスカッションのカテゴリをクリックします。 +1. **[わかりました、この Issue をディスカッションに変換します]** をクリックします。 diff --git a/translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md b/translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md index ffef0a4aba60..cb5cd7c4e85e 100644 --- a/translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md +++ b/translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md @@ -1,78 +1,84 @@ --- -title: Create a group assignment -intro: You can create a collaborative assignment for teams of students who participate in your course. +title: グループ課題の作成 +intro: コースに参加している学生のTeamのために、共同課題を作成できます。 versions: fpt: '*' permissions: 'Organization owners who are admins for a classroom can create and manage group assignments for a classroom. {% data reusables.classroom.classroom-admins-link %}' redirect_from: - /education/manage-coursework-with-github-classroom/create-group-assignments - /education/manage-coursework-with-github-classroom/create-a-group-assignment +ms.openlocfilehash: 71c5f5eaf97ba58e25921c1e2be6fc638550dfa8 +ms.sourcegitcommit: 82b1242de02ecc4bdec02a5b6d11568fb2deb1aa +ms.translationtype: HT +ms.contentlocale: ja-JP +ms.lasthandoff: 11/21/2022 +ms.locfileid: '148179761' --- -## About group assignments +## グループ課題について -{% data reusables.classroom.assignments-group-definition %} Students can work together on a group assignment in a shared repository, like a team of professional developers. +{% data reusables.classroom.assignments-group-definition %}学生は、プロフェッショナルな開発者チームと同じように、共有リポジトリでグループ課題に協力して取り組むことができます。 -When a student accepts a group assignment, the student can create a new team or join an existing team. {% data variables.product.prodname_classroom %} saves the teams for an assignment as a set. You can name the set of teams for a specific assignment when you create the assignment, and you can reuse that set of teams for a later assignment. +グループ課題を受け入れた学生は、新しいTeamを作成するか、既存のTeamに参加できます。 {% data variables.product.prodname_classroom %}は、課題のためのTeamをセットとして保存します。 課題を作成する際、特定の課題に対するTeamのセットに名前を付けることができます。また、後の課題でTeamのセットを再利用できます。 {% data reusables.classroom.classroom-creates-group-repositories %} {% data reusables.classroom.about-assignments %} -You can decide how many teams one assignment can have, and how many members each team can have. Each team that a student creates for an assignment is a team within your organization on {% data variables.product.product_name %}. The visibility of the team is secret. Teams that you create on {% data variables.product.product_name %} will not appear in {% data variables.product.prodname_classroom %}. For more information, see "[About teams](/organizations/organizing-members-into-teams/about-teams)." +1つの課題に取り組むチームの数と、各Teamのメンバーの数を決めることができます。 学生が課題ために作成する各グループは、{% data variables.product.product_name %}のOrganization内のTeamです。 Teamの可視性はシークレットとなります。 {% data variables.product.product_name %}上で作成したTeamは、{% data variables.product.prodname_classroom %}では表示されません。 詳細については、「[Team について](/organizations/organizing-members-into-teams/about-teams)」を参照してください。 -For a video demonstration of the creation of a group assignment, see "[Basics of setting up {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/basics-of-setting-up-github-classroom)." +グループ課題の作成のビデオ デモについては、「[{% data variables.product.prodname_classroom %} のセットアップの基本](/education/manage-coursework-with-github-classroom/basics-of-setting-up-github-classroom)」を参照してください。 {% data reusables.classroom.reuse-assignment-link %} -## Prerequisites +## 前提条件 {% data reusables.classroom.assignments-classroom-prerequisite %} -## Creating an assignment +## 課題を作成する {% data reusables.classroom.assignments-guide-create-the-assignment %} -## Setting up the basics for an assignment +## 課題の基本情報をセットアップする -Name your assignment, decide whether to assign a deadline, define teams, and choose the visibility of assignment repositories. +課題に名前を付け、期限を設定するか、Teamを定義するかを決定し、課題リポジトリの可視性を選択します。 -- [Naming an assignment](#naming-an-assignment) -- [Assigning a deadline for an assignment](#assigning-a-deadline-for-an-assignment) -- [Choosing an assignment type](#choosing-an-assignment-type) -- [Defining teams for an assignment](#defining-teams-for-an-assignment) -- [Choosing a visibility for assignment repositories](#choosing-a-visibility-for-assignment-repositories) +- [課題に名前を付ける](#naming-an-assignment) +- [課題に期限を設定する](#assigning-a-deadline-for-an-assignment) +- [課題のタイプを選択する](#choosing-an-assignment-type) +- [課題の Team を定義する](#defining-teams-for-an-assignment) +- [課題リポジトリの可視性を選択する](#choosing-a-visibility-for-assignment-repositories) -### Naming an assignment +### 課題に名前を付ける -For a group assignment, {% data variables.product.prodname_classroom %} names repositories by the repository prefix and the name of the team. By default, the repository prefix is the assignment title. For example, if you name an assignment "assignment-1" and the team's name on {% data variables.product.product_name %} is "student-team", the name of the assignment repository for members of the team will be `assignment-1-student-team`. +グループ課題では、{% data variables.product.prodname_classroom %}はリポジトリのプレフィックスとTeamの名前から、リポジトリに名前を付けます。 デフォルトでは、リポジトリのプレフィックスが課題のタイトルとなります。 たとえば、課題に "assignment-1" という名前を付けて、{% data variables.product.product_name %} での Team の名前名が "student-team" である場合、Team のメンバーの課題リポジトリの名前は `assignment-1-student-team` になります。 {% data reusables.classroom.assignments-type-a-title %} -### Assigning a deadline for an assignment +### 課題に期限を設定する {% data reusables.classroom.assignments-guide-assign-a-deadline %} -### Choosing an assignment type +### 課題のタイプを選択する -Under "Individual or group assignment", select the drop-down menu, then click **Group assignment**. You can't change the assignment type after you create the assignment. If you'd rather create an individual assignment, see "[Create an individual assignment](/education/manage-coursework-with-github-classroom/create-an-individual-assignment)." +[個人またはグループの課題] でドロップダウン メニューを選択して、 **[グループの課題]** をクリックします。 課題の作成後は、課題タイプを変更できません。 個人の課題を作成する場合は、「[個人課題の作成](/education/manage-coursework-with-github-classroom/create-an-individual-assignment)」を参照してください。 -### Defining teams for an assignment +### 課題のTeamを定義する -If you've already created a group assignment for the classroom, you can reuse a set of teams for the new assignment. To create a new set with the teams that your students create for the assignment, type the name for the set. Optionally, type the maximum number of team members and total teams. +すでにクラスルームに対してグループ課題を作成している場合は、新しい課題にTeamのセットを再利用できます。 学生が課題用に作成したTeamで新しいセットを作成するには、そのセットの名前を入力します。 必要に応じて、Teamメンバーと合計チーム数の上限を入力してください。 {% tip %} -**Tips**: +**ヒント**: -- We recommend including details about the set of teams in the name for the set. For example, if you want to use the set of teams for one assignment, name the set after the assignment. If you want to reuse the set throughout a semester or course, name the set after the semester or course. +- セットの名前には、Teamのセットについの情報を含めることをお勧めします。 たとえば、1つの課題用にTeamのセットを使う場合は、その課題にちなんだ名前を付けます。 学期またはコースを通じてセットを再利用する場合は、学期またはコースにちなんだ名前を付けます。 -- If you'd like to assign students to a specific team, give your students a name for the team and provide a list of members. +- 特定のTeamに学生を割り当てる場合は、学生にTeamの名前を伝え、メンバーのリストを提供します。 {% endtip %} - + -### Choosing a visibility for assignment repositories +### 課題リポジトリの可視性を選択する {% data reusables.classroom.assignments-repository-visibility-and-permissions %} @@ -80,22 +86,22 @@ If you've already created a group assignment for the classroom, you can reuse a {% data reusables.classroom.assignments-guide-click-continue-after-basics %} -## Adding starter code and configuring a development environment +## スターターコードを追加し、開発環境を構成する {% data reusables.classroom.assignments-guide-intro-for-environment %} -- [Choosing a template repository](#choosing-a-template-repository) -- [Choosing an integrated development environment (IDE)](#choosing-an-integrated-development-environment-ide) +- [テンプレートリポジトリを作成する](#choosing-a-template-repository) +- [統合開発環境 (IDE) を選択する](#choosing-an-integrated-development-environment-ide) -### Choosing a template repository +### テンプレートリポジトリを作成する -By default, a new assignment will create an empty repository for each team that a student creates. {% data reusables.classroom.you-can-choose-a-template-repository %} +デフォルトでは、新しい課題では学生が作成した各Teamに対し、空のリポジトリが作成されます。 {% data reusables.classroom.you-can-choose-a-template-repository %} {% data reusables.classroom.assignments-guide-choose-template-repository %} -### Choosing an integrated development environment (IDE) +### 統合開発環境 (IDE) を選択する -{% data reusables.classroom.about-online-ides %} For more information, see "[Integrate {% data variables.product.prodname_classroom %} with an IDE](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)." +{% data reusables.classroom.about-online-ides %}詳細については、「[{% data variables.product.prodname_classroom %} と IDE の統合](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide)」を参照してください。 {% data reusables.classroom.classroom-codespaces-link %} @@ -103,18 +109,18 @@ By default, a new assignment will create an empty repository for each team that {% data reusables.classroom.assignments-guide-click-continue-after-starter-code-and-feedback %} -## Providing feedback +## フィードバックの提供 -Optionally, you can automatically grade assignments and create a space for discussing each submission with the team. +必要に応じて、課題を自動的に採点し、各提出物をTeamで議論するための場を作成できます。 -- [Testing assignments automatically](#testing-assignments-automatically) -- [Creating a pull request for feedback](#creating-a-pull-request-for-feedback) +- [課題を自動的にテストする](#testing-assignments-automatically) +- [フィードバックのために pull request を作成する](#creating-a-pull-request-for-feedback) -### Testing assignments automatically +### 課題を自動的にテストする {% data reusables.classroom.assignments-guide-using-autograding %} -### Creating a pull request for feedback +### フィードバックのためにプルリクエストを作成する {% data reusables.classroom.you-can-create-a-pull-request-for-feedback %} @@ -122,36 +128,36 @@ Optionally, you can automatically grade assignments and create a space for discu {% data reusables.classroom.assignments-guide-click-create-assignment-button %} -## Inviting students to an assignment +## 学生を課題に招待する {% data reusables.classroom.assignments-guide-invite-students-to-assignment %} -You can see the teams that are working on or have submitted an assignment in the **Teams** tab for the assignment. {% data reusables.classroom.assignments-to-prevent-submission %} +課題の **[チーム]** タブで、課題を作業している、または提出済みのチームを確認できます。 {% data reusables.classroom.assignments-to-prevent-submission %}
http(s)://<ホスト名>/stafftools/users/<ユーザー名>/admin の個人ユーザー向けサイト管理者ページに、GitHub Enterprise Server には意図されていない機能が含まれました。"
- - 場合によっては、`ghe-cluster-config-apply` を実行して空の構成をクラスターの既存のノードにレプリケートできました。
- - "`ghe-config-apply` で開始された構成の実行が、完了しないこと、または`Container count mismatch` エラーを返すことがありました。"
- - GitHub Enterprise Server インスタンス上の自己署名 TLS 証明書を更新した後、Web インターフェイスの一部のページの UI 要素が表示されませんでした。
- - Web インターフェイスの上部のサイト管理者バーに含まれる、現在実行中のアプリケーションのバージョンに対する SHA へのリンクが、壊れていました。
- - 場合によっては、スレッドセーフではないにも関わらず同時に使われたライブラリのため、バックグラウンド タスクが停止することがありました。
- - サイト管理者が GitHub Enterprise Server 3.4 に直接アップグレードしなかった場合、GitHub Advanced Security のお客様に対するシークレット スキャンからのアラートが、Web UI と REST API に表示されませんでした。現在は、アラートが表示されます。
- - ユーザーがリポジトリを Organization にフォークするとき、Organization の長い一覧が正しくレンダリングされませんでした。
+ - After unlocking a repository for temporary access, a site administrator was unable to manage settings for security products in the repository.
+ - Duplicate administrative SSH keys could appear in both the Management Console and the `/home/admin/.ssh/authorized_keys` file.
+ - The site admin page for individual users at http(s)://HOSTNAME/stafftools/users/USERNAME/admin contained functionality not intended for GitHub Enterprise Server.
+ - In some cases, running `ghe-cluster-config-apply` could replicate an empty configuration to existing nodes in a cluster.
+ - In some cases, configuration runs started with `ghe-config-apply` did not complete, or returned a `Container count mismatch` error.
+ - After updating a self-signed TLS certificate on a GitHub Enterprise Server instance, UI elements on some pages in the web interface did not appear.
+ - The site admin bar at the top of the web interface contained a broken link to the SHA for the currently running version of the application.
+ - In some cases, background tasks could stall due to a library that was used concurrently despite not being thread-safe.
+ - Alerts from secret scanning for GitHub Advanced Security customers were missing in the web UI and REST API if a site administrator did not upgrade directly to GitHub Enterprise Server 3.4. The alerts are now visible.
+ - When a user forked a repository into an organization, a long list of organizations would not render properly.
changes:
- - "並列化されたログ サニタイズの結果、サポート バンドルの生成が速くなっています。サポート バンドルについて詳しくは、「[GitHub Support へのデータの提供](/support/contacting-github-support/providing-data-to-github-support)」をご覧ください。"
- - "`organization` または `org` ルートを含む API が、Organization のスラッグまたは ID を受け取るようになりました。以前の API はスラッグのみを受け取っており、そのために GitHub Advanced Security エンドポイントの `Link` ヘッダーにアクセスできませんでした。詳しくは、REST API のドキュメントの「[組織](https://docs.github.com/rest/orgs/orgs)」をご覧ください。"
- - "Enterprise の監査ログに含まれるユーザー生成イベントが増えました (`project.create` など)。REST API からも、追加のユーザー生成イベントが返されます (`repo.create` など)。詳しくは、「[企業の監査ログにアクセスする](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise)」と「[Enterprise 用の監査ログ API の使用](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise#querying-the-audit-log-rest-api)」をご覧ください。"
- - "キャッシュ レプリカが、最近更新されたリポジトリでの一部の Git 操作を拒否することがありました。リポジトリのキャッシュについて詳しくは、「[リポジトリのキャッシュについて](/admin/enterprise-management/caching-repositories/about-repository-caching)」をご覧ください。"
+ - Generation of support bundles is faster as a result of parallelized log sanitization. For more information about support bundles, see "[Providing data to GitHub Support](/support/contacting-github-support/providing-data-to-github-support)."
+ - APIs that contain the `organization` or `org` route now accept either the organization's slug or ID. Previously, the APIs only accepted slugs, which caused `Link` headers for GitHub Advanced Security endpoints to be inaccessible. For more information, see "[Organizations](https://docs.github.com/rest/orgs/orgs)" in the REST API documentation.
+ - The enterprise audit log now includes more user-generated events, such as `project.create`. The REST API also returns additional user-generated events, such as `repo.create`. For more information, see "[Accessing the audit log for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise)" and "[Using the audit log API for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise#querying-the-audit-log-rest-api)."
+ - In some cases, cache replicas could reject some Git operations on recently updated repositories. For more information about repository caching, see "[About repository caching](/admin/enterprise-management/caching-repositories/about-repository-caching)."
known_issues:
- - "{% data variables.product.prodname_ghe_server %} インスタンスを設定したばかりでユーザーがいない場合、攻撃者が最初の管理者ユーザーを作成できました。"
- - カスタムのファイアウォール規則は、アップグレード プロセス中に削除されます。
- - "[Web インターフェイスからアップロードされた](https://github.com/blog/2105-upload-files-to-your-repositories) Git LFS 追跡ファイルが誤ってリポジトリに直接追加されます。"
- - 同じリポジトリ内の BLOB への固定リンクが含まれ、その BLOB のファイル パスが 255 文字を超える場合、issue はクローズできません。
- - "GitHub Connect で [Users can search GitHub.com]\\(ユーザーが GitHub.com を検索できる\\) が有効になっている場合、プライベートと内部リポジトリのイシューが GitHub.com の検索結果に含まれません。"
- - "{% data variables.product.prodname_registry %} npm レジストリが、メタデータ応答で時刻値を返さなくなります。これは、パフォーマンスの大幅な向上を見込んで行われました。メタデータ応答の一部として時刻値を返すために必要なすべてのデータを引き続き保持します。また、既存のパフォーマンスの問題を解決したら、将来的にはこの値を再び返す予定です。"
- - pre-receive フックの処理に固有のリソース制限が、一部の pre-receive フックのエラーを引き起こす場合があります。
- - 別のホストで作成されたバックアップからアプライアンスを復元した後、Actions のサービスを再起動する必要があります。
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
+ - Actions services need to be restarted after restoring an appliance from a backup taken on a different host.
+ - |
+ GitHub Pages builds may time out on instances in AWS that are configured for high availability. [Updated: 2022-11-28]
+ - '{% data reusables.release-notes.babeld-max-threads-performance-issue %}'
\ No newline at end of file
diff --git a/translations/ja-JP/data/release-notes/enterprise-server/3-6/1.yml b/translations/ja-JP/data/release-notes/enterprise-server/3-6/1.yml
index 14749e4e648c..6e638df146a4 100644
--- a/translations/ja-JP/data/release-notes/enterprise-server/3-6/1.yml
+++ b/translations/ja-JP/data/release-notes/enterprise-server/3-6/1.yml
@@ -1,33 +1,38 @@
date: '2022-08-30'
sections:
bugs:
- - 一時的なアクセスのためにリポジトリのロックを解除した後、サイト管理者はリポジトリのセキュリティ製品の設定を管理できませんでした。
- - 管理コンソールと `/home/admin/.ssh/authorized_keys` ファイルの両方に、重複する管理 SSH キーが表示されることがありました。
- - "http(s)://<ホスト名>/stafftools/users/<ユーザー名>/admin の個人ユーザー向けサイト管理者ページに、GitHub Enterprise Server には意図されていない機能が含まれました。"
- - 場合によっては、`ghe-cluster-config-apply` を実行して空の構成をクラスターの既存のノードにレプリケートできました。
- - "`ghe-config-apply` で開始された構成の実行が、完了しないこと、または`Container count mismatch` エラーを返すことがありました。"
- - GitHub Enterprise Server インスタンス上の自己署名 TLS 証明書を更新した後、Web インターフェイスの一部のページの UI 要素が表示されませんでした。
- - 場合によっては、スレッドセーフではないにも関わらず同時に使われたライブラリのため、バックグラウンド タスクが停止することがありました。
- - Web インターフェイスの上部のサイト管理者バーに含まれる、現在実行中のアプリケーションのバージョンに対する SHA へのリンクが、壊れていました。
- - Organization 所有者は、ディスカッションの作成に必要なアクセスのレベルを設定できませんでした。
- - ディスカッションのユーザーは、GitHub.com のコミュニティ ガイドラインに誤って誘導されました。
- - ユーザーは、ディスカッションを作成する前にメールを検証するよう、誤って指示されることがありました。
- - サイト管理者が GitHub Enterprise Server 3.4 に直接アップグレードしなかった場合、GitHub Advanced Security のお客様に対するシークレット スキャンからのアラートが、Web UI と REST API に表示されませんでした。現在は、アラートが表示されます。
+ - After unlocking a repository for temporary access, a site administrator was unable to manage settings for security products in the repository.
+ - Duplicate administrative SSH keys could appear in both the Management Console and the `/home/admin/.ssh/authorized_keys` file.
+ - The site admin page for individual users at http(s)://HOSTNAME/stafftools/users/USERNAME/admin contained functionality not intended for GitHub Enterprise Server.
+ - In some cases, running `ghe-cluster-config-apply` could replicate an empty configuration to existing nodes in a cluster.
+ - In some cases, configuration runs started with `ghe-config-apply` did not complete, or returned a `Container count mismatch` error.
+ - After updating a self-signed TLS certificate on a GitHub Enterprise Server instance, UI elements on some pages in the web interface did not appear.
+ - In some cases, background tasks could stall due to a library that was used concurrently despite not being thread-safe.
+ - The site admin bar at the top of the web interface contained a broken link to the SHA for the currently running version of the application.
+ - Organization owners were unable to set the level of access required to create discussions.
+ - Discussions users were incorrectly directed to the community guidelines for GitHub.com.
+ - In some cases, users were incorrectly instructed to verify their email before creating a discussion.
+ - Alerts from secret scanning for GitHub Advanced Security customers were missing in the web UI and REST API if a site administrator did not upgrade directly to GitHub Enterprise Server 3.4. The alerts are now visible.
changes:
- - "並列化されたログ サニタイズの結果、サポート バンドルの生成が速くなっています。サポート バンドルについて詳しくは、「[GitHub Support へのデータの提供](/support/contacting-github-support/providing-data-to-github-support)」をご覧ください。"
- - "`organization` または `org` ルートを含む API が、Organization のスラッグまたは ID を受け取るようになりました。以前の API はスラッグのみを受け取っており、そのために GitHub Advanced Security エンドポイントの `Link` ヘッダーにアクセスできませんでした。詳しくは、REST API のドキュメントの「[組織](https://docs.github.com/rest/orgs/orgs)」をご覧ください。"
- - "Enterprise の監査ログに含まれるユーザー生成イベントが増えました (`project.create` など)。REST API からも、追加のユーザー生成イベントが返されます (`repo.create` など)。詳しくは、「[企業の監査ログにアクセスする](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise)」と「[Enterprise 用の監査ログ API の使用](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise#querying-the-audit-log-rest-api)」をご覧ください。"
- - "キャッシュ レプリカが、最近更新されたリポジトリでの一部の Git 操作を拒否することがありました。リポジトリのキャッシュについて詳しくは、「[リポジトリのキャッシュについて](/admin/enterprise-management/caching-repositories/about-repository-caching)」をご覧ください。"
- - "REST API を使って閉じることができるよう、グローバル通知バナーを構成できるようになりました。詳しくは、「[Enterprise のユーザメッセージをカスタマイズする](/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner)」をご覧ください。"
+ - Generation of support bundles is faster as a result of parallelized log sanitization. For more information about support bundles, see "[Providing data to GitHub Support](/support/contacting-github-support/providing-data-to-github-support)."
+ - APIs that contain the `organization` or `org` route now accept either the organization's slug or ID. Previously, the APIs only accepted slugs, which caused `Link` headers for GitHub Advanced Security endpoints to be inaccessible. For more information, see "[Organizations](https://docs.github.com/rest/orgs/orgs)" in the REST API documentation.
+ - The enterprise audit log now includes more user-generated events, such as `project.create`. The REST API also returns additional user-generated events, such as `repo.create`. For more information, see "[Accessing the audit log for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise)" and "[Using the audit log API for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise#querying-the-audit-log-rest-api)."
+ - In some cases, cache replicas could reject some Git operations on recently updated repositories. For more information about repository caching, see "[About repository caching](/admin/enterprise-management/caching-repositories/about-repository-caching)."
+ - You can now configure the global announcement banner to be dismissable using the REST API. For more information, see "[Customizing user messages for your enterprise](/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner)."
known_issues:
- - "{% data variables.product.prodname_ghe_server %} インスタンスを設定したばかりでユーザーがいない場合、攻撃者が最初の管理者ユーザーを作成できました。"
- - カスタムのファイアウォール規則は、アップグレード プロセス中に削除されます。
- - "[Web インターフェイスからアップロードされた](https://github.com/blog/2105-upload-files-to-your-repositories) Git LFS 追跡ファイルが誤ってリポジトリに直接追加されます。"
- - 同じリポジトリ内の BLOB への固定リンクが含まれ、その BLOB のファイル パスが 255 文字を超える場合、issue はクローズできません。
- - "GitHub Connect で [Users can search GitHub.com]\\(ユーザーが GitHub.com を検索できる\\) が有効になっている場合、プライベートと内部リポジトリのイシューが GitHub.com の検索結果に含まれません。"
- - "{% data variables.product.prodname_registry %} npm レジストリが、メタデータ応答で時刻値を返さなくなります。これは、パフォーマンスの大幅な向上を見込んで行われました。メタデータ応答の一部として時刻値を返すために必要なすべてのデータを引き続き保持します。また、既存のパフォーマンスの問題を解決したら、将来的にはこの値を再び返す予定です。"
- - pre-receive フックの処理に固有のリソース制限が、一部の pre-receive フックのエラーを引き起こす場合があります。
- - 別のホストで作成されたバックアップからインスタンスを復元した後、Actions のサービスを再起動する必要があります。
- - リポジトリの設定で、読み取りアクセス権を持つユーザーにディスカッションの作成を許可するオプションを有効にしても、この機能は有効になりません。
- - ユーザーが既存の issue をディスカッションに変換できない場合があります。
- - "シークレット スキャンのカスタム パターンの末尾の区切り記号は `.*` です (具体的には [After secret]\\(シークレットの後\\) フィールド)。この区切り記号のためにリポジトリ間でのシークレットのスキャンで不整合が発生し、リポジトリの履歴にスキャンが完了していないギャップができる場合があります。増分スキャンも影響を受ける場合があります。スキャンでの問題を避けるには、パターンの末尾を変更して、`.*` 区切り記号を削除します。"
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
+ - Actions services need to be restarted after restoring an instance from a backup taken on a different host.
+ - In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality.
+ - In some cases, users cannot convert existing issues to discussions.
+ - Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter.
+ - |
+ After upgrading a replica node to GitHub Enterprise Server 3.6.0 or later and restarting replication, in some situations Git replication may stop progressing and continue to show `WARNING: git replication is behind the primary …`. If you encounter this known issue contact GitHub Support. For more information, see "[Creating a support ticket](https://docs.github.com/en/enterprise-server@3.6/support/contacting-github-support/creating-a-support-ticket)." [Updated: 2022-10-03]
+ - |
+ GitHub Pages builds may time out on instances in AWS that are configured for high availability. [Updated: 2022-11-28]
+ - '{% data reusables.release-notes.babeld-max-threads-performance-issue %}'
\ No newline at end of file
diff --git a/translations/ja-JP/data/reusables/actions/reusable-workflows-enterprise-beta.md b/translations/ja-JP/data/reusables/actions/reusable-workflows-enterprise-beta.md
new file mode 100644
index 000000000000..6064e0e17eec
--- /dev/null
+++ b/translations/ja-JP/data/reusables/actions/reusable-workflows-enterprise-beta.md
@@ -0,0 +1,17 @@
+{% ifversion ghes = 3.4 %}
+
+{% note %}
+
+**Note**: Reusable workflows are currently in beta and subject to change.
+
+{% endnote %}
+
+{% elsif ghae > 3.3 %}
+
+{% note %}
+
+**Note**: Reusable workflows are currently unavailable in {% data variables.product.product_name %}, but will be available in a future update.
+
+{% endnote %}
+
+{% endif %}
diff --git a/translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md b/translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md
index 80878d1726ee..24b839f410c5 100644
--- a/translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md
+++ b/translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md
@@ -21,3 +21,8 @@ A user is considered active if the user has performed any of the following activ
- Starring a repository
- Deleting a repository
- Accessing resources by using a {% data variables.product.pat_generic %} or SSH key
+- Joining an organization
+
+{% ifversion ghes %}
+A user will also be considered active if their account has been updated by LDAP.
+{% endif %}
diff --git a/translations/ja-JP/data/ui.yml b/translations/ja-JP/data/ui.yml
index 1e8377dd721d..29dec0fbef90 100644
--- a/translations/ja-JP/data/ui.yml
+++ b/translations/ja-JP/data/ui.yml
@@ -127,7 +127,7 @@ products:
rest:
banner:
api_versioned: The REST API is now versioned.
- api_version_info: For more information, see "About API versioning".
+ api_version_info: For more information, see "About API versioning."
ghes_api_versioned: After a site administrator upgrades your Enterprise Server instance to {{ firstGhesReleaseWithApiVersions.versionTitle }} or later, the REST API will be versioned. To learn how to find your instance's version, see "About versions of GitHub Docs".
versioning:
about_versions: About REST API versions
diff --git a/translations/log/msft-ja-resets.csv b/translations/log/msft-ja-resets.csv
index e64065933886..652e99af98b7 100644
--- a/translations/log/msft-ja-resets.csv
+++ b/translations/log/msft-ja-resets.csv
@@ -376,7 +376,6 @@ translations/ja-JP/data/reusables/actions/hardware-requirements-3.6.md,file dele
translations/ja-JP/data/reusables/actions/link-to-example-library.md,file deleted because it no longer exists in main
translations/ja-JP/data/reusables/actions/minio-gateways-removal.md,file deleted because it no longer exists in main
translations/ja-JP/data/reusables/actions/perform-blob-storage-precheck.md,file deleted because it no longer exists in main
-translations/ja-JP/data/reusables/actions/reusable-workflows-ghes-beta.md,file deleted because it no longer exists in main
translations/ja-JP/data/reusables/actions/self-hosted-runner-configure-runner-group.md,file deleted because it no longer exists in main
translations/ja-JP/data/reusables/actions/self-hosted-runner-groups-navigate-to-repo-org-enterprise.md,file deleted because it no longer exists in main
translations/ja-JP/data/reusables/apps/metadata-permissions.md,file deleted because it no longer exists in main
@@ -455,20 +454,20 @@ translations/ja-JP/data/reusables/security-center/beta.md,file deleted because i
translations/ja-JP/data/reusables/server-statistics/release-phase.md,file deleted because it no longer exists in main
translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md,rendering error
translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md,broken liquid tags
-translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md,rendering error
+translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md,broken liquid tags
translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md,rendering error
translations/ja-JP/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md,rendering error
-translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md,rendering error
+translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md,broken liquid tags
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md,broken liquid tags
-translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile.md,rendering error
+translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile.md,broken liquid tags
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account.md,rendering error
-translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md,rendering error
-translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email.md,rendering error
+translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md,broken liquid tags
+translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email.md,broken liquid tags
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md,rendering error
@@ -479,10 +478,10 @@ translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-pers
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md,rendering error
translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/index.md,broken liquid tags
-translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md,rendering error
+translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md,broken liquid tags
translations/ja-JP/content/actions/automating-builds-and-tests/about-continuous-integration.md,rendering error
-translations/ja-JP/content/actions/creating-actions/creating-a-composite-action.md,rendering error
-translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md,rendering error
+translations/ja-JP/content/actions/creating-actions/creating-a-composite-action.md,broken liquid tags
+translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md,broken liquid tags
translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md,rendering error
translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md,rendering error
translations/ja-JP/content/actions/creating-actions/releasing-and-maintaining-actions.md,broken liquid tags
@@ -514,14 +513,14 @@ translations/ja-JP/content/actions/learn-github-actions/finding-and-customizing-
translations/ja-JP/content/actions/learn-github-actions/understanding-github-actions.md,rendering error
translations/ja-JP/content/actions/learn-github-actions/usage-limits-billing-and-administration.md,rendering error
translations/ja-JP/content/actions/managing-issues-and-pull-requests/moving-assigned-issues-on-project-boards.md,broken liquid tags
-translations/ja-JP/content/actions/managing-workflow-runs/disabling-and-enabling-a-workflow.md,rendering error
-translations/ja-JP/content/actions/managing-workflow-runs/manually-running-a-workflow.md,rendering error
+translations/ja-JP/content/actions/managing-workflow-runs/disabling-and-enabling-a-workflow.md,broken liquid tags
+translations/ja-JP/content/actions/managing-workflow-runs/manually-running-a-workflow.md,broken liquid tags
translations/ja-JP/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md,rendering error
translations/ja-JP/content/actions/migrating-to-github-actions/automating-migration-with-github-actions-importer.md,rendering error
-translations/ja-JP/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md,rendering error
+translations/ja-JP/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md,broken liquid tags
translations/ja-JP/content/actions/publishing-packages/publishing-docker-images.md,rendering error
translations/ja-JP/content/actions/publishing-packages/publishing-nodejs-packages.md,broken liquid tags
-translations/ja-JP/content/actions/quickstart.md,rendering error
+translations/ja-JP/content/actions/quickstart.md,broken liquid tags
translations/ja-JP/content/actions/security-guides/automatic-token-authentication.md,rendering error
translations/ja-JP/content/actions/security-guides/encrypted-secrets.md,rendering error
translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md,rendering error
@@ -538,79 +537,76 @@ translations/ja-JP/content/actions/using-workflows/triggering-a-workflow.md,rend
translations/ja-JP/content/actions/using-workflows/workflow-syntax-for-github-actions.md,rendering error
translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md,rendering error
translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance.md,rendering error
-translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-automatic-user-license-sync-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-server-statistics-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-github-connect/index.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-a-hostname.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-dns-nameservers.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-tls.md,rendering error
+translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-unified-contributions-for-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-github-connect/index.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-a-hostname.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-built-in-firewall-rules.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-dns-nameservers.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/configuring-tls.md,broken liquid tags
translations/ja-JP/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-network-settings/validating-your-domain-settings.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md,rendering error
+translations/ja-JP/content/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-network-settings/validating-your-domain-settings.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh.md,broken liquid tags
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/command-line-utilities.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-applications.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications.md,rendering error
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-applications.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-email-for-notifications.md,broken liquid tags
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-github-pages-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md,rendering error
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/enabling-private-mode.md,rendering error
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-the-referrer-policy-for-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/enabling-private-mode.md,broken liquid tags
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/site-admin-dashboard.md,rendering error
-translations/ja-JP/content/admin/configuration/configuring-your-enterprise/troubleshooting-tls-errors.md,rendering error
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/site-admin-dashboard.md,broken liquid tags
+translations/ja-JP/content/admin/configuration/configuring-your-enterprise/troubleshooting-tls-errors.md,broken liquid tags
translations/ja-JP/content/admin/enterprise-management/caching-repositories/about-repository-caching.md,rendering error
translations/ja-JP/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md,rendering error
translations/ja-JP/content/admin/enterprise-management/caching-repositories/index.md,rendering error
translations/ja-JP/content/admin/enterprise-management/configuring-clustering/cluster-network-configuration.md,broken liquid tags
translations/ja-JP/content/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster.md,broken liquid tags
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/configuring-collectd.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/index.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources.md,rendering error
-translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md,rendering error
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/configuring-collectd.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/generating-a-health-check-for-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/index.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/monitoring-using-snmp.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance/recommended-alert-thresholds.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/enabling-automatic-update-checks.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources.md,broken liquid tags
+translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md,broken liquid tags
translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md,rendering error
translations/ja-JP/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment.md,rendering error
-translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-storage.md,rendering error
+translations/ja-JP/content/admin/github-actions/advanced-configuration-and-troubleshooting/using-a-staging-environment.md,broken liquid tags
translations/ja-JP/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates.md,rendering error
translations/ja-JP/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md,rendering error
translations/ja-JP/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md,rendering error
translations/ja-JP/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/index.md,broken liquid tags
-translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods.md,rendering error
+translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/changing-authentication-methods.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/index.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/managing-iam-for-your-enterprise/username-considerations-for-external-authentication.md,rendering error
translations/ja-JP/content/admin/identity-and-access-management/managing-recovery-codes-for-your-enterprise/downloading-your-enterprise-accounts-single-sign-on-recovery-codes.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/index.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy.md,rendering error
+translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication.md,broken liquid tags
+translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/disabling-unauthenticated-sign-ups.md,broken liquid tags
+translations/ja-JP/content/admin/identity-and-access-management/using-built-in-authentication/inviting-people-to-use-your-instance.md,broken liquid tags
+translations/ja-JP/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/index.md,broken liquid tags
+translations/ja-JP/content/admin/identity-and-access-management/using-cas-for-enterprise-iam/using-cas.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-oidc-for-enterprise-managed-users.md,rendering error
translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-saml-single-sign-on-for-enterprise-managed-users.md,rendering error
translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md,rendering error
translations/ja-JP/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/migrating-from-saml-to-oidc.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/index.md,rendering error
+translations/ja-JP/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/index.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-with-scim-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions.md,rendering error
+translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference.md,rendering error
translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account.md,broken liquid tags
translations/ja-JP/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/updating-a-users-saml-nameid.md,broken liquid tags
@@ -619,71 +615,69 @@ translations/ja-JP/content/admin/installation/setting-up-a-github-enterprise-ser
translations/ja-JP/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-google-cloud-platform.md,rendering error
translations/ja-JP/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-openstack-kvm.md,rendering error
translations/ja-JP/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md,rendering error
-translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics.md,rendering error
-translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks.md,rendering error
+translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics.md,broken liquid tags
+translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks.md,broken liquid tags
translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/overview/about-data-residency.md,rendering error
-translations/ja-JP/content/admin/overview/about-github-enterprise-server.md,rendering error
+translations/ja-JP/content/admin/overview/about-data-residency.md,broken liquid tags
+translations/ja-JP/content/admin/overview/about-github-enterprise-server.md,broken liquid tags
translations/ja-JP/content/admin/overview/about-github-for-enterprises.md,rendering error
translations/ja-JP/content/admin/overview/system-overview.md,rendering error
-translations/ja-JP/content/admin/packages/enabling-github-packages-with-aws.md,rendering error
-translations/ja-JP/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md,rendering error
-translations/ja-JP/content/admin/packages/enabling-github-packages-with-minio.md,rendering error
+translations/ja-JP/content/admin/packages/enabling-github-packages-with-aws.md,broken liquid tags
+translations/ja-JP/content/admin/packages/enabling-github-packages-with-minio.md,broken liquid tags
translations/ja-JP/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md,rendering error
translations/ja-JP/content/admin/packages/migrating-your-enterprise-to-the-container-registry-from-the-docker-registry.md,rendering error
translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/about-enterprise-policies.md,broken liquid tags
-translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise.md,rendering error
translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md,broken liquid tags
-translations/ja-JP/content/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks.md,rendering error
-translations/ja-JP/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md,rendering error
-translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams.md,rendering error
-translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md,rendering error
-translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/creating-teams.md,rendering error
+translations/ja-JP/content/admin/policies/enforcing-policy-with-pre-receive-hooks/about-pre-receive-hooks.md,broken liquid tags
+translations/ja-JP/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/adding-people-to-teams.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/creating-teams.md,broken liquid tags
translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md,rendering error
-translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md,rendering error
+translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md,broken liquid tags
translations/ja-JP/content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md,broken liquid tags
-translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md,rendering error
-translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md,broken liquid tags
translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md,rendering error
-translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise.md,rendering error
-translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/index.md,rendering error
-translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise.md,rendering error
+translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/about-migrations.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/index.md,broken liquid tags
+translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise/migrating-data-to-your-enterprise.md,broken liquid tags
translations/ja-JP/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md,rendering error
translations/ja-JP/content/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on.md,rendering error
translations/ja-JP/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md,rendering error
translations/ja-JP/content/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md,rendering error
translations/ja-JP/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md,rendering error
-translations/ja-JP/content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md,rendering error
+translations/ja-JP/content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md,broken liquid tags
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md,rendering error
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md,rendering error
-translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/creating-a-strong-password.md,rendering error
-translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access.md,rendering error
-translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md,rendering error
+translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/creating-a-strong-password.md,broken liquid tags
+translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access.md,broken liquid tags
+translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md,broken liquid tags
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys.md,rendering error
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md,rendering error
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys.md,rendering error
-translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md,rendering error
+translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/sudo-mode.md,broken liquid tags
translations/ja-JP/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md,rendering error
translations/ja-JP/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md,rendering error
translations/ja-JP/content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md,rendering error
-translations/ja-JP/content/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key.md,rendering error
+translations/ja-JP/content/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key.md,broken liquid tags
translations/ja-JP/content/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits.md,rendering error
-translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication.md,rendering error
+translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication.md,broken liquid tags
translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication.md,broken liquid tags
translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication.md,rendering error
-translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/index.md,rendering error
+translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/index.md,broken liquid tags
translations/ja-JP/content/authentication/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials.md,broken liquid tags
-translations/ja-JP/content/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign.md,rendering error
-translations/ja-JP/content/authentication/troubleshooting-ssh/error-key-already-in-use.md,rendering error
+translations/ja-JP/content/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign.md,broken liquid tags
+translations/ja-JP/content/authentication/troubleshooting-ssh/error-key-already-in-use.md,broken liquid tags
translations/ja-JP/content/authentication/troubleshooting-ssh/recovering-your-ssh-key-passphrase.md,broken liquid tags
-translations/ja-JP/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md,rendering error
translations/ja-JP/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md,broken liquid tags
translations/ja-JP/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md,rendering error
translations/ja-JP/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md,broken liquid tags
@@ -692,13 +686,13 @@ translations/ja-JP/content/billing/managing-billing-for-github-packages/about-bi
translations/ja-JP/content/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise.md,broken liquid tags
translations/ja-JP/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md,rendering error
translations/ja-JP/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md,broken liquid tags
-translations/ja-JP/content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md,rendering error
+translations/ja-JP/content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md,broken liquid tags
translations/ja-JP/content/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md,broken liquid tags
-translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md,rendering error
-translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md,rendering error
+translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md,broken liquid tags
+translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md,broken liquid tags
translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise.md,rendering error
-translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server.md,rendering error
-translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md,rendering error
+translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server.md,broken liquid tags
+translations/ja-JP/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md,broken liquid tags
translations/ja-JP/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md,rendering error
translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts.md,rendering error
translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql.md,rendering error
@@ -708,12 +702,12 @@ translations/ja-JP/content/code-security/code-scanning/automatically-scanning-yo
translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/tracking-code-scanning-alerts-in-issues-using-task-lists.md,rendering error
translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md,rendering error
translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md,rendering error
-translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md,rendering error
+translations/ja-JP/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs.md,broken liquid tags
translations/ja-JP/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md,rendering error
translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md,rendering error
translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md,rendering error
translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md,rendering error
-translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system.md,rendering error
+translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system.md,broken liquid tags
translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-runner-in-your-ci-system.md,rendering error
translations/ja-JP/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md,rendering error
translations/ja-JP/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md,rendering error
@@ -742,10 +736,7 @@ translations/ja-JP/content/code-security/secret-scanning/protecting-pushes-with-
translations/ja-JP/content/code-security/secret-scanning/pushing-a-branch-blocked-by-push-protection.md,rendering error
translations/ja-JP/content/code-security/secret-scanning/secret-scanning-patterns.md,rendering error
translations/ja-JP/content/code-security/security-advisories/global-security-advisories/about-the-github-advisory-database.md,rendering error
-translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/managing-privately-reported-security-vulnerabilities.md,rendering error
-translations/ja-JP/content/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.md,rendering error
translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository.md,rendering error
-translations/ja-JP/content/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory.md,rendering error
translations/ja-JP/content/code-security/security-overview/about-the-security-overview.md,rendering error
translations/ja-JP/content/code-security/security-overview/filtering-alerts-in-the-security-overview.md,rendering error
translations/ja-JP/content/code-security/security-overview/viewing-the-security-overview.md,rendering error
@@ -755,83 +746,72 @@ translations/ja-JP/content/code-security/supply-chain-security/understanding-you
translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md,rendering error
translations/ja-JP/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md,broken liquid tags
translations/ja-JP/content/codespaces/codespaces-reference/security-in-github-codespaces.md,broken liquid tags
-translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository.md,rendering error
-translations/ja-JP/content/codespaces/developing-in-codespaces/creating-a-codespace-from-a-template.md,rendering error
translations/ja-JP/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md,rendering error
translations/ja-JP/content/codespaces/managing-codespaces-for-your-organization/restricting-the-base-image-for-codespaces.md,rendering error
translations/ja-JP/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md,rendering error
translations/ja-JP/content/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces.md,rendering error
translations/ja-JP/content/codespaces/managing-codespaces-for-your-organization/restricting-the-visibility-of-forwarded-ports.md,rendering error
-translations/ja-JP/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md,rendering error
translations/ja-JP/content/codespaces/prebuilding-your-codespaces/testing-dev-container-changes.md,broken liquid tags
-translations/ja-JP/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md,rendering error
-translations/ja-JP/content/codespaces/troubleshooting/troubleshooting-prebuilds.md,rendering error
-translations/ja-JP/content/communities/documenting-your-project-with-wikis/about-wikis.md,rendering error
-translations/ja-JP/content/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis.md,rendering error
+translations/ja-JP/content/communities/documenting-your-project-with-wikis/about-wikis.md,broken liquid tags
+translations/ja-JP/content/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis.md,broken liquid tags
translations/ja-JP/content/communities/documenting-your-project-with-wikis/editing-wiki-content.md,rendering error
-translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.md,rendering error
-translations/ja-JP/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository.md,rendering error
+translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md,broken liquid tags
+translations/ja-JP/content/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.md,broken liquid tags
translations/ja-JP/content/copilot/quickstart.md,broken liquid tags
-translations/ja-JP/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md,rendering error
+translations/ja-JP/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md,broken liquid tags
translations/ja-JP/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/index.md,broken liquid tags
translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/about-connections-to-github.md,broken liquid tags
translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github.md,rendering error
-translations/ja-JP/content/developers/apps/building-github-apps/rate-limits-for-github-apps.md,rendering error
+translations/ja-JP/content/developers/apps/building-github-apps/rate-limits-for-github-apps.md,broken liquid tags
translations/ja-JP/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md,rendering error
-translations/ja-JP/content/developers/apps/getting-started-with-apps/about-apps.md,rendering error
-translations/ja-JP/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md,rendering error
-translations/ja-JP/content/developers/apps/guides/using-the-github-api-in-your-app.md,rendering error
-translations/ja-JP/content/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md,rendering error
+translations/ja-JP/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md,broken liquid tags
+translations/ja-JP/content/developers/apps/guides/using-the-github-api-in-your-app.md,broken liquid tags
+translations/ja-JP/content/developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md,broken liquid tags
translations/ja-JP/content/developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps.md,broken liquid tags
-translations/ja-JP/content/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md,rendering error
-translations/ja-JP/content/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md,rendering error
+translations/ja-JP/content/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md,broken liquid tags
+translations/ja-JP/content/developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md,broken liquid tags
translations/ja-JP/content/developers/overview/about-githubs-apis.md,broken liquid tags
-translations/ja-JP/content/developers/overview/managing-deploy-keys.md,rendering error
+translations/ja-JP/content/developers/overview/managing-deploy-keys.md,broken liquid tags
translations/ja-JP/content/developers/overview/secret-scanning-partner-program.md,broken liquid tags
translations/ja-JP/content/developers/webhooks-and-events/events/issue-event-types.md,broken liquid tags
translations/ja-JP/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md,rendering error
-translations/ja-JP/content/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions.md,rendering error
-translations/ja-JP/content/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion.md,rendering error
-translations/ja-JP/content/discussions/guides/finding-your-discussions.md,rendering error
-translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-categories-for-discussions.md,rendering error
-translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-discussions.md,rendering error
+translations/ja-JP/content/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions.md,broken liquid tags
+translations/ja-JP/content/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion.md,broken liquid tags
+translations/ja-JP/content/discussions/guides/finding-your-discussions.md,broken liquid tags
+translations/ja-JP/content/discussions/managing-discussions-for-your-community/managing-categories-for-discussions.md,broken liquid tags
translations/ja-JP/content/discussions/managing-discussions-for-your-community/moderating-discussions.md,rendering error
translations/ja-JP/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom/glossary.md,broken liquid tags
-translations/ja-JP/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-makecode-arcade-with-github-classroom.md,rendering error
+translations/ja-JP/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-makecode-arcade-with-github-classroom.md,broken liquid tags
translations/ja-JP/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md,broken liquid tags
-translations/ja-JP/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom/view-autograding-results.md,rendering error
-translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md,rendering error
-translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-an-individual-assignment.md,rendering error
+translations/ja-JP/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom/view-autograding-results.md,broken liquid tags
translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md,broken liquid tags
translations/ja-JP/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md,broken liquid tags
-translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md,rendering error
-translations/ja-JP/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md,rendering error
+translations/ja-JP/content/get-started/customizing-your-github-workflow/exploring-integrations/github-extensions-and-integrations.md,broken liquid tags
+translations/ja-JP/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md,broken liquid tags
translations/ja-JP/content/get-started/getting-started-with-git/about-remote-repositories.md,rendering error
translations/ja-JP/content/get-started/getting-started-with-git/associating-text-editors-with-git.md,broken liquid tags
translations/ja-JP/content/get-started/getting-started-with-git/caching-your-github-credentials-in-git.md,rendering error
translations/ja-JP/content/get-started/getting-started-with-git/managing-remote-repositories.md,rendering error
translations/ja-JP/content/get-started/getting-started-with-git/updating-credentials-from-the-macos-keychain.md,rendering error
translations/ja-JP/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md,rendering error
-translations/ja-JP/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md,rendering error
-translations/ja-JP/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line.md,rendering error
+translations/ja-JP/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md,broken liquid tags
+translations/ja-JP/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-git-repository-using-the-command-line.md,broken liquid tags
translations/ja-JP/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md,broken liquid tags
translations/ja-JP/content/get-started/learning-about-github/about-github-advanced-security.md,rendering error
translations/ja-JP/content/get-started/learning-about-github/access-permissions-on-github.md,broken liquid tags
translations/ja-JP/content/get-started/learning-about-github/githubs-products.md,rendering error
-translations/ja-JP/content/get-started/learning-about-github/types-of-github-accounts.md,rendering error
-translations/ja-JP/content/get-started/onboarding/getting-started-with-github-ae.md,rendering error
+translations/ja-JP/content/get-started/learning-about-github/types-of-github-accounts.md,broken liquid tags
translations/ja-JP/content/get-started/onboarding/getting-started-with-github-enterprise-cloud.md,rendering error
-translations/ja-JP/content/get-started/onboarding/getting-started-with-github-enterprise-server.md,rendering error
-translations/ja-JP/content/get-started/onboarding/getting-started-with-github-team.md,rendering error
-translations/ja-JP/content/get-started/onboarding/getting-started-with-your-github-account.md,rendering error
+translations/ja-JP/content/get-started/onboarding/getting-started-with-github-team.md,broken liquid tags
+translations/ja-JP/content/get-started/onboarding/getting-started-with-your-github-account.md,broken liquid tags
translations/ja-JP/content/get-started/quickstart/contributing-to-projects.md,rendering error
-translations/ja-JP/content/get-started/quickstart/create-a-repo.md,rendering error
+translations/ja-JP/content/get-started/quickstart/create-a-repo.md,broken liquid tags
translations/ja-JP/content/get-started/quickstart/fork-a-repo.md,rendering error
translations/ja-JP/content/get-started/quickstart/git-and-github-learning-resources.md,broken liquid tags
translations/ja-JP/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md,rendering error
translations/ja-JP/content/get-started/signing-up-for-github/signing-up-for-a-new-github-account.md,rendering error
translations/ja-JP/content/get-started/signing-up-for-github/verifying-your-email-address.md,rendering error
-translations/ja-JP/content/get-started/using-git/about-git-rebase.md,rendering error
+translations/ja-JP/content/get-started/using-git/about-git-rebase.md,broken liquid tags
translations/ja-JP/content/get-started/using-github/github-desktop.md,broken liquid tags
translations/ja-JP/content/get-started/using-github/github-mobile.md,rendering error
translations/ja-JP/content/get-started/using-github/keyboard-shortcuts.md,rendering error
@@ -847,7 +827,7 @@ translations/ja-JP/content/graphql/guides/forming-calls-with-graphql.md,renderin
translations/ja-JP/content/graphql/guides/introduction-to-graphql.md,broken liquid tags
translations/ja-JP/content/graphql/guides/managing-enterprise-accounts.md,rendering error
translations/ja-JP/content/graphql/guides/migrating-from-rest-to-graphql.md,broken liquid tags
-translations/ja-JP/content/graphql/overview/about-the-graphql-api.md,rendering error
+translations/ja-JP/content/graphql/overview/about-the-graphql-api.md,broken liquid tags
translations/ja-JP/content/graphql/reference/enums.md,rendering error
translations/ja-JP/content/graphql/reference/input-objects.md,rendering error
translations/ja-JP/content/graphql/reference/interfaces.md,rendering error
@@ -857,16 +837,15 @@ translations/ja-JP/content/graphql/reference/unions.md,rendering error
translations/ja-JP/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md,rendering error
translations/ja-JP/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md,rendering error
translations/ja-JP/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md,rendering error
-translations/ja-JP/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md,rendering error
translations/ja-JP/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md,rendering error
-translations/ja-JP/content/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed.md,rendering error
-translations/ja-JP/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on.md,rendering error
-translations/ja-JP/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization.md,rendering error
+translations/ja-JP/content/organizations/collaborating-with-groups-in-organizations/about-your-organizations-news-feed.md,broken liquid tags
+translations/ja-JP/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/about-two-factor-authentication-and-saml-single-sign-on.md,broken liquid tags
+translations/ja-JP/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization.md,broken liquid tags
translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization.md,rendering error
translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md,rendering error
translations/ja-JP/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md,rendering error
translations/ja-JP/content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md,broken liquid tags
-translations/ja-JP/content/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization.md,rendering error
+translations/ja-JP/content/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization.md,broken liquid tags
translations/ja-JP/content/organizations/managing-organization-settings/deleting-an-organization-account.md,rendering error
translations/ja-JP/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md,rendering error
translations/ja-JP/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md,rendering error
@@ -878,7 +857,7 @@ translations/ja-JP/content/organizations/managing-organization-settings/managing
translations/ja-JP/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md,rendering error
translations/ja-JP/content/organizations/managing-peoples-access-to-your-organization-with-roles/adding-a-billing-manager-to-your-organization.md,rendering error
translations/ja-JP/content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization.md,rendering error
-translations/ja-JP/content/organizations/managing-saml-single-sign-on-for-your-organization/configuring-saml-single-sign-on-and-scim-using-okta.md,rendering error
+translations/ja-JP/content/organizations/managing-saml-single-sign-on-for-your-organization/configuring-saml-single-sign-on-and-scim-using-okta.md,broken liquid tags
translations/ja-JP/content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md,rendering error
translations/ja-JP/content/organizations/organizing-members-into-teams/about-teams.md,broken liquid tags
translations/ja-JP/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md,rendering error
@@ -891,7 +870,6 @@ translations/ja-JP/content/packages/learn-github-packages/introduction-to-github
translations/ja-JP/content/packages/learn-github-packages/publishing-a-package.md,rendering error
translations/ja-JP/content/packages/learn-github-packages/viewing-packages.md,rendering error
translations/ja-JP/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md,rendering error
-translations/ja-JP/content/packages/quickstart.md,rendering error
translations/ja-JP/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md,rendering error
translations/ja-JP/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md,rendering error
translations/ja-JP/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md,rendering error
@@ -902,33 +880,33 @@ translations/ja-JP/content/packages/working-with-a-github-packages-registry/work
translations/ja-JP/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md,rendering error
translations/ja-JP/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md,broken liquid tags
translations/ja-JP/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md,rendering error
-translations/ja-JP/content/pages/getting-started-with-github-pages/about-github-pages.md,rendering error
+translations/ja-JP/content/pages/getting-started-with-github-pages/about-github-pages.md,broken liquid tags
translations/ja-JP/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md,rendering error
translations/ja-JP/content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md,rendering error
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line.md,broken liquid tags
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks.md,broken liquid tags
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges.md,rendering error
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request.md,broken liquid tags
-translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches.md,rendering error
-translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md,rendering error
+translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches.md,broken liquid tags
+translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md,broken liquid tags
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md,rendering error
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch.md,rendering error
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md,broken liquid tags
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md,rendering error
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md,rendering error
-translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md,rendering error
-translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md,rendering error
-translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors.md,rendering error
-translations/ja-JP/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone.md,rendering error
+translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md,broken liquid tags
+translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-on-behalf-of-an-organization.md,broken liquid tags
+translations/ja-JP/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors.md,broken liquid tags
+translations/ja-JP/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/commit-exists-on-github-but-not-in-my-local-clone.md,broken liquid tags
translations/ja-JP/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user.md,rendering error
translations/ja-JP/content/repositories/archiving-a-github-repository/archiving-repositories.md,rendering error
-translations/ja-JP/content/repositories/archiving-a-github-repository/backing-up-a-repository.md,rendering error
-translations/ja-JP/content/repositories/archiving-a-github-repository/referencing-and-citing-content.md,rendering error
-translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github.md,rendering error
+translations/ja-JP/content/repositories/archiving-a-github-repository/backing-up-a-repository.md,broken liquid tags
+translations/ja-JP/content/repositories/archiving-a-github-repository/referencing-and-citing-content.md,broken liquid tags
+translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github.md,broken liquid tags
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-merging-for-pull-requests.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests.md,rendering error
-translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md,rendering error
+translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md,broken liquid tags
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-suggestions-to-update-pull-request-branches.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches.md,rendering error
@@ -937,29 +915,25 @@ translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch.md,rendering error
translations/ja-JP/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch.md,rendering error
-translations/ja-JP/content/repositories/creating-and-managing-repositories/cloning-a-repository.md,rendering error
-translations/ja-JP/content/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template.md,rendering error
+translations/ja-JP/content/repositories/creating-and-managing-repositories/cloning-a-repository.md,broken liquid tags
translations/ja-JP/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md,rendering error
translations/ja-JP/content/repositories/creating-and-managing-repositories/transferring-a-repository.md,rendering error
-translations/ja-JP/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md,rendering error
-translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.md,rendering error
+translations/ja-JP/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md,broken liquid tags
+translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.md,broken liquid tags
translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md,rendering error
translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md,rendering error
translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources.md,rendering error
translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository.md,rendering error
-translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility.md,rendering error
+translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility.md,broken liquid tags
translations/ja-JP/content/repositories/releasing-projects-on-github/about-releases.md,rendering error
-translations/ja-JP/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md,rendering error
translations/ja-JP/content/repositories/releasing-projects-on-github/comparing-releases.md,rendering error
translations/ja-JP/content/repositories/releasing-projects-on-github/linking-to-releases.md,rendering error
translations/ja-JP/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md,rendering error
-translations/ja-JP/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md,rendering error
-translations/ja-JP/content/repositories/working-with-files/managing-files/adding-a-file-to-a-repository.md,rendering error
-translations/ja-JP/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md,rendering error
-translations/ja-JP/content/repositories/working-with-files/using-files/getting-permanent-links-to-files.md,rendering error
-translations/ja-JP/content/repositories/working-with-files/using-files/viewing-a-file.md,rendering error
+translations/ja-JP/content/repositories/working-with-files/managing-files/adding-a-file-to-a-repository.md,broken liquid tags
+translations/ja-JP/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md,broken liquid tags
+translations/ja-JP/content/repositories/working-with-files/using-files/getting-permanent-links-to-files.md,broken liquid tags
translations/ja-JP/content/rest/activity/notifications.md,broken liquid tags
-translations/ja-JP/content/rest/apps/oauth-applications.md,rendering error
+translations/ja-JP/content/rest/apps/oauth-applications.md,broken liquid tags
translations/ja-JP/content/rest/codespaces/codespaces.md,broken liquid tags
translations/ja-JP/content/rest/dependabot/index.md,broken liquid tags
translations/ja-JP/content/rest/enterprise-admin/admin-stats.md,broken liquid tags
@@ -986,14 +960,15 @@ translations/ja-JP/content/rest/overview/permissions-required-for-github-apps.md
translations/ja-JP/content/rest/packages.md,broken liquid tags
translations/ja-JP/content/rest/projects/projects.md,broken liquid tags
translations/ja-JP/content/rest/quickstart.md,broken liquid tags
-translations/ja-JP/content/rest/scim.md,rendering error
-translations/ja-JP/content/rest/teams/team-sync.md,rendering error
+translations/ja-JP/content/rest/scim.md,broken liquid tags
+translations/ja-JP/content/rest/teams/team-sync.md,broken liquid tags
translations/ja-JP/content/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment.md,rendering error
-translations/ja-JP/content/search-github/searching-on-github/searching-for-repositories.md,rendering error
+translations/ja-JP/content/search-github/searching-on-github/searching-for-repositories.md,broken liquid tags
translations/ja-JP/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md,broken liquid tags
-translations/ja-JP/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md,rendering error
-translations/ja-JP/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md,rendering error
-translations/ja-JP/content/support/contacting-github-support/providing-data-to-github-support.md,rendering error
+translations/ja-JP/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md,broken liquid tags
+translations/ja-JP/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md,broken liquid tags
+translations/ja-JP/content/support/contacting-github-support/providing-data-to-github-support.md,broken liquid tags
+translations/ja-JP/content/support/contacting-github-support/viewing-and-updating-support-tickets.md,broken liquid tags
translations/ja-JP/content/support/learning-about-github-support/about-github-premium-support.md,rendering error
translations/ja-JP/content/support/learning-about-github-support/about-github-support.md,rendering error
translations/ja-JP/data/glossaries/external.yml,broken liquid tags
@@ -1015,19 +990,21 @@ translations/ja-JP/data/release-notes/enterprise-server/3-4/7.yml,rendering erro
translations/ja-JP/data/release-notes/enterprise-server/3-4/8.yml,rendering error
translations/ja-JP/data/release-notes/enterprise-server/3-5/0-rc1.yml,rendering error
translations/ja-JP/data/release-notes/enterprise-server/3-5/4.yml,rendering error
+translations/ja-JP/data/release-notes/enterprise-server/3-5/5.yml,broken liquid tags
translations/ja-JP/data/release-notes/enterprise-server/3-6/0-rc1.yml,rendering error
+translations/ja-JP/data/release-notes/enterprise-server/3-6/1.yml,broken liquid tags
translations/ja-JP/data/reusables/actions/about-actions-for-enterprises.md,broken liquid tags
translations/ja-JP/data/reusables/actions/artifact-log-retention-statement.md,broken liquid tags
-translations/ja-JP/data/reusables/actions/cache-default-size.md,rendering error
+translations/ja-JP/data/reusables/actions/cache-default-size.md,broken liquid tags
translations/ja-JP/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md,rendering error
translations/ja-JP/data/reusables/actions/changing-the-name-of-a-runner-group.md,rendering error
translations/ja-JP/data/reusables/actions/create-runner-group.md,rendering error
translations/ja-JP/data/reusables/actions/creating-a-runner-group-for-an-organization.md,rendering error
translations/ja-JP/data/reusables/actions/disabling-github-actions.md,broken liquid tags
-translations/ja-JP/data/reusables/actions/enterprise-common-prereqs.md,rendering error
+translations/ja-JP/data/reusables/actions/enterprise-common-prereqs.md,broken liquid tags
translations/ja-JP/data/reusables/actions/enterprise-marketplace-actions.md,broken liquid tags
-translations/ja-JP/data/reusables/actions/enterprise-postinstall-nextsteps.md,rendering error
-translations/ja-JP/data/reusables/actions/github-connect-resolution.md,rendering error
+translations/ja-JP/data/reusables/actions/enterprise-postinstall-nextsteps.md,broken liquid tags
+translations/ja-JP/data/reusables/actions/github-connect-resolution.md,broken liquid tags
translations/ja-JP/data/reusables/actions/hosted-runner-security.md,broken liquid tags
translations/ja-JP/data/reusables/actions/jobs/section-defining-outputs-for-jobs.md,broken liquid tags
translations/ja-JP/data/reusables/actions/jobs/section-using-conditions-to-control-job-execution.md,broken liquid tags
@@ -1035,6 +1012,7 @@ translations/ja-JP/data/reusables/actions/more-resources-for-ghes.md,rendering e
translations/ja-JP/data/reusables/actions/moving-a-runner-to-a-group.md,rendering error
translations/ja-JP/data/reusables/actions/reusable-workflow-artifacts.md,rendering error
translations/ja-JP/data/reusables/actions/reusable-workflow-calling-syntax.md,rendering error
+translations/ja-JP/data/reusables/actions/reusable-workflows-enterprise-beta.md,rendering error
translations/ja-JP/data/reusables/actions/reusable-workflows.md,rendering error
translations/ja-JP/data/reusables/actions/runner-groups-add-to-enterprise-first-steps.md,rendering error
translations/ja-JP/data/reusables/actions/self-hosted-runner-add-to-enterprise.md,rendering error
@@ -1048,11 +1026,11 @@ translations/ja-JP/data/reusables/actions/settings-ui/settings-actions-pages-cus
translations/ja-JP/data/reusables/actions/settings-ui/settings-actions-runner-groups.md,rendering error
translations/ja-JP/data/reusables/actions/settings-ui/settings-actions-runners.md,rendering error
translations/ja-JP/data/reusables/actions/sidebar-secret.md,rendering error
-translations/ja-JP/data/reusables/actions/upgrade-runners-before-upgrade-ghes.md,rendering error
-translations/ja-JP/data/reusables/actions/workflow-basic-example-and-explanation.md,rendering error
+translations/ja-JP/data/reusables/actions/upgrade-runners-before-upgrade-ghes.md,broken liquid tags
+translations/ja-JP/data/reusables/actions/workflow-basic-example-and-explanation.md,broken liquid tags
translations/ja-JP/data/reusables/actions/workflow-dispatch-inputs.md,rendering error
-translations/ja-JP/data/reusables/actions/workflow-template-overview.md,rendering error
-translations/ja-JP/data/reusables/advanced-security/about-committer-numbers-ghec-ghes.md,rendering error
+translations/ja-JP/data/reusables/actions/workflow-template-overview.md,broken liquid tags
+translations/ja-JP/data/reusables/advanced-security/about-committer-numbers-ghec-ghes.md,broken liquid tags
translations/ja-JP/data/reusables/advanced-security/about-ghas-organization-policy.md,broken liquid tags
translations/ja-JP/data/reusables/advanced-security/secret-scanning-add-custom-pattern-details.md,rendering error
translations/ja-JP/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md,rendering error
@@ -1060,15 +1038,15 @@ translations/ja-JP/data/reusables/advanced-security/secret-scanning-push-protect
translations/ja-JP/data/reusables/apps/user-to-server-rate-limits.md,broken liquid tags
translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md,rendering error
translations/ja-JP/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md,rendering error
-translations/ja-JP/data/reusables/branches/new-repo-default-branch.md,rendering error
-translations/ja-JP/data/reusables/classroom/about-autograding.md,rendering error
-translations/ja-JP/data/reusables/code-scanning/codeql-context-for-actions-and-third-party-tools.md,rendering error
+translations/ja-JP/data/reusables/branches/new-repo-default-branch.md,broken liquid tags
+translations/ja-JP/data/reusables/classroom/about-autograding.md,broken liquid tags
+translations/ja-JP/data/reusables/code-scanning/codeql-context-for-actions-and-third-party-tools.md,broken liquid tags
translations/ja-JP/data/reusables/code-scanning/codeql-languages-bullets.md,rendering error
translations/ja-JP/data/reusables/code-scanning/codeql-languages-keywords.md,rendering error
translations/ja-JP/data/reusables/code-scanning/deprecation-codeql-runner.md,rendering error
translations/ja-JP/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md,broken liquid tags
translations/ja-JP/data/reusables/code-scanning/enterprise-enable-code-scanning.md,broken liquid tags
-translations/ja-JP/data/reusables/code-scanning/what-is-codeql-cli.md,rendering error
+translations/ja-JP/data/reusables/code-scanning/what-is-codeql-cli.md,broken liquid tags
translations/ja-JP/data/reusables/codespaces/codespaces-policy-targets.md,rendering error
translations/ja-JP/data/reusables/codespaces/customize-vcpus-and-ram.md,broken liquid tags
translations/ja-JP/data/reusables/codespaces/next-steps-adding-devcontainer.md,broken liquid tags
@@ -1083,14 +1061,14 @@ translations/ja-JP/data/reusables/dependabot/enabling-disabling-dependency-graph
translations/ja-JP/data/reusables/dependabot/sidebar-secret.md,rendering error
translations/ja-JP/data/reusables/dependabot/supported-package-managers.md,rendering error
translations/ja-JP/data/reusables/desktop/get-an-account.md,rendering error
-translations/ja-JP/data/reusables/discussions/enabling-or-disabling-github-discussions-for-your-organization.md,rendering error
-translations/ja-JP/data/reusables/discussions/navigate-to-repo-or-org.md,rendering error
-translations/ja-JP/data/reusables/discussions/starting-a-discussion.md,rendering error
+translations/ja-JP/data/reusables/discussions/enabling-or-disabling-github-discussions-for-your-organization.md,broken liquid tags
+translations/ja-JP/data/reusables/discussions/navigate-to-repo-or-org.md,broken liquid tags
+translations/ja-JP/data/reusables/discussions/starting-a-discussion.md,broken liquid tags
translations/ja-JP/data/reusables/dotcom_billing/actions-packages-report-download-org-account.md,broken liquid tags
-translations/ja-JP/data/reusables/dotcom_billing/view-all-subscriptions.md,rendering error
+translations/ja-JP/data/reusables/dotcom_billing/view-all-subscriptions.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/actions-packages-report-download-enterprise-accounts.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/billing-microsoft-ea-overview.md,broken liquid tags
-translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md,rendering error
+translations/ja-JP/data/reusables/enterprise-accounts/dormant-user-activity.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/emu-cap-validates.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/emu-permission-follow.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/emu-permission-fork.md,broken liquid tags
@@ -1099,49 +1077,49 @@ translations/ja-JP/data/reusables/enterprise-accounts/emu-permission-interact.md
translations/ja-JP/data/reusables/enterprise-accounts/emu-permission-propose.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/emu-permission-repo.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/emu-short-summary.md,rendering error
-translations/ja-JP/data/reusables/enterprise-accounts/oidc-gei-warning.md,rendering error
+translations/ja-JP/data/reusables/enterprise-accounts/oidc-gei-warning.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise-accounts/security-tab.md,rendering error
-translations/ja-JP/data/reusables/enterprise/apply-configuration.md,rendering error
+translations/ja-JP/data/reusables/enterprise/apply-configuration.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise/rate_limit.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise/repository-caching-release-phase.md,rendering error
-translations/ja-JP/data/reusables/enterprise/test-in-staging.md,rendering error
-translations/ja-JP/data/reusables/enterprise_installation/download-package.md,rendering error
+translations/ja-JP/data/reusables/enterprise/test-in-staging.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_installation/download-package.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md,rendering error
translations/ja-JP/data/reusables/enterprise_installation/hotpatching-explanation.md,broken liquid tags
-translations/ja-JP/data/reusables/enterprise_installation/ssh-into-instance.md,rendering error
-translations/ja-JP/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md,rendering error
-translations/ja-JP/data/reusables/enterprise_site_admin_settings/sign-in.md,rendering error
-translations/ja-JP/data/reusables/enterprise_site_admin_settings/tls-downtime.md,rendering error
-translations/ja-JP/data/reusables/enterprise_user_management/alternatively-enable-external-authentication.md,rendering error
-translations/ja-JP/data/reusables/enterprise_user_management/built-in-authentication-new-accounts.md,rendering error
-translations/ja-JP/data/reusables/enterprise_user_management/built-in-authentication.md,rendering error
+translations/ja-JP/data/reusables/enterprise_installation/ssh-into-instance.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_site_admin_settings/sign-in.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_site_admin_settings/tls-downtime.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_user_management/alternatively-enable-external-authentication.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_user_management/built-in-authentication-new-accounts.md,broken liquid tags
+translations/ja-JP/data/reusables/enterprise_user_management/built-in-authentication.md,broken liquid tags
translations/ja-JP/data/reusables/enterprise_user_management/consider-usernames-for-external-authentication.md,broken liquid tags
-translations/ja-JP/data/reusables/enterprise_user_management/disclaimer-for-git-read-access.md,rendering error
+translations/ja-JP/data/reusables/enterprise_user_management/disclaimer-for-git-read-access.md,broken liquid tags
translations/ja-JP/data/reusables/files/choose-commit-email.md,broken liquid tags
translations/ja-JP/data/reusables/gated-features/codespaces-classroom-articles.md,broken liquid tags
translations/ja-JP/data/reusables/gated-features/dependency-vulnerable-calls.md,rendering error
translations/ja-JP/data/reusables/gated-features/secret-scanning-partner.md,rendering error
translations/ja-JP/data/reusables/gated-features/secret-scanning.md,rendering error
-translations/ja-JP/data/reusables/getting-started/actions.md,rendering error
-translations/ja-JP/data/reusables/getting-started/adding-members-to-organizations.md,rendering error
+translations/ja-JP/data/reusables/getting-started/actions.md,broken liquid tags
+translations/ja-JP/data/reusables/getting-started/adding-members-to-organizations.md,broken liquid tags
translations/ja-JP/data/reusables/getting-started/configuring-security-features.md,broken liquid tags
-translations/ja-JP/data/reusables/getting-started/creating-organizations.md,rendering error
-translations/ja-JP/data/reusables/getting-started/enforcing-repo-management-policies.md,rendering error
+translations/ja-JP/data/reusables/getting-started/creating-organizations.md,broken liquid tags
+translations/ja-JP/data/reusables/getting-started/enforcing-repo-management-policies.md,broken liquid tags
translations/ja-JP/data/reusables/getting-started/enterprise-advanced-security.md,broken liquid tags
-translations/ja-JP/data/reusables/getting-started/managing-enterprise-members.md,rendering error
-translations/ja-JP/data/reusables/git/git-push.md,rendering error
-translations/ja-JP/data/reusables/git/provide-credentials.md,rendering error
+translations/ja-JP/data/reusables/getting-started/managing-enterprise-members.md,broken liquid tags
+translations/ja-JP/data/reusables/git/git-push.md,broken liquid tags
+translations/ja-JP/data/reusables/git/provide-credentials.md,broken liquid tags
translations/ja-JP/data/reusables/identity-and-permissions/ip-allow-lists-githubapps-enterprise.md,rendering error
translations/ja-JP/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md,rendering error
translations/ja-JP/data/reusables/large_files/storage_assets_location.md,broken liquid tags
-translations/ja-JP/data/reusables/large_files/use_lfs_tip.md,rendering error
+translations/ja-JP/data/reusables/large_files/use_lfs_tip.md,broken liquid tags
translations/ja-JP/data/reusables/notifications/outbound_email_tip.md,broken liquid tags
translations/ja-JP/data/reusables/notifications/shared_state.md,rendering error
translations/ja-JP/data/reusables/notifications/vulnerable-dependency-notification-options.md,rendering error
translations/ja-JP/data/reusables/organizations/billing_plans.md,rendering error
translations/ja-JP/data/reusables/organizations/github-apps-settings-sidebar.md,rendering error
translations/ja-JP/data/reusables/organizations/member-privileges.md,rendering error
-translations/ja-JP/data/reusables/organizations/navigate-to-org.md,rendering error
+translations/ja-JP/data/reusables/organizations/navigate-to-org.md,broken liquid tags
translations/ja-JP/data/reusables/organizations/repository-defaults.md,rendering error
translations/ja-JP/data/reusables/organizations/security-and-analysis.md,rendering error
translations/ja-JP/data/reusables/organizations/security.md,rendering error
@@ -1149,55 +1127,55 @@ translations/ja-JP/data/reusables/organizations/teams_sidebar.md,rendering error
translations/ja-JP/data/reusables/organizations/verified-domains.md,rendering error
translations/ja-JP/data/reusables/package_registry/authenticate-packages.md,broken liquid tags
translations/ja-JP/data/reusables/package_registry/authenticate-to-container-registry-steps.md,rendering error
-translations/ja-JP/data/reusables/package_registry/next-steps-for-packages-enterprise-setup.md,rendering error
+translations/ja-JP/data/reusables/package_registry/next-steps-for-packages-enterprise-setup.md,broken liquid tags
translations/ja-JP/data/reusables/package_registry/package-registry-with-github-tokens.md,broken liquid tags
-translations/ja-JP/data/reusables/package_registry/packages-billing.md,rendering error
+translations/ja-JP/data/reusables/package_registry/packages-billing.md,broken liquid tags
translations/ja-JP/data/reusables/package_registry/required-scopes.md,broken liquid tags
translations/ja-JP/data/reusables/pages/build-failure-email-server.md,broken liquid tags
translations/ja-JP/data/reusables/pages/emu-org-only.md,broken liquid tags
translations/ja-JP/data/reusables/pages/sidebar-pages.md,rendering error
translations/ja-JP/data/reusables/projects/enable-basic-workflow.md,broken liquid tags
translations/ja-JP/data/reusables/projects/graphql-ghes.md,rendering error
-translations/ja-JP/data/reusables/pull_requests/configure_pull_request_merges_intro.md,rendering error
-translations/ja-JP/data/reusables/pull_requests/default_merge_option.md,rendering error
-translations/ja-JP/data/reusables/pull_requests/pull_request_merges_and_contributions.md,rendering error
-translations/ja-JP/data/reusables/pull_requests/rebase_and_merge_summary.md,rendering error
+translations/ja-JP/data/reusables/pull_requests/configure_pull_request_merges_intro.md,broken liquid tags
+translations/ja-JP/data/reusables/pull_requests/default_merge_option.md,broken liquid tags
+translations/ja-JP/data/reusables/pull_requests/pull_request_merges_and_contributions.md,broken liquid tags
+translations/ja-JP/data/reusables/pull_requests/rebase_and_merge_summary.md,broken liquid tags
translations/ja-JP/data/reusables/pull_requests/resolving-conversations.md,broken liquid tags
-translations/ja-JP/data/reusables/pull_requests/squash_and_merge_summary.md,rendering error
+translations/ja-JP/data/reusables/pull_requests/squash_and_merge_summary.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/blocked-passwords.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/changed-files.md,broken liquid tags
-translations/ja-JP/data/reusables/repositories/deploy-keys.md,rendering error
+translations/ja-JP/data/reusables/repositories/deploy-keys.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/desktop-fork.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/enable-security-alerts.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/navigate-to-code-security-and-analysis.md,rendering error
translations/ja-JP/data/reusables/repositories/navigate-to-commit-page.md,broken liquid tags
-translations/ja-JP/data/reusables/repositories/navigate-to-repo.md,rendering error
+translations/ja-JP/data/reusables/repositories/navigate-to-repo.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/repository-branches.md,rendering error
translations/ja-JP/data/reusables/repositories/sidebar-notifications.md,rendering error
translations/ja-JP/data/reusables/repositories/suggest-changes.md,broken liquid tags
translations/ja-JP/data/reusables/repositories/you-can-fork.md,broken liquid tags
translations/ja-JP/data/reusables/rest-api/dotcom-only-guide-note.md,rendering error
translations/ja-JP/data/reusables/saml/about-authorized-credentials.md,broken liquid tags
-translations/ja-JP/data/reusables/saml/about-linked-identities.md,rendering error
+translations/ja-JP/data/reusables/saml/about-linked-identities.md,broken liquid tags
translations/ja-JP/data/reusables/saml/about-saml-access-enterprise-account.md,broken liquid tags
translations/ja-JP/data/reusables/saml/authorized-creds-info.md,broken liquid tags
translations/ja-JP/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md,broken liquid tags
translations/ja-JP/data/reusables/saml/must-authorize-linked-identity.md,broken liquid tags
translations/ja-JP/data/reusables/saml/you-must-periodically-authenticate.md,broken liquid tags
translations/ja-JP/data/reusables/scim/after-you-configure-saml.md,rendering error
-translations/ja-JP/data/reusables/scim/enterprise-account-scim.md,rendering error
-translations/ja-JP/data/reusables/scim/supported-idps.md,rendering error
+translations/ja-JP/data/reusables/scim/enterprise-account-scim.md,broken liquid tags
+translations/ja-JP/data/reusables/scim/supported-idps.md,broken liquid tags
translations/ja-JP/data/reusables/search/syntax_tips.md,broken liquid tags
translations/ja-JP/data/reusables/secret-scanning/enterprise-enable-secret-scanning.md,broken liquid tags
translations/ja-JP/data/reusables/secret-scanning/partner-secret-list-private-repo.md,rendering error
translations/ja-JP/data/reusables/secret-scanning/secret-list-private-push-protection.md,rendering error
translations/ja-JP/data/reusables/security-overview/permissions.md,rendering error
-translations/ja-JP/data/reusables/shortdesc/rate_limits_github_apps.md,rendering error
-translations/ja-JP/data/reusables/sponsors/select-sponsorship-billing.md,rendering error
+translations/ja-JP/data/reusables/shortdesc/rate_limits_github_apps.md,broken liquid tags
+translations/ja-JP/data/reusables/sponsors/select-sponsorship-billing.md,broken liquid tags
translations/ja-JP/data/reusables/ssh/about-ssh.md,broken liquid tags
translations/ja-JP/data/reusables/ssh/key-type-support.md,rendering error
-translations/ja-JP/data/reusables/ssh/rsa-sha-1-connection-failure-criteria.md,rendering error
-translations/ja-JP/data/reusables/support/help_resources.md,rendering error
+translations/ja-JP/data/reusables/ssh/rsa-sha-1-connection-failure-criteria.md,broken liquid tags
+translations/ja-JP/data/reusables/support/help_resources.md,broken liquid tags
translations/ja-JP/data/reusables/support/submit-a-ticket.md,broken liquid tags
translations/ja-JP/data/reusables/user-settings/access_applications.md,rendering error
translations/ja-JP/data/reusables/user-settings/account_settings.md,rendering error
From 0404af1924d6e9c498e86c5584344f41f6997314 Mon Sep 17 00:00:00 2001
From: Jules <19994093+jules-p@users.noreply.github.com>
Date: Wed, 7 Dec 2022 18:16:11 +0100
Subject: [PATCH 2/3] Copilot for Business (#32667)
Co-authored-by: Sais <92322374+saisdavid@users.noreply.github.com>
Co-authored-by: hubwriter y6bEQ-{GM zlDmzj+i@cX)35FIli5bpFBLzcHbPMe6e0a$^Jkl4Tw^)0p&yHi!fVn2 z&-eW$=`vOFHM+D`jT2}8V?6N0IYSXMf;!l5n2HfKbE@ LC6 zoz@JdYqK;QC*Cya#B1j|nY#f#c$@2w4mzZFHJ-a11}6?yPj3iOEJ0e)|LtY_jz;7S zSWyGAR4>>En2Q+s$?moMmB;^%5dWwH{EiS8{~uzCC*Mhw+8ouPWgvUTt?*|M`u}2y z$`j_cGQic~^Xo0^p(LOzgfc5-EVX^L_VF?9+1b-5DA633k)HSPZ{pbj1?trGJMD_S zyh?_YkWCe_OzH2}HI3!(dce&oCnq;BGb0kBq$DaT%F$q^-IFEf5OG{qvEttt<6M&6 z-wS6(q!gSZqe4IGTWlH@mXVg(7=Ln-)oQ3_B!>qX4))cEYiXHo1A$VyjHwcyHtyK# z 93AHm_l+Le=# vX4&^OJ$g{0}M5u0PL3Qp59`F6?xW>PZm0(tuVmFF! +bWSKSg_evSJ|(`5mN4FUHegLXlu~RUfgq7lfp(X_$L$#zj(^M6KrT|-Sm#ia zAq%c%X613NDqYUF3K|1@o-M8^eNc4j9;!$=eZaL)WeA4qN#Yk0BV)&6LA#zD#9xCU zZa+uwJ-jX@#T%kDJ4J5EwwgM&O&9Ssoz3$;wV1YvM+3iBFj**q*<-3%co#dQP9o?O z+H8Kbdj4xUA#tD|be;cWdDf!?kEOJ}yW`T=_^@|v?0a`6Y-~3a$iP}>{KPKVMq-sn zz8p10K_gbG^H5bEwl%fQ((~sR!B#%E{Q3l(O={K~>44wgAyPYGL`GI>Z95Uz>KE$- zVO~>|+(#7bSj1aA`%qB323HC1)=l|C>lvHWha;bZ$t z#Z&8bd-w6@F5#{v4AH &K;T+u5du77*z;7>IGetR*o{fS}7j3E{Go(M?klT3X8lsI2qQg%v!XmW#{^O zPipnk*5oCBKi~Ap?fL%q`*fOa8)>tA7vcFf{ekKZ3h $bG_`&%rUA1NCCw9y|3Mxih9YXyZO z9wW=g(`Odf@dt?FZ9hFQnk`iFd0}#akcXv5HlP8W3FQZ1ok)BiJ|M9 qZp zbq&p}YLNnM<`764tPA7-VZqYXjQfM4ROp{px`zRZAIpJ{oBXUIJeE4Jf{{oC6#zk* zLyPCB>-MoD56sD_JmI16t{$l7mL|6fZ3i!w{==9r!QoA%%DB?j11PG1x!e*(zOa{{ z#t8RqXl`TQCr};Aiu)wa2pQnnuYk+KAlq)Y@vMILXIp>HQG;qMhlEzB5ASrPuN=d& z8w`E#LlR|`Q40&d&VeA`r#D{2Dp@3HA1Gny5Jyx)x1g%U$BL*9dj3F^0rp!oIL63d zT%8m8*;)N_894#5Z*h}rW 8vJh>Pg85Yr1WJ*H zH?f^?)Xk4nueG|vn8g&}fYeqACe8^Y3&|02I*~_G$UBUKvRG7Kx@tr>t(K^Gg+^z} zx-9lJqOg*#kE^_Xfa>D&x;^GQkEVH{wx==S;25cXg)B%&E8XDx8{#NPlN$%g9o@cL zq1;w#z%g;DStQCn9|~QUn`CSB Sk$00!5$2zeN&m!=Fs4hq@af)Z+oT-Y|N_<91aqF$Sn1cz6N@=9VT6D z68OPeZ8^S4n+-XO_Ih8R-%9+hwQUfHvuDx**?L=4ewJ25p54uF9E=iz>cjk^?YB6w z;tv}qpmH?HO C*+m~IAa^_Y`F)O)s)?_9Tl_6D>oYm~JBNVT++ z;?1-htHzc;WFKFY@^O5q0p5-@Yp_W+>AC=TWCLp 1CFs?Ub zC@Cowr52^=b`{&41zhQPL2LP4jcq5QTbSqomJ;yJg~1QsJ8KjgpkNY0oPcv~yl2Gv zB~t^GFN*H`9LWom)Qy&J`I;6RI^Cx24i*YYx!?8qbP#a4t~+?6qIBV2@?x1yP8!`a z$XZtX$7%%pPQJ!=4esR^vMXfZOyT97TTX6k%7-8LP-XBNh}6XnEMQaG$)ThXt4|rh ztyBucKqrNJuVH*Z_s!)--xj7<)3fR>>4n`}uVm#66iV#vU_hVl@c^>Wamcb=({u<_ zbsC6?l(9Pv+K2CC%j}DJr^HV0xCCm=3_5w35~F`d-D@9!< b^l2w zu*{Rhnpp}3jOv@G{PTFjKTVui|J(L|NuGaO)V2~fZ@k4QVo{?+0v=i<#Omet(de7= zbaY*5(-s{bp6dRp5gE=d_|U(Wa<(7XQsGNm3tghp((o=_o3sw=yuw1&Lju9(shygN zips6ju8y&4+l{`~-M@I}&_qjVa6lZ`EE4C(14hPeRBa2*C)U^2s_(D7tRCq518s`z z9d4ZP35e5BNI!jJY}2`^z@$t$1U!hX0nv5SkkPN!Sgn6N)A6Kwz~+nfOYAMfZq03M zGhkLb9agmG9)uR)WOH848t9V+xxh -$+Ut;++AdQEnfZkg_~rlLl$l-6rsk?D zrDNRIcsM{XZ*3lP11wl305!ARfLAoA5s@|nRph{xbU-3FJIJliQ{yO3BBzJ1_J3g8 zsCb|xrcioN@o!ktT{0*Dbc===7C?b_5&G6$zV(Pd(JxK Qrc7EftKMG(B^p)+O*p=iWcD!(5?4 zQ$CS?bsS%9h-d)JB+$dXbuj-sY7`e-L>nr+3b>Ahk9o4a`3by64w1kHcS%ppTP}d1 z5Lufcn>4^{i9nXb?pWmQ3PYzT4I$+0P$~DtXvZ0hIp%1q>-}i0Q+f>=&4s9t_xp@V zOk7*++vNv(PBGpnJk|FeJXPnCEqnCy)4=4Upi3*!%TD%SK5^?;8yinboqVr4n_@!E zGW;gAY0PCKYV-1~w#|hyw=Y{C_}c9uh{f8@buHZ~iQFo`576XutJ 5k{%U#OpBN(1@K`Z!XQ+z4MNZV;IlZ*}JN-@I?8BY@cvsTg z1K33P{LlX9=e~^i6XumPiyr}x(3U%+xAJm`sCd%0tONj4fG~0or7sL6DEeIXf!RYc z99g3s%Uve=(|s_FB8@sga6Sdj)I&;h9yORbk5hq+eD(~gIEi62KIH NnOP$0$-F)nJj26^ujL|V>NL4hKiguw<#ukUl?}rdafC4?tm(X;uG=D34tnN~ zc)S;clI~=-*!OWlWmxCv49pZMz*_fEjeF(`VoW-MWyuhbNA@Mt5uDm*&b}Ae07h2} zdJETe3yVt+Ahbg}QmPzUlpLLpTZZSUK3z&Rx)J7fSX)sX-k78H#J|%b==={FG`qLH zpFH_uT#Ss?2wh0ECHcn-f^>j?g0UdaN_f+_2~dlCe;ez#6+zWwx?NnJW}0G)27_L8 zc%OevGjtsM)bBp>Y|0Qx>5;UA2MsU|A&OiSG1C#c^Zf;_vsXCHZ@A!Seb0GjdCiN8 z0q!gLqUphhK-4t1ry0^PDeKp0QdgBAjz8!w8FC;(IxP@|yyR|){RLOzRt$|C6?$6_ z`rgnH#chHNXBBYq`_T6Fb$C&&*&6x1lPSvo`h2 HtI8W^A@%h8J-cQ=Td#6k=={7@ z{^Uk+@aB>=HF}`xmJA&zPlBP2bXz0qCP>GHR_O8Paey+&c*v1oH(6+zyG2@VSR{IG zSoKxjxp1X1^u{eOyYonXzwJaL%Rqw^VRL5YbO|R74-E)NApfW&ky{^?oWk`hS?^Kq zQGp`;OxXI3g*btX1dng}C9--#v0JIBMdDNK<^`RFmlz1vv|8)!V{~6u9&QHS=}x#E zvy~oO^eAbj)rDsKS~T1PIUETe-Xe_j>J&f(gu3QS7wFOnOzdoP0S0(8$hJ7&+`R<# zp9KfS7<^51!FY~Lg~lQ>rI(U5MmT%3^;g8_;0Nev?lHnrFI@VA5apbQ7_i0fgS^u< zsv!*%P^(W50ZQZ>nxq4jffs^MF&6}K>EYC HEI}>TKPhK-cDXc)sS= O=Rfs zi&wm>vNJ({1458~+h`cgo>|Y$nZsjoYJ)D6&5$SsFk`1dOQY*&riMjm!QBj hj@3XQ#SJuyY1oIX3;G zcb)@7hn==92?CkV`I9F#1*8jZ0iJmpb{27P61SN6WJ}Zw`7)i^66%J%wAAe^4rC{o zo&n|tDS_ly%Q;gmd*jCIEU{0C%!r80)MOt0+>`iNR<^3A!+M?hd|Cy}$qs?2C6Xz^ z^MT~PF?Vfo_sK242%fV0@ag~#9i5@SqHeVWFd2y}(&Obo`Wf%Nv4nlj8CaeuFR0^y z;Mc&PCnuU(4&psnrVJHwvxmgRg;ah50q|39+>QPvDf 0{3jKPYXM|N z8zM1-_8RLSvmcQl93DFAO8+Po->F7~7v$T+#}Sl3ytVIsY0!mz;$Pb|QEqQ2(4W&M z4sz;N+CBxq>&CUFr;1f$r5+}Cm^eVM47LXVvH{Ev78n*2Gt8UzG ig100g&`}Tf?GuCcuw4%nCeTPTYniTT;)6U{OmWruI?tKY+(E z4c5JZh{7_$xP@4NSsmH~2T#OpM1?el_*uG7v=P5`d) =^XF$~VINV^IK-V+;*lgnJvOJdc5E~_@M=w9!!-|0YO0Y*CyH&$cbI6Z327;la* zvX&MTCjuMEug`NEAao-h+RW9Y51fUooZ1;FAC7~X)=P;eX~R7imA7k48#3S(*0 Sq=R!L<1nsZ`nlr zdAd>|mj|1NrB4R+JqnuLTq};?L2HK1y8d5AI+227S(D_z7GL31TQx8E@}w0FMDy2R zK(yGKG_;rg-h7)^YnWu~@;3b}lA9M>FY2k<+hDyl9Pb)fKIn0=c#|fVNX5WxjB-7F z_~BxF(@4^Bt0eM^;`kDZu4`L7vv;RMZSOvQC9ucNbsNrY4M_OOQZ!FwpqrRV?Z` zBo4KpJ6V8D%1pCcq@yu$y!+NVteA7|cttO80zXlbzk0JLpw?97@T}}$;h$0m>}s`P za&3Avb1{)!cIFurPq4&x!;Z@(B`45O{QIQM%Ro8-Xh rhCGZj8jFLB28Ab&9SX0{nMv0k;JW;#NV+p#7n)N2w}m!nz*?CQ^x5K5 z2JywlbURnJr1dS_wZOlrWsYsM$QB7-mglN1pJ}L u>f_-U8`I1`2(uM!(lA-Yka`jsUPlup|&ZB#rui;cEgGO2{*ZpQ>hbA&O! zHX2)cix)#Z@O=(Q67QHD%9>nHPI2>Vs}^5?nSyr9IIu 49SKwuh>G_^@oFzXBN<;3pnAf@#@ z>A+gykQJpe4|*=OtH0oJ+`i$Fqk+0@C#ng?hA|-jWQkU6x!1r#YpN3XF_leQ<20cB z-9Q@K4+(<|askSVv;n{4PPXoG(Y1w&cj2%wh(HO_P`DN-l(-R!P)Ni2Yz8V2iL~l~ ziqYl|EACPkFz53WMN$SK7Lj{F7}csZd79X3z3H8$N4I5Z1w7JG9zb9e_mgl=jGsPM zM?^5|ZSR=ZxFUj7e8aJ1E$ES#d@3rh?t)6rQGwjx`bSn*rXrZFm<>va=Y{ph$Q~}+ z1w|tS!CKi6Pp2R*QKBV|$NSy`f&B1sQBj{#q1%UEtkE|=3L)+7mL+so>?|JHpU+%> zJ=ynjzATBF<-=a{lh>&}st0ox%>^GWdnb-^X8f@8_f6B#ub;Fje!OXGhhey$doB0q z>lm${W2%3!F$aDS`s5RDtE&Wfa)Ww8v@=^2$=@hpnf^=HRdiOh->5nz7=`B43mtc& zPu9*TKhs^Z=Wvj__%Qr@(zSdRSuOr5%W_BU5&_m3f0&AXcW0)NV`caP3;x=d%n10h zCP zpcJZ>-fCWJPLU`Wunx@8|Zi z+(+r(%lBT_DS |K7YYA&?m@mT2!@3g+hG4xcxqQF1Y(csb~O_r?*BJ6C#^sa5Z__khRQ(V+X&|A zn9xJRLpB$K%K&42Rd#7_-k+#9wFec% ##pcCF$rB)_JUp-|xt*ek9cnr{aXWZ?*Z02H(b3Ur!l{YX zw!P!X;5CQCEa%*bRog$w<`fy&=~~S}Il3#hN4u$ZY-GeXYT%-6KJqs{0*_}{_C#lN zP$`8KNK8~uO?hcm!(N>YD>#vW5R4~KbVA?>-B0qnB0K1d)Jp+5ugDib@JtD`o ^nJ(1T<(Z;bY$7WBD>|OKD$6}t~u{_TyN74 z#DjmsD!o_v>Zr!D|ADOjw}O;{H20RImf>s=3v2LhUVFmEA9X4D7kRJ~gI?7$ Y)l2PED5p z(#5R6 qd>j<7Xup*Y@*lK&Di!ti zcJtDK $*}m4=`ec&IN>!_mCez2En=Uj2TcUb|($G0ngwxUyC|paI>> zq8a@IresrOn=k!_seBMrD5~gse)HCW&sJ^cj{xpgk^H%bnyw9Ncdz6v9R#e;Ik#Np zg(g?XSQZL~Tbb{*T>0FR)10A()($QH0fiO|IUTh22I0!k030zC3(4p^VS|5-Gn&?; zq8XiEeqV1Ug1$XNxUS1yhHv@DYAPe1xAmbdzmB7DZ~WpSl!JM0qBp9>s}-i6;l!%W zQ-S2b2Ce`i^^F%7xd6vxf%AbPm@4K6idS5P#RtP!#)FqID1mDq_9XS?&`P;S=d})V znA2TZmbRzIb6RVilAfTVr$ClULU+p{v|9e&(gis7W!0SK+8BubOvI|%kQ^0=37k&{ zvT#>`p#b)J&ggs{`SpanI&4m%-iEJIjSC^S-2B5#y}nHbrrC5aUjxT%hv?PDaQb;4 zE<6?{S$rdQe`VthMK}X2H&g@&Ii%< VgFE^KBm2cl-M1H533Q;W7H0)WU3*v zuXn*Q_&~76f6$m$z#gUsLx4Xm4c2PJJJDrYjR&t9=LveIqZ*0}C0j1TQflL-lV+#0 z{-UyGSHz3touOo!n{PWDt`zGJYQRv7iVdU0f-KR{^;90*wX$b-!JzZc&K&pYUM|xC z>XJtq)`zXrI-Ael7;5a+v8H0IC{J-V5on}-Ehh9CKsMMaVy+ZBUv5Cadx!g~b~0rJ zrAFw$zl&n&e-*|0# ~H6t$UlHe6P=?ftEi z*Sg2XoFwwxqlLD2SflmqczS~BCy+n6UO*k6d3r_nKI(4T&)j7#hXYQBlsm&K4*G#_ zyM1Z9OA@NIdSJ)(?zd vY)_+c#`Sav9E;X){C??lIn3 zzAUYFRrIO#RipL*BPF4!^twfdL&bB479Y?4U>^dPF%&du4V~y%K-s8_sephS26&9^ zW_Xk&C}S$2qJgjBT6_nLZ@$S?QdD6>3FPAZRVk2(+F(6Nx)ldvK#2L16QVn* zjra>M-6>Je_Cmsehy?q6+37G_x<&_xecUZzbZ3E0UJ(E>`Z}cd&uTWuvS9zzt+0(H zT%O<|(Mk^Bl*KTEwEA>P@i5f9n}j$w^he12S3OR)_RvOZYZWYYyqMqvM%U6tm9u6m z)9exz#wPw<$6CP-ckfO1BBy^E7*G_NF3cm0z`6c7qkc)`@w}Xj4k6a~{5>G#t-R3I z8Ia1Bj<+!4343*0QudaTZ58s4XdhdHyh7qi&9*iCq|jH3HZWf;T3ec%hU6!lXe9*l z7g!B)fDlzjy4SkZb}s1nO~|$|+W!x%C;vh@do7QyYY z^3+K5v^uzFG4=KZ%7h6!;fyGWGk~%H`mPFa8&9<9gfx literal 0 HcmV?d00001 diff --git a/assets/images/help/copilot/add-people-add-teams.png b/assets/images/help/copilot/add-people-add-teams.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe407922e33e2d01a2d34b7a293fdb2a418f6a2 GIT binary patch literal 5355 zcma)=2{=@L+sDrgW=6$~Eh@{9EQt^z#n2RrOtO?URAg6{7|RHmC|WFK%UH_N%!I~1 zq%3J6m3 =ni=Q=lvdFR@PN}r&qNOZiW7FOJ92@?+&+evZUTVx z`1TKS+nGxg00ap}SUvMwy))?p-nL!VO>GR0>t`cuhWMuv6E9>zDf=1NWBdqGKQ?g^ z$NA`h-`AVx^-Yb8kbDK%qH)f_i71xzeNS8M_<;xaobl-m5-kk@>nh^aM`%+i8`DqK zORu$MBKstt_AKFZ$D|fQW@&?~<%~eGI^#$bN?-0YV}u_ag@U3Gl2HJsK0*?RK o5e-!W27o&6LZj}AJNI9@3_%eje+Du_ zV^qBMmvhJgSbY+P;J6DHzhfux5Uq)o{WLge|8a0&pi!j!A(Fq2{055glNV)Xp)x!e zVQY#_ntBv?;^`~^Wycv4jPnu5$H_&tjxDKgj;47lH;MhI& mfvjm&vzCR^nU~}vO9R-qKs$n$;)a_j zsNP{BVj^xLZSu0G=Tcf`W*HnQ-u?Z1VxF0Nb@*0T(%eAx_Omf?Huo)JTZk%TZqL85 zl4<8lWm}2+bYK<0cDReg%~cDV$F0DeU&NwijE`mT%084ylIa_$4)nZnAnX7sgwIo*W_Ai7@)n5ya9z%_ z&nXgBllK!Qsrp^JCX=q2icQ6(UdhSH(NI-&diU;~hML-y$jC^N_dr#&ikEZsMT`D} zVM5KZE{!y%jW6YvRlmY!5 SA%VuASGQC~hE%VgFTf&+=Yche;rh^(*iT^goJD{Hvct*>w#8f}tF`|94~= zW#S2aH_808o9^qfn(I~^1WbN4g!HGWto5wpq!3cgaHr(
l%sj3bk3_yJT`&l&i+LXg)3&L+$w=Tum6aAzX8?kBf{@6bza6QTkcEV!TRrg`70rWeb_M;{1ai83 zb0cA<{O~%r*G>2I!S$bF_z{Qrn2{I0$MZ$je#93u9l(+RSm`80${3~ltCk+LDYkb1 z8Qqz>HI1BEZu4o@6ghmq&pUG~$43do@J#V5t-A=DU08j=nPDsk}@*N0@Magy;0*HWcf~zXPNq7T5IS`y^J- z+^dl;SB^YWyVWnNVfN+YIco`mp%Qwx7u=_UzOiGr8Pf34h@T$dNM00=OEBdiDnT3Y zXOrsNsJ0=M1d$pifj+I$Wd$I6KcqN`)@I{+AbREnn)`5KFYcM?7=6sD*NnBb`Z%zk zvA?az%O&aH-qmtgi*8if)-j!NsX05I?DzO}r+2%h!q-BA`|!pKOEW3 FYnOM(&T2>9t*OVuw>C>=@tU{H#T{S|2W3U`(+75; z7bGrddm@Pf$Roq fpggI542)vKv2g}BfFH(&B`WOjnK zR#HjQz*l(B=kCvyA{bi t_7qKTgb?#!OtO?~8zVy0{yg95oxYqoQpCd(8 zLfyr5#VR56_kuy^1@W<^VNvR*;-M382zIG~p^q;>AhwjMpQz;sogC?kgG$0szAZY& zvmJ8-BB%v&QAOLnt-Z7dg}`%FTn}9DfJ#-zC_&ScqsJ_JF1#=Jj9zugPtxj>)w2oQ zw>?5X!A9>Ky!(cup{3GT>y=mQz^kH#T(TuoIYRp|??C>bC|>QbbCQPGcvI*jsn4 zu@0RGZ`Y}~nfG%O^8U`*2Wgk&YON;d@Z{aGfzR>vV!q-2`XA<49#@0p*y7H~N}=}~ zV_r-FQidAA!*unuCtBVT>vOmTt<9+bWpwKyVd~WTCxJ)nG;l_#*3b4H-q^Blk`Yg# zkk3}}qBin!Js=`dU1dt>JBRO3h2m{+^}9Gn0s<;%?qTvz_D>kkv)dD zd%sL;3)mlxGNQl1vjG);Hi_r_FoBSn!m#gQ$T zxTe?f#i6oDx7^y52URVv-6s)k*+j7~I+SgxSCshLZ)~mCMWXj}#yB4SCOEyo{(>*z zV&%nO;$2>Xb>Uw5oH=foipI6?=B!zoi_(SFbJeAQZ@Wyu2B*00okmM1uBKsHhC>k) zJAJ=#nZ#tSLTrrTb))T;$sAGT!^|mjZfsJ}K#KezG1sMLZ2I@m94#{poLl4f@!1+~ z^yJ_}{M4?bW;H6>n#)pw;QE?v=dmY %k4DW+Do^2XHl ztN!m>2Pd!cWOrm>c?3c;8U{Q(v&sg(JH-`nU8a3?D%{H8d|-I$ks&5=wr1-7`r A}#k3jCdm} z@7>@Qrl)|pHTQh_o>k_U)nUBi^9W}A3sv-)nOMWSvyX5WFl _%tvAZgFcjJ#HZ(Zm87S6iYCI%)4LyEI)ON+YP%bTjA@Y#N3 zt5HV6QwO+*ihAWJWm2(Ce$_6XlQ&k`0ly!eP*P~>!g3* zX?KM?<9ko~@sN5nZ0Abx=z>da^O6^6pEV5ExnH7f >9v6$o?uh%WPs?CFMD6+H8K0nRdYk=r50qQ 89c{KBAEu`8AX1_{XKrLfPo3#oh{AgWE$Ll7dPyt7 zekY|btXO@IeP6S@O}}S};S4oshTHtHh7a|Zdf>AY&oW-0J!0h{ZR1+mXfA=Ozj !IM_iaDuw# _CV;ec!MC0v!SLwigs z=FY`iWW6f#e1Edhy=Pw9-@9XF^t+!z*ZM|brCD{xiZWrmG~)B*>e;qu<$;$XF$3I0 zrQ=UJn_^bjiZWqt9NRJivMnJ16af88Q$SH7+j0Tmgn@&sGR}s%^o eGQO8h4Z)*F0j1TR0re?^F^ACq>i^sqCOX2(xP@sOitBH}LvVDjG+e-AuQqWqO z!{+0S-=?>*3-U8};#Vq1hBe*(y$K>$1E>XgczHFruoe6LZXQYZvHp21U`0`Tg&O|G z?&=Fo5!w4)#ia~nv*}3wf``Su(30khe Wnu&6ViW@cu5vaGDE-bIA7=SkbJbaO18hlhu@3t=R1)zfo8 z^{Gq6yO+M-*kYFVLRJ4Nl2!8$iB4K49fxkK@T9c8^RlLy-5|JmxVe1*LCNFREjETQ z&k8s)w6YqvyGu>W`6Y;2I31ilE)186tHlj&(=PFa>9acmL-mnx4K1zf`}gmUfpO~R zFXjDPC>RDKj Dq`QOU1d4qn_ ?(o*Lhk4|u# z2EnxK)vL>;rKPNQH~x+X+R`unV+z?J;3Qx~eG-ayzOyr#Or`cMF5dX1M%$hHJ&^OC z5YsR3_IDUyAz6IDLmUVMRaMb$T_E~wbB-;(MG b0fT8!G+* (3y4De4z= z<)2hZMT?Bg(*DjhMdGQn6cCMijl+aUCt4{Txh*7ZMAFmAQ*QNVs`tKLHd)K@C!Us7 z^cQvLMB*Lq^>ry(3YGs43Xcu%vNp3P7KvMX9)=J(&G~w(My*X!1*>l2f(pcQcNePp zzGj&`HjHsmBY{{{*CFNp=zmScf`G}wG(DC9^s$$*K7{!qM3>u*q^J*Pmc{*rN!&SP zuU;hCC>Nx(Fsf0W#Nr~k<&KJ%#D4|yz@$ib#ZyHwmH}X6yi}>|2R=zr!SR&TFH!9v zmM5Gucav&4cv8Jsxhcc>-@Ji9i%2GeDw DQt zcWA*+zs_8ct>ZV?7JuSnm*hkek<5cJk#E3a2!2YcPu3Tb2z+N!S}LYB6(=&%S}M^T z>kj8?tVY6EkvVVwgq_E+U-`V5CmThp%!>Z8Ya;apcNs);5DZb$*;ziX<|Bq}9`A7O z*NTsG79LR=4OJEu;svB259amw;Bj(l%1tdkYE3yf;_cxqAJDP5jTIEsIb`kYSK@fj zfeboJ?cE6 Hc5rT;I z@PcpqX@$w1Qk@#*_IsqaeKwkww7F4DY=8i0osl$BdQGe!|H)XGtIln~x9y zwpu|5zmz`T&-eOV*YA(-AKXdq`#$Hq?=xQKocI08@Ua%lS>Cf$R8%ZF+7FDV zsA$lX&vj=QDF3(4xQ YM7ChI#mUlf06Qq4t!t#J{46}BJ<%>ddhbusJ1zbit75p z??37Y2YP-gDp6OR2lq| LlUVX>!9l?=&q%e7aMkL$ zyR|y({XS|A9{|_SwlmGVE_%*#3(lT<{v0~yp4pj*h(7v@rVsmRO(ZXV__!7T!YI@b zRovJJBl0Fs2wSA4OFrmnx5|Jp;sma_^eO(=>)YMrXa XcfHcl)cr&0lU_A)@DlPMx?Hf{0S#(kNro;kfS5(ScOi-~H-5lHyVlRk& z?6SAY-JiTE8FJM1)+>KD;IdZp{;KIv;fI3 UW#!k3Abpo3yHi~1y zC+cgf%L RhUjX@bpX{A;l$TncIZ1?qUr2v^Hmj#C=v$6J{2alI{tnxG!w^n FqSWOaq-|MI7;V8 zF3MZB!tCCsu#Me-8wc@#%z{uMifx$pC9gXleaI4* cv?0zK>Z-d@$cDAtn3&==s0pS zCAaU@{+YT%GFkTTU8x rxQ|{p;gz94K~0#Z(7;qJ_Y86>rOmtMN<)s9vtSQ> z&y6TSfEE3^ln5C2>{2twad5{11hd!5md?WLE(=RtM;_Or$SaVRZ{!#h`NLvg+Nuf` z46^GAHBhY39T?~ytJ*o}`4%Q(;QP=~I)kNG>j CWpaT8 zTh}yq`P|aY((Wyd&s}Q>@d|ts{KATO#HZQeND~s|eejSu^#NAaK(*gEiz!5I8kBz4 z!BOM#dj8J*yK73U$S%_%|8oM0V?vvUHlvf5vK(j}`uW~%1jZ-kEbR5lQO?KXGDMK~ zw(& HjC_XUiNhXBl#|! z2B|K|4Q&3S^ldiM*y#8-$+ZV9vw15mB7z><4~!>;&;D53T8L8fGXF`%N&gyg@Un;J ztL4zwDP1`(KzG8EvFYfXHyjJSHsl9672@X`)OQe8g`ujJi>tOn(MI=gPtJ!n3b$*~ zQArK;(h)xG8ZZ(7)luTtX?@^NvTn>=c{}ivdn;Rl3s9KYVJDOrX{(c!7+Mkgs;5mp zpKTuDFw`b*QwdA;;AZL^ld8SN?%G>je}w~a&Bs{#SU_C$jr{e%l{}*OV(x7hyExA~ zdW07XR(LBWiFeGs&E#ka6~(55e40s7*>xkX{2ecXt`pl%05NFFUMl2>VTsxycr;*= zJ%cuzqrKk9j+Ha7&?9?cZ8|h=z-HaT#mN@=Pg$YZRh#26{rQcW5wJDtMi;k%`oTF~ z`w>?vZw-4YU#j<0J)hYA>2U@bWch&oJW3QB0wq*}n#lC9ZcJjj&q(LrxX{VN*(F @aYNFtR~*%J>c1B&lwN mwu|7{{x1LJVB