Skip to content

Commit

Permalink
Merge pull request #934 from Catrobat/release-v2.7.4
Browse files Browse the repository at this point in the history
Release 2.7.4
  • Loading branch information
wslany authored Jun 18, 2021
2 parents 0f73ac8 + 43f8a4d commit 2e06cec
Show file tree
Hide file tree
Showing 180 changed files with 4,863 additions and 3,537 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/sync_crowdin_colorpicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# - Secrets required!
#
name: Synchronize Crowdin
name: Synchronize Color Picker Crowdin

#
# New base strings could be uploaded on the merge of a new feature.
Expand Down Expand Up @@ -53,6 +53,9 @@ jobs:
upload_translations: false
download_translations: true
config: 'crowdin_colorpicker.yml'
localization_branch_name: l10n_colorpicker_crowdin_action
create_pull_request: true
pull_request_title: 'New Colorpicker Crowdin translations by Github Action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {

triggers {
cron(env.BRANCH_NAME == 'develop' ? '@midnight' : '')
issueCommentTrigger('.*test this please.*')
issueCommentTrigger('.*(test this please|please test this).*')
}

stages {
Expand Down
Loading

0 comments on commit 2e06cec

Please sign in to comment.