diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-10 20:03:24 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-10 20:22:31 +0000 |
| commit | 4f6b9297840d242bdee25691959cd1ccfcd732fa (patch) | |
| tree | f120f2b21cb8e21d31604b92aecc6f824c747d6e /packages/web/src/content/docs/ja/github.mdx | |
| parent | 55119559b320535253e67925d27ecad2466d50ed (diff) | |
| download | opencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.tar.gz opencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.zip | |
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/ja/github.mdx')
| -rw-r--r-- | packages/web/src/content/docs/ja/github.mdx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/packages/web/src/content/docs/ja/github.mdx b/packages/web/src/content/docs/ja/github.mdx index 9c958eaf7..b879e08dc 100644 --- a/packages/web/src/content/docs/ja/github.mdx +++ b/packages/web/src/content/docs/ja/github.mdx @@ -71,7 +71,7 @@ opencode github install model: anthropic/claude-sonnet-4-20250514 # share: true # github_token: xxxx - ``` +``` 3. **API キーをシークレットに保存します** @@ -90,12 +90,12 @@ opencode github install あるいは、OpenCode GitHub アプリをインストールせずに、GitHub Action ランナーの [組み込み `GITHUB_TOKEN`](https://docs.github.com/en/actions/tutorials/authenticate-with-github_token) を使用することもできます。ワークフローで必要な権限を必ず付与してください。 ```yaml - permissions: - id-token: write - contents: write - pull-requests: write - issues: write - ``` +permissions: + id-token: write + contents: write + pull-requests: write + issues: write +``` 必要に応じて、[パーソナル アクセス トークン](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)(PAT) を使用することもできます。 @@ -279,7 +279,7 @@ GitHub で OpenCode を使用する方法の例をいくつか示します。 ``` /opencode explain this issue - ``` +``` OpenCode は、すべてのコメントを含むスレッド全体を読み取り、明確な説明を返信します。 @@ -289,7 +289,7 @@ GitHub の問題で次のように言います。 ``` /opencode fix this - ``` +``` そして、OpenCode は新しいブランチを作成し、変更を実装し、変更を含む PR を開きます。 @@ -299,7 +299,7 @@ GitHub PR に次のコメントを残してください。 ``` Delete the attachment from S3 when the note is removed /oc - ``` +``` OpenCode は要求された変更を実装し、同じ PR にコミットします。 @@ -310,7 +310,7 @@ PR の「ファイル」タブのコード行に直接コメントを残しま� ``` [Comment on specific lines in Files tab] /oc add error handling here - ``` +``` 特定の行にコメントすると、OpenCode は以下を受け取ります。 |
