File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change 11# Number of days of inactivity before an issue becomes stale
2- daysUntilStale : 45
2+ daysUntilStale : 30
33# Number of days of inactivity before a stale issue is closed
4- daysUntilClose : 7
5- # Issues with these labels will never be considered stale
6- exemptLabels :
7- - bug
8- - enhancement
9- - feature request
10- - good first issue
11- - hacktoberfest
12- - help wanted
13- - needs investigation
14- - needs more info
15- - question
16- - pinned
17- - security
18- - up-for-grabs
4+ daysUntilClose : 30
5+ # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
6+ onlyLabels :
7+ - " :rocket: feature"
8+ - " :dna: enhancement"
199# Label to use when marking an issue as stale
20- staleLabel : stale
10+ staleLabel : up-for-grabs
2111# Limit to only `issues` not `pulls`
2212only : issues
2313# Comment to post when marking an issue as stale. Set to `false` to disable
2414markComment : >
25- This issue has been automatically marked as stale because it has not had
15+ This issue has been automatically marked as up-for-grabs because it has not had
2616 recent activity. It will be closed if no further activity occurs. Thank you
2717 for your contributions.
2818# Comment to post when closing a stale issue. Set to `false` to disable
29- closeComment : false
19+ closeComment : false
You can’t perform that action at this time.
0 commit comments