Explorar el Código

Merge pull request #8056 from nextcloud/staleV3

Run every 2h
Tobias Kaminsky hace 4 años
padre
commit
244952f82e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .github/workflows/stale.yml

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

@@ -1,7 +1,7 @@
 name: 'Close stale issues'
 on:
     schedule:
-        -   cron: '30 1 * * *'
+        -   cron: '* */2 * * *'
 
 jobs:
     stale:
@@ -12,7 +12,6 @@ jobs:
                     days-before-stale: 28
                     days-before-close: 14
                     days-before-pr-close: -1
-                    operations-per-run: 10
                     only-labels: 'bug,needs info/discussion'
                     stale-issue-message: 'This bug report did not receive an update in the last 4 weeks.
                                         Please take a look again and update the issue with new details,