mirror of https://github.com/grafana/grafana.git
14 lines
322 B
YAML
14 lines
322 B
YAML
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:
|
|
uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@main
|
|
with:
|
|
crowdin_project_id: 5
|