Skip to content

Issue and PR stale management #71

Issue and PR stale management

Issue and PR stale management #71

Workflow file for this run

name: "Issue and PR stale management"
on:
schedule:
- cron: "0 0 * * *"
permissions:
pull-requests: write
contents: read
jobs:
stale:
uses: vyos/.github/.github/workflows/check-stale.yml@current
secrets: inherit