We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Issue_comment
1 parent 1588f50 commit 480c557Copy full SHA for 480c557
1 file changed
content/actions/reference/events-that-trigger-workflows.md
@@ -311,7 +311,7 @@ Runs your workflow anytime the `issue_comment` event occurs. {% data reusables.d
311
312
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
313
| --------------------- | -------------- | ------------ | -------------|
314
-| [`issue_comment`](/rest/reference/activity#issue_comment) | - `created`<br/>- `edited`<br/>- `deleted`<br/> | Last commit on default branch | Default branch |
+| [`issue_comment`](/developers/webhooks-and-events/webhook-events-and-payloads#issue_comment) | - `created`<br/>- `edited`<br/>- `deleted`<br/> | Last commit on default branch | Default branch |
315
316
{% data reusables.developer-site.limit_workflow_to_activity_types %}
317
0 commit comments