Skip to content

Close stale issues and PRs #66

Close stale issues and PRs

Close stale issues and PRs #66

Workflow file for this run

name: Close stale issues and PRs
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * 0'
jobs:
stale:
uses: retejs/.github/.github/workflows/stale.yml@main
secrets: inherit