Skip to content

Close stale issues and PRs #107

Close stale issues and PRs

Close stale issues and PRs #107

Workflow file for this run

# https://github.com/actions/stale
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '1 1 * * *'
jobs:
stale:
uses: biocommons/actions/.github/workflows/stale.yml@main

Check failure on line 11 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" -> "biocommons/actions/.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.