Skip to content

Cron: Close Stale Issues and PRs #10

Cron: Close Stale Issues and PRs

Cron: Close Stale Issues and PRs #10

Workflow file for this run

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