Skip to content

Mark Stale PRs

Mark Stale PRs #270

Workflow file for this run

name: "Mark Stale PRs"
on:
schedule:
- cron: "30 20 * * *"
permissions:
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-pr-message: "This PR is stale. Please trigger a re-run of the PR check action."
days-before-stale: 7