1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GitHubPullRequest

GitHubPullRequest

    GitHubPullRequest describes a GitHub pull request that a stack update was associated with.

    Properties

    • title string required
      The title of the pull request
    • number integer required
      The pull request number
    • repoSlug string required
      The repository slug in owner/repo format
    • createdAt integer required
      Unix epoch timestamp (seconds) of when the PR was created.
    • closedAt integer optional
      Unix epoch timestamp (seconds) of when the PR was closed. Null if the PR is still open.
    • wasMerged boolean required
      Whether the PR was merged
    • sourceRef string required
      The source branch reference
    • targetRef string required
      The target branch reference
    • mergeCommitSHA string optional
      The SHA of the merge commit, if the PR was merged