/
githubmirror
/
beego
Обзор
Документация
Войти
/
githubmirror
/
beego
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/workflows/need-translation.yml
19 строк
603 B
Ming Deng
Fix label name
25 авг 2021, 05:31
25 авг 2021, 05:31
2f7d1f5
Код
Авторство
О чём код?
name: need-translation-issues on: schedule: - cron: "0 * * * *" # pick a cron here, this is every 1h workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - uses: luanpotter/changes-requested@master with: github-token: ${{ secrets.GITHUB_TOKEN }} # these are optional, if you want to configure: days-until-close: 5 trigger-label: status/need-translation closing-comment: This issue was closed by the need-translation bot. Please transalate your issue to English so it could help others. dry-run: false