/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
9.2.0.dev0
.github/workflows/stale.yml
23 строки
919 B
dependabot[bot]
build(deps): Bump actions/stale from 10.2.0 to 10.3.0
12 июн 2026, 10:40
Не верифицирован
12 июн 2026, 10:40
0d8491a
Код
Авторство
О чём код?
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@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # 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