Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Close stale issues and PRs #1478

Close stale issues and PRs

Close stale issues and PRs #1478

Workflow file for this run

name: "Close stale issues and PRs"
on:
schedule:
# Every day at 00:00
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue had no activity for **6 months**. It will be closed in **2 weeks** unless there is some new activity. Is this issue already resolved?'
stale-issue-label: 'stale'
exempt-issue-labels: 'bug,enhancement,good first issue'
stale-pr-message: 'This pull request had no activity for **6 months**. It will be closed in **2 weeks** unless there is some new activity.'
stale-pr-label: 'stale'
days-before-stale: 180
days-before-close: 14
operations-per-run: 200
Morty Proxy This is a proxified and sanitized view of the page, visit original site.