Skip to content

Commit ab72dfd

Browse files
papbsushantdhiman
authored andcommitted
chore(probot-stale): temporarily disable (sequelize#11214)
1 parent 1cffab7 commit ab72dfd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/stale.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22
# Configuration for probot-stale - https://github.com/probot/stale
33

44
# Number of days of inactivity before an issue becomes stale
5-
daysUntilStale: 90
5+
# daysUntilStale: 90
6+
daysUntilStale: 900000 # Temporarily disable
67

78
# Number of days of inactivity before a stale issue is closed
8-
daysUntilClose: 7
9+
# daysUntilClose: 7
10+
daysUntilClose: 70000 # Temporarily disable
911

1012
# Issues with these labels will never be considered stale
1113
exemptLabels:
1214
- pinned
13-
- feature
14-
- documentation
15-
- bug
15+
- type: feature
16+
- type: docs
17+
- type: bug
1618
- discussion
17-
- performance
18-
- semver:major
19+
- type: performance
20+
- breaking change
1921
- good first issue
2022
- suggestion
2123

0 commit comments

Comments
 (0)