Skip to content

Commit a27bc56

Browse files
author
Michael Jackson
committed
Use Lock to automatically lock old closed issues
See https://www.henryzoo.com/blog/2018/05/06/an-issue-with-issues.html for rationale.
1 parent 34412fd commit a27bc56

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/lock.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configuration for lock-threads - https://github.com/dessant/lock-threads
2+
3+
# Number of days of inactivity before a closed issue or pull request is locked
4+
daysUntilLock: 60
5+
6+
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
7+
exemptLabels: []
8+
9+
# Label to add before locking, such as `outdated`. Set to `false` to disable
10+
lockLabel: false
11+
12+
# Comment to post before locking. Set to `false` to disable
13+
lockComment: false
14+
15+
# Limit to only `issues` or `pulls`
16+
# only: issues
17+
18+
# Optionally, specify configuration settings just for `issues` or `pulls`
19+
# issues:
20+
# exemptLabels:
21+
# - help-wanted
22+
# lockLabel: outdated
23+
24+
# pulls:
25+
# daysUntilLock: 30

0 commit comments

Comments
 (0)