Skip to content

Commit 80b6c42

Browse files
committed
added lock.yml
1 parent 15491fb commit 80b6c42

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/lock.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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: 14
5+
6+
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
7+
exemptLabels: [bug, enhancement, future, high priority, plans, waiting for release, ]
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: >
14+
This thread has been automatically locked since there has not been
15+
any recent activity after it was closed. Please open a new issue for
16+
related bugs.
17+
18+
# Limit to only `issues` or `pulls`
19+
only: issues
20+
21+
# Optionally, specify configuration settings just for `issues` or `pulls`
22+
# issues:
23+
# exemptLabels:
24+
# - help-wanted
25+
# lockLabel: outdated
26+
27+
# pulls:
28+
# daysUntilLock: 30

0 commit comments

Comments
 (0)