Skip to content

Stale issue handler #65

Stale issue handler

Stale issue handler #65

Workflow file for this run

name: "Stale issue handler"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
id: stale
with:
days-before-stale: 20
days-before-close: 5
exempt-issue-labels: "pinned,security,backlog,bug"
exempt-pr-labels: "pinned,security,backlog,bug"