Skip to content

Cron: Close Stale Issues and PRs #18

Cron: Close Stale Issues and PRs

Cron: Close Stale Issues and PRs #18

Workflow file for this run

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

Check failure on line 9 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

error parsing called workflow ".github/workflows/stale.yml" -> "sablier-labs/reusable-workflows/.github/workflows/stale.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
days-before-issue-stale: 365