Mirror of a distributed, offline-first bug tracker embedded in git
1name: cron 2 3on: 4 schedule: 5 - cron: '17 3 * * *' # every day at 03:17 UTC 6 7jobs: 8 lifecycle: 9 if: github.event.schedule == '17 3 * * *' 10 uses: ./.github/workflows/stale-bot.yml