diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b87d63dabc..97b0c7b6fd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '0 15 * * *' + - cron: '0 * * * *' jobs: stale: if: github.repository_owner == 'TryGhost'