This repository was archived by the owner on May 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # Configuration for Lock Threads - https://github.com/dessant/lock-threads
3+
4+ # Number of days of inactivity before a closed issue or pull request is locked
5+ daysUntilLock : 30
6+
7+ # Skip issues and pull requests created before a given timestamp. Timestamp must
8+ # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
9+ skipCreatedBefore : false
10+
11+ # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
12+ exemptLabels : []
13+
14+ # Label to add before locking, such as `outdated`. Set to `false` to disable
15+ lockLabel : false
16+
17+ # Comment to post before locking. Set to `false` to disable
18+ lockComment : >
19+ This thread has been automatically locked since there has not been
20+ any recent activity after it was closed. Please open a new issue for
21+ related bugs.
22+
23+ # Assign `resolved` as the reason for locking. Set to `false` to disable
24+ setLockReason : false
25+
26+ # Limit to only `issues` or `pulls`
27+ # only: issues
28+
29+ # Optionally, specify configuration settings just for `issues` or `pulls`
30+ # issues:
31+ # exemptLabels:
32+ # - help-wanted
33+ # lockLabel: outdated
34+
35+ # pulls:
36+ # daysUntilLock: 30
37+
38+ # Repository to extend settings from
39+ # _extends: repo
You can’t perform that action at this time.
0 commit comments