diff --git a/.github/stale.yml b/.github/stale.yml index ef287a3fd..91ab0e8ae 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,8 +2,7 @@ daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -onlyLabels: - - unconfirmed +any-of-labels: unconfirmed,cant-reproduce,stale # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable