Skip to content

Commit 18ff935

Browse files
authored
chore: add settings for lock bot (#262)
1 parent 067f75b commit 18ff935

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/lock.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
# Skip issues and pull requests created before a given timestamp. Timestamp must
7+
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
8+
skipCreatedBefore: false
9+
10+
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
11+
exemptLabels: []
12+
13+
# Label to add before locking, such as `outdated`. Set to `false` to disable
14+
lockLabel: false
15+
16+
# Comment to post before locking. Set to `false` to disable
17+
lockComment: >
18+
This thread has been automatically locked since there has not been
19+
any recent activity after it was closed. Please open a new issue for
20+
related bugs and link to relevant comments in this thread.
21+
22+
# Assign `resolved` as the reason for locking. Set to `false` to disable
23+
setLockReason: true
24+
# Limit to only `issues` or `pulls`
25+
# only: issues
26+
27+
# Optionally, specify configuration settings just for `issues` or `pulls`
28+
# issues:
29+
# exemptLabels:
30+
# - help-wanted
31+
# lockLabel: outdated
32+
33+
# pulls:
34+
# daysUntilLock: 30
35+
36+
# Repository to extend settings from
37+
# _extends: repo

0 commit comments

Comments
 (0)