diff --git a/.github/stale.yml b/.github/stale.yml index 234ff6f..9e72631 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,4 +13,9 @@ markComment: > closeComment: false # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: - daysUntilStale: 30 \ No newline at end of file + daysUntilStale: 30 +exemptLabels: + - Question + - Bug + - Feature + - Improvement \ No newline at end of file