Signed-off-by: René Gieling <github@dartcafe.de>
This commit is contained in:
René Gieling 2024-05-25 13:00:58 +02:00 коммит произвёл GitHub
Родитель 45cb851950
Коммит 53d9919350
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 25 добавлений и 0 удалений

25
.github/workflows/lock-closed-issues.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,25 @@
name: 'Lock Issues'
on:
schedule:
- cron: '2 1 * * *'
concurrency: lock_issues
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '31'
exclude-issue-created-before: ''
exclude-any-issue-labels: ''
add-issue-labels: ''
issue-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.
issue-lock-reason: 'resolved'
process-only: 'issues'