Increased frequency of stale bot execution to hourly

- daily is a little to infrequent for us as it means new comments don't
  cause the issue/PR to be unlabeled as `stale` for up to 24hrs
- this commit increases the frequency to hourly
This commit is contained in:
Daniel Lockyer 2022-09-29 16:09:07 +07:00
parent 0d6946685e
commit 0a322574a8
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 15 * * *'
- cron: '0 * * * *'
jobs:
stale:
if: github.repository_owner == 'TryGhost'