interface PRModified {
    actor: pr.modified.Actor;
    date: string;
    eventKey: "pr:modified";
    previousDescription: string;
    previousDraft: boolean;
    previousTarget: PreviousTarget;
    previousTitle: string;
    pullRequest: pr.modified.PullRequest;
}

Properties

The user who created the pull request.

date: string
eventKey: "pr:modified"
previousDescription: string

Previous description of the pull request, may not have changed

previousDraft: boolean
previousTarget: PreviousTarget

Previous target of the pull request, may not have changed

previousTitle: string

Previous title of the pull request, may not have changed

pullRequest: pr.modified.PullRequest

Details of the pull request created.