Skip to content

.github/workflows/standards-stale.yaml #67

.github/workflows/standards-stale.yaml

.github/workflows/standards-stale.yaml #67

name: "Stale PRs"
permissions:
pull-requests: write
issues: write
on:
schedule:
# runs daily at 9am
- cron: '0 9 * * *'
jobs:
stale:
name: Stale
uses: processout/actions/.github/workflows/standards-stale.yaml@v1

Check failure on line 15 in .github/workflows/standards-stale.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/standards-stale.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/standards-stale.yaml" -> "processout/actions/.github/workflows/standards-stale.yaml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.