Skip to content

Commit 05927a2

Browse files
author
Jonathan
authored
Update stale.yml
1 parent 32de2c4 commit 05927a2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/stale.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
limitPerRun: 30
1+
limitPerRun: 1
22

33
issues:
44
daysUntilStale: 365
55
daysUntilClose: 20
66
exemptProjects: true
77
exemptMilestones: true
8+
# Issues with these labels will never be considered stale
9+
exemptLabels:
10+
- 'bug'
11+
- 'feature request'
812
staleLabel: stale
913

1014
markComment: >
@@ -13,4 +17,9 @@ issues:
1317
closed if no further activity occurs within 20 days.
1418
closeComment: >
1519
This issue has been automatically closed because it is has not had activity
16-
from the community in the last year.
20+
from the community in the last year.
21+
22+
pulls:
23+
daysUntilStale: 1000
24+
daysUntilClose: 10
25+
staleLabel: stale

0 commit comments

Comments
 (0)