Lock closed issues

This commit is contained in:
Ondrej Mirtes 2021-04-30 09:24:56 +02:00
parent c37ba6f7b3
commit e188439875
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5

View File

@ -0,0 +1,23 @@
name: 'Lock Issues'
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '31'
issue-exclude-created-before: ''
issue-exclude-labels: ''
issue-lock-labels: ''
issue-lock-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'