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

    Variable pullRequestVirConfigShapeConst

    pullRequestVirConfigShape: Shape<
        {
            assignToAuthor: TOptional<TBoolean>;
            blockNoMerge: TOptional<TBoolean>;
            checkPrimaryReviewer: TOptional<TBoolean>;
            ignoreDraft: TOptional<TBoolean>;
            insertCodeOwners: TOptional<TBoolean>;
            reviewRules: TOptional<
                TArray<
                    TUnsafe<
                        {
                            autoAdd?: boolean;
                            codeOwns?: { notPaths?: (...)[]; paths?: (...)[] };
                            required?: number | "all";
                            users?: string[];
                        } & {
                            userOverrides?: Record<
                                string,
                                {
                                    autoAdd?: (...)
                                    | (...)
                                    | (...);
                                    codeOwns?: (...) | (...);
                                    required?: (...) | (...) | (...);
                                    users?: (...) | (...);
                                },
                            >;
                        },
                    >,
                >,
            >;
            scripts: TOptional<TArray<TUnsafe<(arg: Arguments) => Promise>>>;
            waitForParentPullRequest: TOptional<TBoolean>;
        },
    > = ...

    Shape definition for verifying a config's validity.