UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

7 lines (6 loc) 282 B
import type { ValidConfigOptions } from '../../../options/options.js'; export declare function mergePullRequest(options: ValidConfigOptions, pullNumber: number): Promise<import("@octokit/types").OctokitResponse<{ sha: string; merged: boolean; message: string; }, 200>>;