diff --git a/.github/stale.yml b/.github/stale.yml index 58ad1e2ad..61494684a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,12 +1,14 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - type:security-issue # never close automatically + - type:feature-request # never close automatically - state:awaiting-response # handled by different bot - state:blocked + - state:confirmed # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale