File tree 1 file changed +9
-19
lines changed
1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Number of days of inactivity before an issue becomes stale
2
- daysUntilStale : 45
2
+ daysUntilStale : 30
3
3
# 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"
19
9
# Label to use when marking an issue as stale
20
- staleLabel : stale
10
+ staleLabel : up-for-grabs
21
11
# Limit to only `issues` not `pulls`
22
12
only : issues
23
13
# Comment to post when marking an issue as stale. Set to `false` to disable
24
14
markComment : >
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
26
16
recent activity. It will be closed if no further activity occurs. Thank you
27
17
for your contributions.
28
18
# 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