committed

A commit was added to the pull request's HEAD branch.

Availability

Issue type Issue events API Timeline events API
  • Pull requests
X

Event object properties

This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.

Name Type Description
sha string The SHA of the commit in the pull request.
node_id string The Global Node ID of the event.
url string The REST API URL to retrieve the commit.
html_url string The HTML URL of the commit.
author object The person who authored the commit.
committer object The person who committed the commit on behalf of the author.
tree object The Git tree of the commit.
message string The commit message.
parents array of objects A list of parent commits.
verfication object The result of verifying the commit's signature. For more information, see "Signature verification object."
event string The event value is "committed".