Skip to content

Close stale issues #250

Close stale issues

Close stale issues #250

Workflow file for this run

name: 'Close stale issues'
on:
schedule:
- cron: '30 12 * * *'
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'Shopify/ruby-lsp'
steps:
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
with:
days-before-stale: 60
days-before-close: 14
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-issue-labels: pinned
stale-issue-message: This issue is being marked as stale because there was no activity in the last 2 months