/
githubmirror
/
nghttp2
Обзор
Документация
Войти
/
githubmirror
/
nghttp2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/stale.yaml
22 строки
505 B
dependabot[bot]
build(deps): bump actions/stale from 10 to 11
03 авг 2026, 17:13
Не верифицирован
03 авг 2026, 17:13
ae6bd32
Код
Авторство
О чём код?
name: 'Close stale issues' on: schedule: - cron: '30 1 * * *' permissions: issues: write actions: write jobs: stale: runs-on: ubuntu-24.04 steps: - uses: actions/stale@v11 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.' days-before-stale: 30 days-before-close: 7 days-before-pr-stale: -1 exempt-all-milestones: true