/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/stale.yml
23 строки
919 B
dependabot[bot]
build(deps): Bump actions/stale from 10.4.0 to 11.0.0 (#14830)
05 авг 2026, 16:05
Не верифицирован
05 авг 2026, 16:05
d27774f
Код
Авторство
О чём код?
name: close needs-information issues on: schedule: - cron: "30 1 * * *" workflow_dispatch: jobs: close-issues: runs-on: ubuntu-latest permissions: issues: write steps: - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v10.1.0 with: debug-only: false days-before-issue-stale: 14 days-before-issue-close: 7 only-labels: "status: needs information" stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has the `status: needs information` label and requested follow-up information was not provided for 14 days." close-issue-message: "This issue was closed because it has the `status: needs information` label and follow-up information has not been provided for 7 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1