File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
2
+
3
+ # Number of days of inactivity before a closed issue or pull request is locked
4
+ daysUntilLock : 60
5
+
6
+ # Skip issues and pull requests created before a given timestamp. Timestamp must
7
+ # follow ISO 8601 (`YYYY-MM-DD`). `false` is disabled
8
+ skipCreatedBefore : false
9
+
10
+ # Issues and pull requests with these labels will be ignored.
11
+ exemptLabels : []
12
+
13
+ # Label to add before locking, such as `outdated`. `false` is disabled
14
+ lockLabel : false
15
+
16
+ # Comment to post before locking.
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
You can’t perform that action at this time.
0 commit comments