Skip to main content

GitHub trigger

Starts the automation on a GitHub webhook event for a chosen repository. In the trigger picker it is GitHub, under Integration Triggers.

Fields

FieldRequiredDescription
ConnectionYesThe GitHub connection to use.
RepositoryYesThe repository to watch, as organization/repository.
EventYesThe event to fire on. Choosing one reveals whatever that event narrows by.

Events

EventFires onIts own fields
PushA push to the repository.
Pull RequestPull request activity.Actions—narrow to specific pull request actions, such as opened or closed. Leave it unset for all of them.
IssuesIssue activity.Actions—narrow to specific issue actions. Leave it unset for all of them.
Issue CommentA comment on an issue or pull request.
Pull Request ReviewA review submitted on a pull request.
Pull Request Review CommentA comment on a pull request review.
ReleaseRelease activity.
CreateA branch or tag is created.Ref Types—narrow to branches or tags.
DeleteA branch or tag is deleted.Ref Types—narrow to branches or tags.
Workflow RunA workflow run changes state.

Output

The GitHub event's payload. The exact shape depends on the event, and later steps see that shape as soon as you pick one.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.