diff --git a/.github/stale.yml b/.github/stale.yml index 2a49343fa7..b5e6c388b9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,8 @@ exemptLabels: - regression - bug - 'pull request accepted' +# Issues assigned to a milestone will not go stale +exemptMilestones: true # 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