Skip to content

Commit 8811f97

Browse files
authored
fix: increase stale bot window
1 parent 6854310 commit 8811f97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/stale.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
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)
1111
onlyLabels: []
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels:
1515
- pinned
16+
- "type: bug"
1617

1718
# Set to true to ignore issues in a project (defaults to false)
1819
exemptProjects: false
@@ -44,7 +45,7 @@ closeComment: >
4445
limitPerRun: 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:

0 commit comments

Comments
 (0)