File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for probot-stale - https://github.com/probot/stale
2
2
3
3
# Number of days of inactivity before an Issue or Pull Request becomes stale
4
- daysUntilStale : 90
4
+ daysUntilStale : 120
5
5
6
6
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7
7
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
- daysUntilClose : 30
8
+ daysUntilClose : 180
9
9
10
10
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11
11
onlyLabels : []
12
12
13
13
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14
14
exemptLabels :
15
15
- pinned
16
+ - " type: bug"
16
17
17
18
# Set to true to ignore issues in a project (defaults to false)
18
19
exemptProjects : false
@@ -44,7 +45,7 @@ closeComment: >
44
45
limitPerRun : 10
45
46
46
47
# Limit to only `issues` or `pulls`
47
- # only: issues
48
+ only : issues
48
49
49
50
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
50
51
# pulls:
You can’t perform that action at this time.
0 commit comments