Update stale.yml

This commit is contained in:
Rich Howell
2022-10-19 19:13:04 +01:00
committed by GitHub
parent aeda7972fd
commit b2f888985f

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 }}