Skip to content

Commit e53fb27

Browse files
authored
repo sync
2 parents 26334e4 + bfe6009 commit e53fb27

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ on:
165165

166166
### Webhook events
167167

168-
You can configure your workflow to run when webhook events are created on {% data variables.product.product_name %}. Some events have more than one activity type that triggers the event. If more than one activity type triggers the event, you can specify which activity types will trigger the workflow to run. For more information, see "[Webhooks](/webhooks)."
168+
You can configure your workflow to run when webhook events are generated on {% data variables.product.product_name %}. Some events have more than one activity type that triggers the event. If more than one activity type triggers the event, you can specify which activity types will trigger the workflow to run. For more information, see "[Webhooks](/webhooks)."
169+
170+
Not all webhook events trigger workflows. For the complete list of available webhook events and their payloads, see "[Webhook events and payloads](/developers/webhooks-and-events/webhook-events-and-payloads)."
169171

170172
#### `check_run`
171173

content/developers/webhooks-and-events/about-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can create up to {% if enterpriseServerVersions contains currentVersion or c
2424

2525
Each event corresponds to a certain set of actions that can happen to your organization and/or repository. For example, if you subscribe to the `issues` event you'll receive detailed payloads every time an issue is opened, closed, labeled, etc.
2626

27-
See "[Webhook event payloads](/webhooks/event-payloads)" for the list of available webhook events and their payloads.
27+
For a complete list of available webhook events and their payloads, see "[Webhook events and payloads](/developers/webhooks-and-events/webhook-events-and-payloads)."
2828

2929
### Ping event
3030

0 commit comments

Comments
 (0)