UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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