Skip to content

Close stale issues and PRs #350

Close stale issues and PRs

Close stale issues and PRs #350

Workflow file for this run

jobs:
stale_action:
name: Close stale issues and PRs
permissions:
issues: write # required to comment on and close stale issues
pull-requests: write # required to comment on and close stale PRs
uses: praw-dev/.github/.github/workflows/stale_action.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0
name: Close stale issues and PRs
on:
schedule:
- cron: 0 */6 * * *
workflow_dispatch:
permissions: {}