import { type PullRequestModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/core/Models/mod.ts";
Represents a GitHub pull request.
Properties
requested_reviewers: UserModel[]
Gets or sets the list of pull request reviewers.
assignees: UserModel[]
Gets or sets the assignees.
labels: LabelModel[]
Gets or sets the labels of the pull request.
optional
milestone: MilestoneModelGets or sets the milestone.
optional
pull_request: PullRequestInfoModelGets or sets additional information about the pull request.
Gets or sets the head branch of the pull request.
Gets or sets the base branch of the pull request.