Update the argument type for toMatchConfig

This commit is contained in:
Josh Dales
2023-03-18 16:43:15 -04:00
parent c31ee1fd86
commit 17694aa238

View File

@@ -127,7 +127,7 @@ function getLabelConfigMapFromObject(
return labelMap;
}
function toMatchConfig(config: MatchConfig): MatchConfig {
function toMatchConfig(config: any): MatchConfig {
const changedFilesConfig = toChangedFilesMatchConfig(config);
const branchConfig = toBranchMatchConfig(config);