update description and version
This commit is contained in:
parent
2deea0ae28
commit
f354a86138
1 changed files with 8 additions and 6 deletions
14
.github/workflows/lock.yaml
vendored
14
.github/workflows/lock.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue