Skip to content

Commit

Permalink
Create crowdin-translations-progress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
livrasand authored Dec 9, 2024
1 parent 5262928 commit d4825cb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/crowdin-translations-progress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Crowdin translations progress
on:
push:
branches: [ main ]
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:

jobs:
crowdin-translations-progress:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Generate Crowdin translations progress markdown
uses: benjaminjonard/crowdin-translations-progress-action@1.0.7
with:
languages_per_row: 10
minimum_completion_percent: 80
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@v5
with:
title: Update Crowdin translations progress
body: Update Crowdin translations progress by [Crowdin translations progress](https://github.com/benjaminjonard/crowdin-translations-progress-action) GitHub action
commit-message: Update Crowdin translations progress
branch: crowdin-translations-progress-action

0 comments on commit d4825cb

Please sign in to comment.