Configured stalebot to run at 15:00 UTC

refs https://github.com/TryGhost/Toolbox/issues/81

- changes the bot to run during office hours so we can keep an eye on it
This commit is contained in:
Daniel Lockyer 2021-11-12 14:44:54 +00:00
parent 0847340b9a
commit 9768ad42c4
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 15 * * *'
jobs:
stale:
runs-on: ubuntu-latest