UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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