Skip to content

Commit d939a65

Browse files
committed
Activate the GitHub App Stale on the GitHub repository
1 parent 807f1e9 commit d939a65

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/stale.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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.

0 commit comments

Comments
 (0)