Skip to content

Commit 97df149

Browse files
committed
Start automation on 9.1 branch
1 parent 10487a1 commit 97df149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repoOwner": "elastic",
33
"repoName": "elasticsearch-specification",
4-
"targetBranchChoices": ["9.0", "8.19", "8.18", "8.17"],
4+
"targetBranchChoices": ["9.1", "9.0", "8.19", "8.18"],
55
"fork": false
66
}

.github/workflows/update-rest-api-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: ['main', '9.0', '8.19', '8.18', '8.17']
16+
branch: ['main', '9.1', '9.0', '8.19', '8.18']
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)