PullRequest is Spacelift's representation of Pull Request on GitHub.
- idLocally (within the scope of a Stack) unique identifier of the PullRequest, given by GitHub.
- authorLoginGitHub username of the PullRequest creator.
- createdAtUnix timestamp representing Run creation.
- draftDraft status of the PullRequest.
- headBranchImmutable name of the branch from which the Pull Request is created.
- headBranchURLWeb URL of the branch from which the Pull Request is created.
- headSHAGit commit SHA of the latest commit to the branch.
- runRun!Most recent Run on the Pull Request. DEPRECATED, use Runs instead.
- runs[Run!]!Most recent Runs on the Pull Request.
- titleCurrent title of the Pull Request.
- updatedAtUnix timestamp of the last update.
- urlImmutable URL of the Pull Request on GitHub.