UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

4 lines (3 loc) 275 B
import { ValidConfigOptions } from '../../options/options'; import { Commit } from '../sourceCommit/parseSourceCommit'; export declare function copySourcePullRequestLabelsToTargetPullRequest(options: ValidConfigOptions, commits: Commit[], pullNumber: number): Promise<void>;