File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Configuration for probot-stale - https://github.com/probot/stale
2+
3+ limitPerRun : 30
4+
5+ pulls :
6+ daysUntilStale : 14
7+ daysUntilClose : false
8+ exemptProjects : true
9+ exemptMilestones : true
10+ staleLabel : abandoned
11+ exemptLabels :
12+ - needs review
13+ - on hold
14+ - waiting for CLA pass
15+
16+ markComment : >
17+ Labeling this pull request (PR) as abandoned since it has gone 14 days or more
18+ since the last update. An abandoned PR can be continued by another contributor.
19+ The abandoned label will be removed if work on this PR is taken up again.
20+
21+ issues :
22+ daysUntilStale : 30
23+ daysUntilClose : 40
24+ exemptProjects : true
25+ exemptMilestones : true
26+ staleLabel : stale
27+ exemptLabels :
28+ - bug
29+ - enhancement
30+ - tests
31+ - documentation
32+ - resource proposal
33+ - on hold
34+
35+ markComment : >
36+ This issue has been automatically marked as stale because
37+ it has not had activity from the community in the last 30 days. It will be
38+ closed if no further activity occurs within 10 days. If the issue is labelled
39+ with any of the work labels (e.g bug, enhancement, documentation, or tests)
40+ then the issue will not auto-close.
41+
42+ closeComment : >
43+ This issue has been automatically closed because it is has not had activity
44+ from the community in the last 40 days.
You can’t perform that action at this time.
0 commit comments