diff --git a/.github/stale.yml b/.github/stale.yml index 14335304dc6cc..19242efe9b995 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,10 +9,10 @@ daysUntilClose: 14 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - "Priority 0" - - "Priority 1" - - "Needs: discussion" - - "Needs: revisit" + - "Priority 0: Blocking" + - "Priority 1: ASAP" + - "Needs: Discussion 🙋" + - "Needs: Revisit 🔁" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false @@ -25,7 +25,7 @@ staleLabel: no-recent-activity # Comment to post when marking as stale. Set to `false` to disable markComment: > - This issue has been automatically marked as stale because it has not activity for **30 days**. It will be closed if no further activity occurs **within 14 days of this comment**. Thank you for your contributions to Fabric React! + This issue has been automatically marked as stale because it has not activity for **60 days**. It will be closed if no further activity occurs **within 14 days of this comment**. Thank you for your contributions to Fabric React! [Why am I receiving this notification?](https://github.com/OfficeDev/office-ui-fabric-react/wiki/FAQ#q-why-do-i-get-the-stalebot-messages-why-is-my-issue-marked-as-stale)