forked from vzhd1701/gridplayer
-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (29 loc) · 1.08 KB
/
Copy pathupdate_crowdin.yml
File metadata and controls
33 lines (29 loc) · 1.08 KB
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
name: Crowdin Contributors Action
on:
workflow_dispatch:
jobs:
crowdin-contributors:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Generate Crowdin Contributors table
uses: andrii-bodnar/action-crowdin-contributors@v3
with:
contributors_per_line: 6
max_contributors: 36
image_size: 64
min_words_contributed: 100
include_languages: true
excluded_users: vzhd1701
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@v8
with:
title: Update Crowdin Contributors table
body: By [action-crowdin-contributors](https://github.com/andrii-bodnar/action-crowdin-contributors) GitHub action
commit-message: "docs(readme): update crowdin contributors table"
committer: Crowdin Bot <support+bot@crowdin.com>
branch: crowdin-contributors/patch