You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% data reusables.developer-site.limit_workflow_to_activity_types %}
237
237
@@ -243,15 +243,15 @@ on:
243
243
types: [created, deleted]
244
244
```
245
245
246
-
#### `マイルストーン`
246
+
#### `milestone`
247
247
248
248
`milestone`イベントが発生したときにワークフローを実行します。 {% data reusables.developer-site.multiple_activity_types %} REST API の詳細については、「[マイルストーン](/v3/issues/milestones/)」を参照してください。
249
249
250
250
{% data reusables.github-actions.branch-requirement %}
`watch`イベントが発生したときにワークフローを実行します。 {% data reusables.developer-site.multiple_activity_types %} REST API の詳細については、「[Star を付ける](/v3/activity/starring/)」を参照してください。
526
526
527
527
{% data reusables.github-actions.branch-requirement %}
{% data reusables.developer-site.limit_workflow_to_activity_types %}
534
534
@@ -553,7 +553,7 @@ on:
553
553
workflow_run:
554
554
workflows: ["Run Tests"]
555
555
branches: [main]
556
-
types:
556
+
types:
557
557
- completed
558
558
- requested
559
559
```
@@ -625,7 +625,7 @@ You can manually trigger a workflow run using the {% data variables.product.prod
625
625
626
626
{% data variables.product.product_name %} の外部で生じるアクティビティのためにワークフローをトリガーしたい場合、{% data variables.product.prodname_dotcom %} API を使って、[`repository_dispatch`](/webhooks/event-payloads/#repository_dispatch) と呼ばれる webhook イベントをトリガーできます。 詳細については、「リポジトリディスパッチ イベント</a>を作成
627
627
628
-
」を参照してください。</p>
628
+
」を参照してください。</p>
629
629
630
630
カスタム `repository_dispatch` webhook イベントをトリガーするには、{% data variables.product.product_name %} API エンドポイントに `POST` リクエストを送信して、アクティビティのタイプを説明する `event_type` 名を提供する必要があります。 ワークフローの実行をトリガーするには、`repository_dispatch` イベントを使用するようワークフローを設定する必要もあります。
0 commit comments