Skip to content

Mark or close stale issues #1055

Mark or close stale issues

Mark or close stale issues #1055

Workflow file for this run

name: "Mark or close stale issues"
on:
schedule:
- cron: "19 4 * * 0,2,4,6"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 9
days-before-close: 3
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs."
stale-issue-label: "stale"
exempt-issue-labels: "bug,enhancement,good first issue,needs_fix_upstream,PR welcome,question"
close-issue-reason: "completed" # fixed values; either "completed" or "not_planned"