/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/issue-close-require.yml
29 строк
873 B
dependabot[bot]
Bump the github-actions group with 6 updates (#42718)
21 июл 2026, 22:09
Не верифицирован
21 июл 2026, 22:09
b507756
Код
Авторство
О чём код?
name: Close Issue Awaiting Reply on: schedule: - cron: "0 0 * * *" permissions: contents: read jobs: issue-close-require: permissions: issues: write pull-requests: write runs-on: ubuntu-latest if: github.repository == 'twbs/bootstrap' steps: - name: awaiting reply uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 with: only-issue-labels: 'awaiting-reply' days-before-stale: 14 days-before-close: 0 days-before-pr-stale: -1 days-before-pr-close: -1 stale-issue-message: '' close-issue-message: | As the issue was labeled with `awaiting-reply`, but there has been no response in 14 days, this issue will be closed. If you have any questions, you can comment/reply. close-issue-reason: not_planned