Skip to content

Commit

Permalink
probot: lock closed issues/pull requests (Homebrew#46687)
Browse files Browse the repository at this point in the history
  • Loading branch information
commitay authored and vitorgalvao committed May 6, 2018
1 parent aaf8a3a commit 9bcfe46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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
# Issues or pull requests with these labels will not be locked
# exemptLabels:
# - no-locking
# Limit to only `issues` or `pulls`
# only: issues
# Add a label when locking. Set to `false` to disable
lockLabel: false

0 comments on commit 9bcfe46

Please sign in to comment.