Conversation
Comment on lines
+14
to
+41
| if: github.repository == 'JabRef/jabref' | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: crowdin action | ||
| uses: crowdin/github-action@v2 | ||
| with: | ||
| upload_sources: false | ||
| upload_translations: true | ||
| upload_language: de | ||
| download_translations: true | ||
| localization_branch_name: l10n_crowdin_translations | ||
| create_pull_request: true | ||
| pull_request_title: 'New Crowdin Translations' | ||
| pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' | ||
| pull_request_base_branch_name: 'main' | ||
| dryrun_action: true | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GH_TOKEN_JABREF_MACHINE_PR_APPROVE }} | ||
|
|
||
| # A numeric ID, found at https://crowdin.com/project/<projectName>/tools/api | ||
| CROWDIN_PROJECT_ID: ja294858bref | ||
|
|
||
| # Visit https://crowdin.com/settings#api-key to create this token | ||
| CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
|
@trag-bot didn't find any issues in the code! ✅✨ |
Member
Author
|
Reads good: PR: #13008 --> I close the PR 13008 since it contains this PR, too. |
Contributor
|
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
|
@trag-bot didn't find any issues in the code! ✅✨ |
Siedlerchr
added a commit
that referenced
this pull request
Apr 27, 2025
…multimodule-followup * 'multimodule-followup' of github.com:JabRef/jabref: Fix import order & OpenRewrite Add PR link to changelog Add Crowdin action (#13007) Bump tech.units:indriya from 2.2.2 to 2.2.3 (#13006) Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.5.0 to 3.7.0 (#13005) Bump com.konghq:unirest-java-core from 4.4.5 to 4.4.6 (#13004)
Member
Author
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Follow-up to #12990.
/crowdin.ymlRefs crowdin/github-action#274
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)