From f7327bd188f7e28df5a7e5120169f98db23ada35 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 10 Oct 2025 15:36:11 +0400 Subject: [PATCH] Start automation on 9.2 branch --- .backportrc.json | 2 +- .github/workflows/update-rest-api-json.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 13bd31cf83..f6f47719f8 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "repoOwner": "elastic", "repoName": "elasticsearch-specification", - "targetBranchChoices": ["9.1", "9.0", "8.19", "8.18"], + "targetBranchChoices": ["9.2", "9.1", "9.0", "8.19"], "fork": false } diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index 88d9daa6c8..94944deeec 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ['main', '9.1', '9.0', '8.19', '8.18'] + branch: ['main', '9.2', '9.1', '9.0', '8.19'] steps: - uses: actions/checkout@v5