UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 259 B
import { ValidConfigOptions } from '../../../options/options'; export declare function fetchPullRequestAutoMergeMethod(options: ValidConfigOptions, pullNumber: number): Promise<import("../../../graphql/generated/graphql").PullRequestMergeMethod | undefined>;