File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Configuration for probot-stale - https://github.com/probot/stale
22
33# Number of days of inactivity before an Issue or Pull Request becomes stale
4- daysUntilStale : 90
4+ daysUntilStale : 120
55
66# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
77# 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
99
1010# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
1111onlyLabels : []
1212
1313# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414exemptLabels :
1515 - pinned
16+ - " type: bug"
1617
1718# Set to true to ignore issues in a project (defaults to false)
1819exemptProjects : false
@@ -44,7 +45,7 @@ closeComment: >
4445limitPerRun : 10
4546
4647# Limit to only `issues` or `pulls`
47- # only: issues
48+ only : issues
4849
4950# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
5051# pulls:
You can’t perform that action at this time.
0 commit comments