浏览代码

Restore on batch per day

Laurent Destailleur 5 年之前
父节点
当前提交
33f51f6bdf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/stale-issues.yml

+ 2 - 2
.github/workflows/stale-issues.yml

@@ -3,7 +3,7 @@ name: "Close stale issues (bugs and feature requests)"
 
 on:
   schedule:
-  - cron: "*/10 * * * *"
+  - cron: "0 0 * * *"
 
 jobs:
   stale:
@@ -17,7 +17,7 @@ jobs:
         exempt-issue-label: 'Priority High / Blocking'
         days-before-stale: 365
         days-before-close: 15
-        operations-per-run: 15
+        operations-per-run: 30
         #stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. If this PR is still mergeable (no conflict, nor Continuous Integration errors), please comment to confirm this merge is still expected. Without comment, this issue will be closed automatically by stale bot in 15 days.'
         stale-pr-label: 'PR Stale (automatic label)'
         stale-pr-message: