Skip to content

Mark issues as stale #1395

Mark issues as stale

Mark issues as stale #1395

Workflow file for this run

name: Mark issues as stale
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been inactive for long enough to be automatically marked as stale. If this was a bug report and hasn't been addressed yet, and is still a problem, please don't hesitate to notify a maintainer."
stale-issue-label: 'Stale'
exempt-issue-label: 'Triaged'
days-before-stale: 30
days-before-close: 180