Skip to content

Daily actions

Daily actions #59

Workflow file for this run

name: Daily actions
run-name: Daily actions
on:
schedule:
- cron: "0 3 * * 1-5" # "At 03:00 on every day-of-week from Monday through Friday."
jobs:
stale:
name: Stale
uses: ./.github/workflows/stale.yml