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 #55

Close stale issues and PRs

Close stale issues and PRs #55

Workflow file for this run

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