Skip to content

Mark stale issues and pull requests #400

Mark stale issues and pull requests

Mark stale issues and pull requests #400

Workflow file for this run

name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
push:
branches:
- master
paths:
- ".github/workflows/stale.yml"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
with:
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 7 days'
days-before-stale: 7
days-before-close: 7
days-before-pr-stale: -1
exempt-assignees: chise0713