Skip to content

Close stale issues and PRs #108

Close stale issues and PRs

Close stale issues and PRs #108

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * 0'
permissions:
issues: write
pull-requests: write
jobs:
apply:
uses: palashmon/reusable-workflows/.github/workflows/stale.yml@main
secrets: inherit