diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 25d8b72b5..84036a814 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,23 +14,5 @@ jobs: close-issue-label: wontfix close-pr-label: wontfix days-before-close: -1 - exempt-issue-labels: - - pinned - - security - - Bug - - Serious Bug - - Minor bug - - Black hole bug - - Special case Bug - - Upstream bug - - Feature Request - exempt-pr-labels: - - pinned - - security - - Bug - - Serious Bug - - Minor bug - - Black hole bug - - Special case Bug - - Upstream bug - - Feature Request + exempt-issue-labels: 'pinned,security,Bug,Serious Bug,Minor bug,Black hole bug,Special case Bug,Upstream bug,Feature Request' + exempt-pr-labels: 'pinned,security,Bug,Serious Bug,Minor bug,Black hole bug,Special case Bug,Upstream bug,Feature Request'