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>
name: 'Close stale issues and PRs'
on:
schedule:
- - cron: '30 1 * * *'
+ - cron: '0 * * * *'
jobs:
stale: