We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32de2c4 commit 05927a2Copy full SHA for 05927a2
.github/stale.yml
@@ -1,10 +1,14 @@
1
-limitPerRun: 30
+limitPerRun: 1
2
3
issues:
4
daysUntilStale: 365
5
daysUntilClose: 20
6
exemptProjects: true
7
exemptMilestones: true
8
+ # Issues with these labels will never be considered stale
9
+ exemptLabels:
10
+ - 'bug'
11
+ - 'feature request'
12
staleLabel: stale
13
14
markComment: >
@@ -13,4 +17,9 @@ issues:
17
closed if no further activity occurs within 20 days.
18
closeComment: >
15
19
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