aboutsummaryrefslogblamecommitdiffstats
path: root/.github/workflows/cron.yml
blob: fb66a649ac6b6624ed9f1b5e25a58ecf30058093 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



           
                                                 

     


                                             
name: cron

on:
  schedule:
    - cron: '17 3 * * *' # every day at 03:17 UTC

jobs:
  lifecycle:
    if: github.event.schedule == '17 3 * * *'
    uses: ./.github/workflows/stale-bot.yml