Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit d5291c5

Browse files
Stale bot fixes
1 parent b732d4a commit d5291c5

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/stale.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 7
3+
34
# Number of days of inactivity before a stale issue is closed
45
daysUntilClose: 14
6+
57
# Issues with these labels will never be considered stale
68
exemptLabels:
9+
- bug
10+
- critical
11+
- pending
712
- enhancement
813
- feature request
914
- for later
1015
- help needed
1116
- in progress
17+
18+
# Set to true to ignore issues in a project (defaults to false)
19+
exemptProjects: true
20+
21+
# Set to true to ignore issues in a milestone (defaults to false)
22+
exemptMilestones: true
23+
24+
# Set to true to ignore issues with an assignee (defaults to false)
25+
exemptAssignees: true
26+
1227
# Label to use when marking an issue as stale
1328
staleLabel: no answer
29+
1430
# Comment to post when marking an issue as stale. Set to `false` to disable
1531
markComment: >
1632
This issue has been automatically marked as stale because it has not had
1733
recent activity. It will be closed if no further activity occurs. Thank you
1834
for your contributions.
35+
1936
# Comment to post when closing a stale issue. Set to `false` to disable
20-
closeComment: true
37+
closeComment: >
38+
This issue has been automatically closed because it has not had
39+
recent activity. Thank you for your contributions.

0 commit comments

Comments
 (0)