Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Close stale issues and PRs #48

Close stale issues and PRs

Close stale issues and PRs #48

Workflow file for this run

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