blob: 9b07485c7192deae0fdc073f04d04a7740851559 (
plain)
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
|
# https://github.com/probot/stale
daysUntilStale: 60
daysUntilClose: 7
exemptLabels:
- bug
- suggestion
- feat
- tests
- build
- docs
exemptMilestones: true
staleLabel: stale
markComment: >
This issue has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works)
because it has not had recent activity. It will be closed in 7 days if no
further activity occurs. Thank you for your contributions.
pulls:
markComment: >
This pull request has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works)
because it has not had recent activity. It will be closed in 7 days if no
further activity occurs. Thank you for your contributions.
|