Skip to content

Mark issue as stale #823

Mark issue as stale

Mark issue as stale #823

Workflow file for this run

name: Mark issue as stale
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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. Thank you
for your contributions.
days-before-issue-stale: 60
days-before-issue-close: 14
stale-issue-label: 'status: stale'
exempt-issue-labels: 'status: planned'