Enhance stale-bot configuration

Our stale bot currently processes only bugs and enhancements. Adding a
further label for uncategorized issues.
This commit is contained in:
Jan Nidzwetzki 2023-12-18 12:54:26 +01:00 committed by Jan Nidzwetzki
parent 384bcaa7ad
commit 6e76702ca0

View File

@ -46,7 +46,7 @@ jobs:
only-labels: 'waiting-for-author'
# Stale only issues with one of these labels
any-of-issue-labels: 'bug,enhancement'
any-of-issue-labels: 'bug,enhancement,stale-issue'
# Exclude issues with the 'in-progress' label
exempt-issue-labels: 'in-progress'