Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[7.x] [meta] add config for backport (#971) (#974)
Browse files Browse the repository at this point in the history
This commit add the config file to manage backport PR using
https://github.com/sqren/backport
  • Loading branch information
jmlrt committed Dec 10, 2020
1 parent a62852a commit a251320
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit a251320

Please sign in to comment.