UNPKG

dangerjs-wrapper

Version:

Plugin to Apply cultural rules during your CI process.

9 lines (8 loc) 213 B
export interface DangerConfig { giphyApiKey: string; minReviewersRequired: number; ticketLinkRegExp: RegExp; changedFilesLimit: number; testFilesRegExp?: RegExp; docFilesRegExp?: RegExp; }