Crowdin automatic task management #1
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
| name: Crowdin automatic task management | ||
| on: | ||
| workflow_dispatch: | ||
| # once a month on the first day of the month at midnight | ||
| schedule: | ||
| - cron: "0 0 1 * *" | ||
| jobs: | ||
| create-tasks-in-crowdin: | ||
|
Check failure on line 10 in .github/workflows/i18n-crowdin-create-tasks.yml
|
||
| uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@main | ||
| with: | ||
| crowdin_project_id: 5 | ||