Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down