File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for probot-stale - https://github.com/probot/stale
2+
3+ # General configuration
4+ # Label to use when marking as stale
5+ staleLabel : stale
6+
7+ # Issue specific configuration
8+ issues :
9+ # TODO: Raise the limitPerRun once we are satisfied with the bot's performance
10+ limitPerRun : 1
11+ daysUntilStale : 14
12+ daysUntilClose : 14
13+ markComment : >
14+ This issue has been automatically marked as stale because it has not had activity in the
15+ last 14 days. It will be closed in the next 14 days if no further activity occurs.
16+ Thank you for your contributions.
17+ closeComment : >
18+ This issue has been automatically closed because it has not had activity in the
19+ last 28 days. If this issue is still valid, please ping a maintainer.
20+ Thank you for your contributions.
21+ exemptLabels :
22+ - bug
23+ - request
24+ - help-wanted
You can’t perform that action at this time.
0 commit comments