-
Notifications
You must be signed in to change notification settings - Fork 942
32 lines (22 loc) · 1009 Bytes
/
stale.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
daysUntilStale: 1
daysUntilClose: 1
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: []
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false
# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false
# Label to use when marking as stale
staleLabel: dont-fear-the-reaper
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
In order to consolidate to fewer feedback channels, we've moved suggestions and
issue reporting to [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).
Sorry for any confusion resulting from this move.
limitPerRun: 30
# Limit to only `issues` or `pulls`
only: issues