Skip to content

Cron: Close Stale Issues and PRs #12

Cron: Close Stale Issues and PRs

Cron: Close Stale Issues and PRs #12

Workflow file for this run

name: "Cron: Close Stale Issues and PRs"
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
jobs:
cron-stale:
uses: "sablier-labs/gha-utils/.github/workflows/cron-stale.yml@main"