Update stale.yml

This commit is contained in:
Rich Howell 2022-10-19 18:48:11 +01:00 committed by GitHub
parent f190443272
commit 0e441eeed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@ jobs:
close-issue-message: "🚧🚨 This issue was closed because it has been inactive for 14 days since being marked as stale. 🚧🚨"
days-before-pr-stale: -1
days-before-pr-close: -1
only-labels: 'needs-triage'
only-labels: 'needs triage'
repo-token: ${{ secrets.GITHUB_TOKEN }}