Fix needs info autoclose

This commit is contained in:
Sylvia van Os
2023-07-04 21:01:36 +02:00
committed by GitHub
parent c9d775f426
commit b66351ab58

View File

@@ -13,12 +13,12 @@ jobs:
steps:
- uses: actions/stale@v4
with:
days-before-stale: -1
days-before-close: 90
stale-issue-message: ""
stale-pr-message: ""
close-issue-message: 'This issue is missing necessary information and cannot be worked on in its current state. It has therefore been closed to keep the issue tracker clean. If you have more information, feel free to reopen it.'
close-pr-message: 'This PR is missing necessary information and cannot be merged in its current state. It has therefore been closed to keep the issue tracker clean. If you have more information, feel free to reopen it.'
only-labels: 'state: needs info'
stale-issue-label: 'state: needs info'
stale-pr-label: 'state: needs info'
remove-stale-when-updated: false
enable-statistics: true