Commit 3ed3db5c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

github/lock: auto-lock closed issues after 90 days of inactivity

parent babd55e2
Loading
Loading
Loading
Loading

.github/lock.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
# Configuration for lock-threads - https://github.com/dessant/lock-threads

# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 90
# Comment to post before locking. Set to `false` to disable
lockComment: false
# Limit to only `issues` or `pulls`
# only: issues