Skip to content

Commit

Permalink
Update .backportrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed May 6, 2022
1 parent c4d54c9 commit 27c8f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"upstream": "elastic/elasticsearch",
"targetBranchChoices": [
"master",
"8.2",
"8.1",
"8.0",
"7.17",
"6.8"
],
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.2.0$": "master",
"^v8.2.1$": "master",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$": "$1.$2"
}
}

0 comments on commit 27c8f94

Please sign in to comment.