diff --git a/.github/stale.yml b/.github/stale.yml index e5b0f5e954c..304bb82e08f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,9 +3,8 @@ daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale -#exemptLabels: -# - pinned -# - security +exemptLabels: + - has-parent # 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