UNPKG

@cdwr/nx-migrate-action

Version:

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

9 lines (8 loc) 315 B
import type { MigrateConfig } from './types'; /** * Add label from `PULL_REQUEST_LABEL` to a pull request. * * @param config - The migration configuration * @param pullRequest - The pull request number */ export declare const addPullRequestLabel: (config: MigrateConfig, pullRequest: number) => Promise<void>;