-
Notifications
You must be signed in to change notification settings - Fork 25
35 lines (32 loc) · 1.14 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Crowdin translations progress
on:
push:
branches:
- master
paths:
- docs/locales/*.json
- docs/src/**/*.md
- src/i18n/*.json
workflow_dispatch:
jobs:
crowdin-translations-progress:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate Crowdin translations progress markdown
uses: benjaminjonard/crowdin-translations-progress-action@1.0.7
with:
languages_per_row: 5
minimum_completion_percent: 50
file: README.md
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: 'chore: update translations progress'
body: Update Crowdin translations progress by [Crowdin translations progress](https://github.com/benjaminjonard/crowdin-translations-progress-action) GitHub action
commit-message: 'chore: update translations progress'
branch: crowdin-translations-progress-action