UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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