mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
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:
parent
0847340b9a
commit
9768ad42c4
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 15 * * *'
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user