diff --git a/.github/stale.yml b/.github/stale.yml index e3318dc622d..75d3785a199 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,11 +4,13 @@ daysUntilStale: 90 daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security - - bug - - noteworthy - - pull request submitted + - "Alert: Noteworthy" + - "Alert: Pinned" + - "Type: Bug" + - "Type: Feature" + - "Status: Development" + - "Status: Review" + - "Status: Testing" # 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