diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 000000000..001ba1941 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,8 @@ +{ + "upstream": "elastic/helm-charts", + "targetBranchChoices": ["6.8", "7.10", "7.x"], + "all": true, + "prFilter": "label:need-backport", + "targetPRLabels": ["backport"], + "sourcePRLabels": ["backported"] +}