chore(stale): use the correct labels (#7017)

This commit is contained in:
Gabor Kiss-Vamosi
2024-10-10 04:46:49 +02:00
committed by GitHub
parent 302c3b65cd
commit 41d37b3f9d
+7 -3
View File
@@ -23,12 +23,16 @@ jobs:
Now we mark this as "Abandoned" because there was no activity here for 14 days.
Remove the "Stale" label or comment else this will be closed in 7 days.
Remove the "Abandoned" label or comment else this will be closed in 7 days.
close-issue-message: |
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
Feel free to comment if you have remarks or ideas on this topic.
days-before-stale: 14
days-before-close: 7
exempt-issue-labels: 'important'
exempt-pr-labels: 'important'
exempt-issue-labels: '🔥 Important'
exempt-pr-labels: '🔥 Important'
stale-issue-label: '💤 Stale'
stale-pr-label: '💤 Stale'
close-issue-label: '🪹 Abandoned'
close-pr-label: '🪹 Abandoned'