Reviewer Suggestion
    Preparing search index...

    Interface RequestContext

    Captured request state; history/configuration are read at baseSha.

    interface RequestContext {
        author: string;
        baseSha: string;
        draft: boolean;
        existingReviewers: Identity[];
        files: ChangedFile[];
        number: number;
        repository: string;
        state: "open" | "closed";
    }

    Hierarchy (View Summary)

    Index
    author: string
    baseSha: string
    draft: boolean
    existingReviewers: Identity[]
    files: ChangedFile[]
    number: number
    repository: string

    GitHub owner/repo; GitLab numeric project ID or namespace/project.

    state: "open" | "closed"