UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

4 lines 180 B
export function filterUnmergedCommits(commit) { return commit.targetPullRequestStates.some((pr) => pr.state !== 'MERGED'); } //# sourceMappingURL=filter-unmerged-commits.js.map