/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.github/workflows/issue-close.yaml
21 строка
625 B
Zyie
chore: adds needs reproduction automation (#11552)
17 июл 2025, 10:40
Не верифицирован
17 июл 2025, 10:40
bf29f6f
Код
Авторство
О чём код?
name: Issue - Close Needs Reproduction on: schedule: - cron: "0 0 * * *" jobs: close-issues: if: github.repository == 'pixijs/pixijs' runs-on: ubuntu-latest permissions: issues: write # for actions-cool/issues-helper to update issues pull-requests: write # for actions-cool/issues-helper to update PRs steps: - name: needs reproduction uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3 with: actions: "close-issues" token: ${{ secrets.GITHUB_TOKEN }} labels: "Needs Reproduction" inactive-day: 7