UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 194 B
import { ValidConfigOptions } from '../../../options/options'; export declare function disablePullRequestAutoMerge(options: ValidConfigOptions, pullNumber: number): Promise<number | undefined>;