diff --git a/.github/stale.yml b/.github/stale.yml index 48de326a9..7b115f545 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,7 +8,7 @@ daysUntilStale: 60 daysUntilClose: 7 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [bugfix] +onlyLabels: [bug] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable #exemptLabels: