update description and version

This commit is contained in:
David Lord 2024-04-06 16:16:45 -07:00
parent 2deea0ae28
commit f354a86138
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -1,8 +1,9 @@
name: 'Lock threads' name: Lock inactive closed issues
# Lock closed issues that have not received any further activity for # Lock closed issues that have not received any further activity for two weeks.
# two weeks. This does not close open issues, only humans may do that. # This does not close open issues, only humans may do that. It is easier to
# We find that it is easier to respond to new issues with fresh examples # respond to new issues with fresh examples rather than continuing discussions
# rather than continuing discussions on old issues. # on old issues.
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
@ -15,7 +16,8 @@ jobs:
lock: lock:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/lock-threads@7de207be1d3ce97a9abe6ff1306222982d1ca9f9 - uses: dessant/lock-threads@7de207be1d3ce97a9abe6ff1306222982d1ca9f9 # v5.0.1
with: with:
issue-inactive-days: 14 issue-inactive-days: 14
pr-inactive-days: 14 pr-inactive-days: 14
discussion-inactive-days: 14