@cdwr/nx-migrate-action
Version:
The Nx Migrate GitHub Action will keep your workspace up to date.
9 lines (8 loc) • 297 B
TypeScript
import type { MigrateConfig } from './types';
/**
* Add assignees to a pull request.
*
* @param config - The migration configuration
* @param pullRequest - The pull request number
*/
export declare const addPullRequestAssignees: (config: MigrateConfig, pullRequest: number) => Promise<void>;