PullRequest

PullRequest is Spacelift's representation of Pull Request on GitHub.
  • id
    Locally (within the scope of a Stack) unique identifier of the PullRequest, given by GitHub.
  • authorLogin
    GitHub username of the PullRequest creator.
  • createdAt
    Unix timestamp representing Run creation.
  • Draft status of the PullRequest.
  • headBranch
    Immutable name of the branch from which the Pull Request is created.
  • headBranchURL
    Web URL of the branch from which the Pull Request is created.
  • headSHA
    Git commit SHA of the latest commit to the branch.
  • title
    Current title of the Pull Request.
  • updatedAt
    Unix timestamp of the last update.
  • Immutable URL of the Pull Request on GitHub.