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

Commit

Permalink
[meta] update backport config for 7.13 branch (elastic#1198)
Browse files Browse the repository at this point in the history
This commits update sqren/backport config to handle 7.13 branch.
Also remove 7.12 branch.
  • Loading branch information
jmlrt committed May 25, 2021
1 parent 1252e8f commit 4bada0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"upstream": "elastic/helm-charts",
"targetBranchChoices": [
"6.8",
"7.12",
"7.13",
"7.x"
],
"all": true,
"prFilter": "label:need-backport",
"targetPRLabels": ["backport"],
"sourcePRLabels": ["backported"]
"targetPRLabels": [
"backport"
],
"sourcePRLabels": [
"backported"
]
}

0 comments on commit 4bada0d

Please sign in to comment.