We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c130c commit 88cf056Copy full SHA for 88cf056
.github/workflows/create-translation-pull-request-v5.yml
@@ -73,5 +73,5 @@ jobs:
73
env:
74
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
75
run: |
76
- gh pr list -R joomla/joomla-cms --state open --author joomla-translation-bot -S "Translation Update" | grep -v "No pull" || \
77
- gh pr create --title "Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 5.0-dev
+ gh pr list -R joomla/joomla-cms --state open --author joomla-translation-bot -S "[5.x] Translation Update" | grep -v "No pull" || \
+ gh pr create --title "[5.x] Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 5.0-dev
0 commit comments