From ff9b898701893a124fc381f111679a5ef907fd39 Mon Sep 17 00:00:00 2001 From: Egor_P <egor@parity.io> Date: Thu, 20 Feb 2025 08:50:16 +0100 Subject: [PATCH] Add stable2503 branch (#7617) This PR adds a new stable branch `stable2503` to the backport CI --- .github/workflows/command-backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/command-backport.yml b/.github/workflows/command-backport.yml index 8a017a43452..d7b01000855 100644 --- a/.github/workflows/command-backport.yml +++ b/.github/workflows/command-backport.yml @@ -40,7 +40,7 @@ jobs: uses: korthout/backport-action@v3 id: backport with: - target_branches: stable2407 stable2409 stable2412 + target_branches: stable2407 stable2409 stable2412 stable2503 merge_commits: skip github_token: ${{ steps.generate_token.outputs.token }} pull_description: | -- GitLab