Call Git cmd_main directly
This commit is contained in:
@@ -26,7 +26,6 @@ internal fun mergeLevel(): Level = level(
|
||||
},
|
||||
validator = repoPredicate { repo ->
|
||||
repo.headBranch == "master" &&
|
||||
"merge" in repo.maintenanceActions &&
|
||||
repo.files.any { it.name == "file2" && it.tracked }
|
||||
},
|
||||
testCases = listOf(
|
||||
|
||||
Reference in New Issue
Block a user