Skip to content

Commit

Permalink
Update .backportrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Oct 20, 2021
1 parent 9fb2753 commit 7d40c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"upstream": "elastic/observability-docs",
"branches": [{ "name": "7.x", "checked": true }, "7.15", "7.14", "6.8"],
"branches": [{ "name": "7.16", "checked": true }, "7.15", "6.8"],
"branchLabelMapping": {
"^v(\\d+).(\\d+).\\d+$": "$1.$2",
"^v8.0.0$": "master",
".*": "7.x"
".*": "7.16"
},
"labels": ["backport"],
"autoMerge": true,
Expand Down

0 comments on commit 7d40c44

Please sign in to comment.