From b6019fbe14140e1b4c5b55fe70f87ecdb70a5a46 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Wed, 17 Apr 2024 14:12:19 +0100 Subject: [PATCH] Ensure backports to all maintenance versions includes 5.4 (#1083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/hazelcast/hz-docs/pull/1082 was not backported to 5.4 as it’s not listed as a maintenance version for the purposes of the action. --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index c65f226fb..159eac01d 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -7,7 +7,7 @@ jobs: backport: strategy: matrix: - branch: ['v/5.0', 'v/5.1', 'v/5.2', 'v/5.3'] + branch: ['v/5.0', 'v/5.1', 'v/5.2', 'v/5.3', 'v/5.4'] runs-on: ubuntu-latest steps: