Skip to content

Mark or close stale issues #73

Mark or close stale issues

Mark or close stale issues #73

Workflow file for this run

name: "Mark or close stale issues"
on:
schedule:
- cron: "43 2 * * 2"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
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,security,enhancement,good first issue,needs_fix_upstream,PR welcome,question"