diff --git a/.github/stale.yml b/.github/stale.yml index fd7522287..0c99372ab 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,10 +2,6 @@ daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - enhancement - - bug # 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