UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

8 lines (7 loc) 267 B
import { Commit } from '../../entrypoint.api'; export declare function getTargetPRLabels({ interactive, targetPRLabels, commits, targetBranch, }: { interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }): string[];