Skip to content

Commit e67aee6

Browse files
authored
Start automation on 9.2 branch (#5468)
1 parent 7cce59c commit e67aee6

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.1", "9.0", "8.19", "8.18"],
4+
"targetBranchChoices": ["9.2", "9.1", "9.0", "8.19"],
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.1', '9.0', '8.19', '8.18']
16+
branch: ['main', '9.2', '9.1', '9.0', '8.19']
1717

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

0 commit comments

Comments
 (0)