Skip to content

Stale Issues

Stale Issues #35

Workflow file for this run

name: Stale Issues
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: |
This issue has been inactive for 30 days.
Adding `status/stale` label. Will close in 14 days without activity.
stale-issue-label: "status/stale"
exempt-issue-labels: "priority/critical,priority/high,phase/blocked"
days-before-stale: 30
days-before-close: 14