Merge pull request #11491 from chrisroberts/quiet-hashibot

Do not comment when locking really old issues
This commit is contained in:
Chris Roberts 2020-04-03 16:07:49 -07:00 committed by GitHub
commit 2ddf92691b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ poll "closed_issue_locker" "locker" {
max_issues = 500
sleep_between_issues = "5s"
no_comment_if_no_activity_for = "4320h" # 180 days
message = <<-EOF
I'm going to lock this issue because it has been closed for _30 days_ . This helps our maintainers find and focus on the active issues.