From 97df149b8f2c19c168d7bddf6391c67c79edba39 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 26 Jun 2025 10:45:23 +0400 Subject: [PATCH] Start automation on 9.1 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 6ba944c873..13bd31cf83 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "repoOwner": "elastic", "repoName": "elasticsearch-specification", - "targetBranchChoices": ["9.0", "8.19", "8.18", "8.17"], + "targetBranchChoices": ["9.1", "9.0", "8.19", "8.18"], "fork": false } diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index 3c52cc54a0..dc6517b6f3 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.0', '8.19', '8.18', '8.17'] + branch: ['main', '9.1', '9.0', '8.19', '8.18'] steps: - uses: actions/checkout@v4