Skip to content

Stale PRs

Stale PRs #63

Workflow file for this run

name: "Stale PRs"
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v4
with:
stale-pr-message: "This PR is stale because it has been open 30 days with no activity. Remove `pr: stale` label or comment or this will be closed in 10 days."
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
stale-pr-label: "pr: stale"
days-before-pr-stale: 30
days-before-pr-close: 10