Skip to content

Close stale issues and PRs #42

Close stale issues and PRs

Close stale issues and PRs #42

Workflow file for this run

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