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

Commit

Permalink
[7.12] [meta] update backport config for 7.12 branch (#1112) (#1164)
Browse files Browse the repository at this point in the history
This commits update sqren/backport config to handle `7.12` branch.
Also remove `7.10` and `7.11` branchs.
  • Loading branch information
jmlrt authored Apr 23, 2021
1 parent cd150d4 commit 8a91c58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"upstream": "elastic/helm-charts",
"targetBranchChoices": ["6.8", "7.10", "7.11", "7.x"],
"targetBranchChoices": [
"6.8",
"7.12",
"7.x"
],
"all": true,
"prFilter": "label:need-backport",
"targetPRLabels": ["backport"],
Expand Down

0 comments on commit 8a91c58

Please sign in to comment.