@coderabbitai/bitbucket
    Preparing search index...

    Interface PRModified

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

    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: pr.modified.Ref

    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.