Skip to content

Commit

Permalink
Update .backportrc.json to add 8.10 backport branch (elastic#423)
Browse files Browse the repository at this point in the history
We'll need the `backport-8.10` tag now that `main` = v8.11.0.
  • Loading branch information
kilfoyle authored Aug 23, 2023
1 parent 76251fa commit 36f9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repoOwner": "elastic",
"repoName": "ingest-docs",
"targetBranchChoices": ["main", "8.9", "8.8", "8.7", "8.6", "7.17"],
"targetBranchChoices": ["main", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
"autoMerge": true,
"autoMergeMethod": "squash",
"branchLabelMapping": {
Expand Down

0 comments on commit 36f9d5d

Please sign in to comment.