UNPKG

@cdwr/nx-migrate-action

Version:

The Nx Migrate GitHub Action will keep your workspace up to date.

6 lines (5 loc) 272 B
import type { MigrateConfig, VersionInfo } from './types'; export declare const createPullRequest: (config: MigrateConfig, versionInfo: Pick<VersionInfo, "currentVersion" | "latestVersion">, status: { testsPass?: boolean; e2ePass?: boolean; }) => Promise<number>;