UNPKG

@yuki-no/plugin-batch-pr

Version:

Batch PR plugin for yuki-no - Collects opened Yuki-no translation issues and creates a single pull request

9 lines (8 loc) 270 B
import { Git } from '@yuki-no/plugin-sdk/infra/git'; type CreateCommitOptions = { message: string; allowEmpty?: boolean; needSquash?: boolean; }; export declare const createCommit: (git: Git, { message, allowEmpty }: CreateCommitOptions) => void; export {};