瀏覽代碼

Allow the Lock bot to lock existing closed issues

Jeremy Stretch 6 年之前
父節點
當前提交
e0ea5b0e0b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/lock.yml

+ 1 - 1
.github/lock.yml

@@ -5,7 +5,7 @@ daysUntilLock: 90
 
 # Skip issues and pull requests created before a given timestamp. Timestamp must
 # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
-skipCreatedBefore: 2020-01-01
+skipCreatedBefore: false
 
 # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
 exemptLabels: []