Skip to content

config properties webhooks properties hooks hooks

GitHub Action edited this page Jan 8, 2025 · 9 revisions

Version

v1.3.2

items Type

object (hooks)

items Properties

Property Type Required Nullable Defined by
callback string Optional cannot be null Config
events array Optional cannot be null Config

callback

callback specifies the URL to which the change data will be sent.

callback

  • is optional

  • cannot be null

callback Type

string

events

events is a list of events this hook listens for.

events

  • is optional

  • cannot be null

events Type

string[] (events)

Clone this wiki locally