Use 4.2-dev in core translation workflow (#38698)

This commit is contained in:
Wojciech Smoliński 2022-09-06 11:59:03 +02:00 committed by GitHub
parent 5bc297f3a5
commit 449cbafac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 71 deletions

View File

@ -15,6 +15,6 @@ insert_final_newline = true
indent_style = space
indent_size = 4
[*.{js,json,scss,css,vue}]
[*.{js,json,scss,css,yml,vue}]
indent_style = space
indent_size = 2

View File

@ -37,7 +37,7 @@ jobs:
git remote add upstream https://github.com/joomla/joomla-cms.git
git fetch upstream
git checkout --progress --force -B translation refs/remotes/origin/translation
git merge upstream/4.1-dev
git merge upstream/4.2-dev
- name: Fetch and extract translations
run: |
@ -72,4 +72,4 @@ jobs:
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.1-dev
gh pr create --title "Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 4.2-dev