From 480c557af86645ab367cd9da0366fb6d1fce21fa Mon Sep 17 00:00:00 2001 From: Ashok314 <43514261+Ashok314@users.noreply.github.com> Date: Sat, 12 Dec 2020 20:34:26 +0900 Subject: [PATCH] Update wrong `Issue_comment` link Link redirecting to the different page was fixed to the correct one. --- content/actions/reference/events-that-trigger-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/reference/events-that-trigger-workflows.md b/content/actions/reference/events-that-trigger-workflows.md index 74c96bf349eb..3e6c2ac362ef 100644 --- a/content/actions/reference/events-that-trigger-workflows.md +++ b/content/actions/reference/events-that-trigger-workflows.md @@ -311,7 +311,7 @@ Runs your workflow anytime the `issue_comment` event occurs. {% data reusables.d | Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` | | --------------------- | -------------- | ------------ | -------------| -| [`issue_comment`](/rest/reference/activity#issue_comment) | - `created`
- `edited`
- `deleted`
| Last commit on default branch | Default branch | +| [`issue_comment`](/developers/webhooks-and-events/webhook-events-and-payloads#issue_comment) | - `created`
- `edited`
- `deleted`
| Last commit on default branch | Default branch | {% data reusables.developer-site.limit_workflow_to_activity_types %}