UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

3 lines (2 loc) 270 B
import { ValidConfigOptions } from '../../../options/options'; export declare function addReviewersToPullRequest({ githubApiBaseUrlV3, repoName, repoOwner, accessToken, interactive, dryRun, }: ValidConfigOptions, pullNumber: number, reviewers: string[]): Promise<void>;