/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/stale.yml
35 строк
1 KB
dependabot[bot]
Bump step-security/harden-runner from 2.10.1 to 2.10.2 (#43646)
20 ноя 2024, 15:09
Не верифицирован
20 ноя 2024, 15:09
177df21
Код
Авторство
О чём код?
name: Close stale issues on: schedule: # Run 5 minutes after midnight daily. - cron: '5 0 * * *' permissions: contents: read jobs: stale: runs-on: ubuntu-latest permissions: issues: write steps: - name: Harden Runner uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e with: start-date: '2022-03-01T00:00:00Z' # ISO 8601 or RFC 2822 repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 180 days-before-close: 14 stale-issue-label: stale close-issue-message: > This issue has been automatically closed due to lack of activity. If you feel this issue is still important, please reopen it and leave a comment. exempt-issue-labels: 'breaking-change,Pri0,:watch: Not Triaged,:checkered_flag: Release: .NET 7,:checkered_flag: Release: .NET 8' operations-per-run: 50 debug-only: true