Skip to content

Commit be04325

Browse files
committed
github/lock: Override some of the defaults before enabling
These are settings for the Lock app: https://github.com/apps/lock We'll probably want to reduce the daysUntilLock to something lower, but want to try it out first and a larger value will impact fewer issues. 365 is the default, but making it clear what setting we are using. I disable the comment because I don't want notification noise. I disable the resolved feature because I'm not quite sure what it is and I'm not really looking for anything fancy. The defaults can be found at https://github.com/dessant/lock-threads/blob/master/src/schema.js
1 parent 80883f0 commit be04325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/lock.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
daysUntilLock: 365
2+
lockComment: false
3+
setLockReason: false

0 commit comments

Comments
 (0)