From 72048407d1f5749b38b449f38773b91b7b245c24 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Mon, 22 Jan 2024 14:02:09 +0000 Subject: [PATCH] Prefix PR for major branch --- .github/workflows/create-translation-pull-request-v4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-translation-pull-request-v4.yml b/.github/workflows/create-translation-pull-request-v4.yml index c82af59dfff..434e1cceddf 100644 --- a/.github/workflows/create-translation-pull-request-v4.yml +++ b/.github/workflows/create-translation-pull-request-v4.yml @@ -73,5 +73,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }} run: | - gh pr list -R joomla/joomla-cms --state open --author joomla-translation-bot -S "Translation Update" | grep -v "No pull" || \ - gh pr create --title "Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 4.4-dev + gh pr list -R joomla/joomla-cms --state open --author joomla-translation-bot -S "[4.x] Translation Update" | grep -v "No pull" || \ + gh pr create --title "[4.x] Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 4.4-dev