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

8 lines (7 loc) 207 B
export type BatchIssueType = 'Resolved'; type BatchIssueStatus = { number: number; type: BatchIssueType; }; export declare const createPrBody: (issueStatus: BatchIssueStatus[]) => string; export {};