Kodusは通常、Webhookを自動的に作成します。それが行われなかった場合は、以下の手順に従って手動で設定してください:Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
WebhookのURLはWebhooksサービス(ポート3332)に到達できる必要があります。APIドメインを使用するのは、リバースプロキシが
/.../webhookパスをWebhooksサービスにルーティングする場合のみ機能します。- GitHubリポジトリに移動
- 「Settings」をクリック
- 左サイドバーの「Webhooks」を見つける
- 「Add webhook」をクリック
-
Webhookを設定します:
- Payload URL:
.envファイルのURLを入力:API_GITHUB_CODE_MANAGEMENT_WEBHOOK - Content type:
application/json - Secret: 空欄のまま
- SSL verification: SSL検証を有効にする
- Which events would you like to trigger this webhook?: 個別のイベントを選択する
- 以下のボックスにチェックを入れます:
- Issue comment
- Pull request review comments
- Pull request review threads
- Pull request reviews
- Pull requests
- Pushes
- Payload URL:
- 「Add webhook」をクリック