pull-request-vir - v1.4.2
    Preparing search index...

    Type Alias ScriptParams

    ScriptParams: Readonly<
        {
            changedFilePaths: ReadonlyArray<string>;
            codeOwners: Readonly<CodeOwners>;
            config: Readonly<PullRequestVirConfig>;
            git: Readonly<SimpleGit>;
            octokit: Readonly<Octokit>;
            pullRequest: Readonly<GithubPullRequest>;
            repo: Readonly<GithubRepo>;
            repoDir: string;
            reviews: Readonly<PullRequestReviews>;
        },
    >

    Params for each script executed internally and defined externally in the user's config.