Skip to content

Close stale issues and PRs #1963

Close stale issues and PRs

Close stale issues and PRs #1963

Workflow file for this run

jobs:
stale_action:
name: Close stale issues and PRs
secrets: inherit
uses: praw-dev/.github/.github/workflows/stale_action.yml@main
name: Close stale issues and PRs
on:
schedule:
- cron: 0 */6 * * *
workflow_dispatch:
permissions:
issues: write
pull-requests: write