{
  "name": "consolidate",
  "description": "[Git flow]: Check for semver relate updates",
  "steps": {
    "start" : {
      "type" : "flow",
      "params": {
        "action" : "start",
        "targetBranch" : "consolidation",
        "branchName" : "auto_consolidate"
      }
    },
    "finish" : {
      "watchContext" : true,
      "type" : "flow",
      "params": {
        "action" : "finish"
      }
    }
  }
}
