[backport] add backport tool

This commit is contained in:
spalger
2018-05-21 09:56:32 -07:00
parent d9ae763ebe
commit 8fb64477ac
3 changed files with 11 additions and 1 deletions

8
.backportrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"upstream": "elastic/elasticsearch-js",
"branches": [
{ "name": "15.x", "checked": true },
"14.x"
],
"labels": ["backport"]
}

View File

@ -58,6 +58,7 @@
"async": "~0.8.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta",
"backport": "^3.0.2",
"blanket": "^1.2.3",
"bluebird": "^2.9.14",
"browserify": "^16.1.1",

1
scripts/backport.js Normal file
View File

@ -0,0 +1 @@
require('backport');