]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: run the stale bot every hour 47015/head
authorLaura Flores <lflores@redhat.com>
Thu, 7 Jul 2022 17:15:10 +0000 (12:15 -0500)
committerLaura Flores <lflores@redhat.com>
Thu, 7 Jul 2022 17:19:08 +0000 (12:19 -0500)
Currently, the stale bot runs once a day at 1:30 UTC.
This will only process a few PRs per day, which is not
enough to handle the volume of PRs that come into the
Ceph repository. Running the bot once every hour with
a limit of 30 operations will keep within the rate
limit, but it will also process more PRs per day.

Followup to 1a8d2010375fb485ed73f08f7de9ea1738826d91.

Signed-off-by: Laura Flores <lflores@redhat.com>
.github/workflows/stale.yml

index b3ff79129f5777dee46eeb954d1bdef32e22d461..a78182c3252430216c44da84f68cac05d147ed2d 100644 (file)
@@ -3,7 +3,7 @@
 name: 'Close stale issues and PRs'
 on:
   schedule:
-    - cron: '30 1 * * *'
+    - cron: '0 * * * *'
 
 jobs:
   stale: