Skip to content

Commit

Permalink
Merge pull request #2686 from batpigandme/lock-bot
Browse files Browse the repository at this point in the history
Add lock bot πŸ”’πŸ€–
  • Loading branch information
batpigandme authored Jun 18, 2018
2 parents ff41bc8 + 0767e57 commit 1c09bae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ visual_test
^README-.*\.png$
^logo\.png$
^appveyor\.yml$
^\.github$
25 changes: 25 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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: 180

# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
exemptLabels: []

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false

# Comment to post before locking. Set to `false` to disable
lockComment: false

# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# exemptLabels:
# - help-wanted
# lockLabel: outdated

# pulls:
# daysUntilLock: 30

0 comments on commit 1c09bae

Please sign in to comment.