UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

4 lines (3 loc) 288 B
import type { ValidConfigOptions } from '../../options/options.js'; import type { Commit } from '../sourceCommit/parse-source-commit.js'; export declare function copySourcePullRequestReviewersToTargetPullRequest(options: ValidConfigOptions, commits: Commit[], pr: number): Promise<void>;