UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

5 lines (4 loc) 370 B
import { ValidConfigOptions } from '../../../options/options'; import { GithubV4Exception } from './client/graphqlClient'; export declare function enablePullRequestAutoMerge(options: ValidConfigOptions, targetPullRequestNumber: number): Promise<number | undefined>; export declare function isMissingStatusChecksError(e: GithubV4Exception<unknown>): boolean | undefined;