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

Mark and close stale support issues #1509

Mark and close stale support issues

Mark and close stale support issues #1509

name: Mark and close stale support issues
on:
schedule:
- cron: '32 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
days-before-close: 15
stale-issue-message: 'This issue has been automatically marked Stale and will be closed in 15 days if no further activity happens.'
stale-issue-label: 'Stale'
close-issue-reason: 'not_planned'
only-labels: 'Support'
exempt-all-milestones: true
ascending: true
Morty Proxy This is a proxified and sanitized view of the page, visit original site.