Skip to content

Daily

Daily #697

Workflow file for this run

name: Daily
on:
schedule:
- cron: "0 1 * * *" # every day at 1 AM
workflow_dispatch:
jobs:
stale-PRs:
uses: ./.github/workflows/reusable_stale.yml
secrets: inherit