Skip to content

Commit

Permalink
Update .backportrc.json (#123)
Browse files Browse the repository at this point in the history
Update the `.backportrc.json` so we can backport to `0.2`
  • Loading branch information
navarone-feekery authored Sep 2, 2024
1 parent 48f18d5 commit dc58628
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
@@ -1,12 +1,13 @@
{
"targetBranchChoices": [
{ "name": "main", "checked": true },
"0.2",
"0.1"
],
"fork": false,
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v0.2.0(.0)?$": "main",
"^v0.3.0(.0)?$": "main",
"^v(\\d+).(\\d+)(.\\d+)+$": "$1.$2"
},
"upstream": "elastic/crawler"
Expand Down

0 comments on commit dc58628

Please sign in to comment.