UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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