github/stale: separate labels with commas without following spaces

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin 2021-03-01 23:12:22 -08:00
parent ff38944b98
commit 10fe08c37f

View file

@ -24,4 +24,4 @@ jobs:
days-before-close: 365
remove-stale-when-updated: true
exempt-pr-labels: 'no-auto-close'
exempt-issue-labels: 'no-auto-close, new feature, enhancement'
exempt-issue-labels: 'no-auto-close,new feature,enhancement'