Skip to content

Workflow file for this run

name: stale
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
mark-stale:
uses: cisco-ospo/.github/.github/workflows/stale.yml@main

Check failure on line 10 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" -> "cisco-ospo/.github/.github/workflows/stale.yml@main" : failed to fetch workflow: workflow was not found.
permissions:
issues: write
pull-requests: write
with:
days-before-stale: 1
days-before-close: 2