Skip to content

Commit 2e06cec

Browse files
authored
Merge pull request #934 from Catrobat/release-v2.7.4
Release 2.7.4
2 parents 0f73ac8 + 43f8a4d commit 2e06cec

File tree

180 files changed

+4863
-3537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+4863
-3537
lines changed

.github/workflows/sync_crowdin_colorpicker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# - Secrets required!
1414
#
15-
name: Synchronize Crowdin
15+
name: Synchronize Color Picker Crowdin
1616

1717
#
1818
# New base strings could be uploaded on the merge of a new feature.
@@ -53,6 +53,9 @@ jobs:
5353
upload_translations: false
5454
download_translations: true
5555
config: 'crowdin_colorpicker.yml'
56+
localization_branch_name: l10n_colorpicker_crowdin_action
57+
create_pull_request: true
58+
pull_request_title: 'New Colorpicker Crowdin translations by Github Action'
5659
env:
5760
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5861
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipeline {
5656

5757
triggers {
5858
cron(env.BRANCH_NAME == 'develop' ? '@midnight' : '')
59-
issueCommentTrigger('.*test this please.*')
59+
issueCommentTrigger('.*(test this please|please test this).*')
6060
}
6161

6262
stages {

0 commit comments

Comments
 (0)