GitHub Pull Request Trigger

The following fields are available on GitHub Pull Request events. See related documentation on getting started with GitHub and on event triggers.

Here are some of the most commonly used attributes.

attributedescription
event.github.pull_request.numberThe pull request number
event.github.pull_request.pull_request.head.refThe pull request branch
event.github.pull_request.pull_request.head.shaThe commit sha of the head of the pull request
event.github.pull_request.pull_request.titleThe pull request title

For the full set of attributes, see GitHub's documentation on pull request webhooks