Skip to content

Mark stale issues #1354

Mark stale issues

Mark stale issues #1354

Workflow file for this run

name: Mark stale issues
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 5
stale-issue-message: 'This issue has been inactive for 30 days. It will be in closed in 5 days without any new activity.'
stale-issue-label: 'no-issue-activity'
any-of-labels: 'inactive'