/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/close-needs-feedback.yml
24 строки
775 B
Ilija Tovilo
Adjust nightly org restriction check
21 апр 2024, 03:13
Не верифицирован
21 апр 2024, 03:13
c3b07a6
Код
Авторство
О чём код?
name: Close old issues that need feedback on: schedule: - cron: "0 0 * * *" permissions: contents: read jobs: build: if: github.repository == 'php/php-src' runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - name: Close old issues that need feedback uses: dwieeb/needs-reply@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-label: "Status: Needs Feedback" days-before-close: 14 close-message: "No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you."