/
githubmirror
/
etcd
Обзор
Документация
Войти
/
githubmirror
/
etcd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/stale.yaml
30 строк
1 KB
dependabot[bot]
build(deps): bump actions/stale from 10.4.0 to 11.0.0
30 июл 2026, 20:33
Не верифицирован
30 июл 2026, 20:33
1572ea6
Код
Авторство
О чём код?
--- name: Mark and close stale issues and PRs on: schedule: - cron: '0 0 * * *' permissions: issues: write pull-requests: write jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 #v11.0.0 with: days-before-stale: 90 days-before-close: 21 stale-issue-label: 'stale' stale-pr-label: 'stale' exempt-issue-labels: 'stage/tracked,help wanted' exempt-pr-labels: 'stage/tracked,help wanted' exempt-milestones: '' exempt-assignees: '' stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.' stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.' close-issue-message: '' close-pr-message: '' operations-per-run: 30