[backport] add back earlier 6.x minor versions

We still backport to these branches, primarily for doc changes.
This commit is contained in:
Court Ewing 2018-10-26 11:05:30 -04:00
parent 039ced34f0
commit 6737725c18

View file

@ -1,5 +1,5 @@
{
"upstream": "elastic/kibana",
"branches": [{ "name": "6.x", "checked": true }, "6.5", "6.4", "6.3", "5.6"],
"branches": [{ "name": "6.x", "checked": true }, "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"labels": ["backport"]
}