1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Update stale_bot.yml

This commit is contained in:
Martin McKeaveney 2023-09-13 16:18:33 +01:00 committed by GitHub
parent f70531d343
commit 78d0398315

View file

@ -2,7 +2,7 @@ name: Close stale issues and PRs # https://github.com/actions/stale
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *' # 1:30 every morning
- cron: '*/30 * * * *' # Every 30 mins
jobs:
stale: