-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add Crowdin action #13007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Crowdin action #13007
Conversation
.github/workflows/crowdin.yml
Outdated
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! ✅✨ |
Reads good: PR: #13008 --> I close the PR 13008 since it contains this PR, too. |
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! ✅✨ |
…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)
Follow-up to #12990.
/crowdin.yml
Refs crowdin/github-action#274
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if change is visible to the user)