diff --git a/.github/stale.yml b/.github/stale.yml index dc903c460..79663c203 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,7 +4,8 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - type:security-issue + - type:security-issue # never close automatically + - state:awaiting-response # handled by different bot # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale