mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 03:42:27 +03:00
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:
parent
0d6946685e
commit
0a322574a8
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 15 * * *'
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
stale:
|
||||
if: github.repository_owner == 'TryGhost'
|
||||
|
Loading…
Reference in New Issue
Block a user