Skip to content

StaleBot

StaleBot #1195

Workflow file for this run

name: StaleBot
on:
workflow_dispatch:
schedule:
- cron: "0 0/12 * * *"
jobs:
stalebot:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9.0.0
name: Set stale PR as idle
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale-pr-label: 'stale'
days-before-pr-stale: 30
days-before-pr-close: 7
operations-per-run: 30
exempt-pr-labels: dependencies
# Don't close issues or mark as stale
days-before-issue-stale: -1
days-before-issue-close: -1