Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit c7dca2d

Browse files
committed
[ci skip] create lock.yml
1 parent 9fd9aee commit c7dca2d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/lock.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

0 commit comments

Comments
 (0)