mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 05:43:42 +00:00
Add unit tests for toMatchConfig
This commit is contained in:
@@ -127,7 +127,7 @@ function getLabelConfigMapFromObject(
|
||||
return labelMap;
|
||||
}
|
||||
|
||||
function toMatchConfig(config: any): MatchConfig {
|
||||
export function toMatchConfig(config: any): MatchConfig {
|
||||
const changedFilesConfig = toChangedFilesMatchConfig(config);
|
||||
const branchConfig = toBranchMatchConfig(config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user