mirror of
https://github.com/actions/labeler
synced 2026-09-25 15:11:47 +02:00
Update the argument type for toMatchConfig
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ function getLabelConfigMapFromObject(
|
|||||||
return labelMap;
|
return labelMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
function toMatchConfig(config: MatchConfig): MatchConfig {
|
function toMatchConfig(config: any): MatchConfig {
|
||||||
const changedFilesConfig = toChangedFilesMatchConfig(config);
|
const changedFilesConfig = toChangedFilesMatchConfig(config);
|
||||||
const branchConfig = toBranchMatchConfig(config);
|
const branchConfig = toBranchMatchConfig(config);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user