mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue