Skip to content

Commit 756a4da

Browse files
committed
[CI] Relax stalebot conditions
1 parent 16a297a commit 756a4da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/stale.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 60
2+
daysUntilStale: 120
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
4+
daysUntilClose: 30
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- pinned
88
- security
99
- work-in-progress
1010
- backport
11+
- bug
1112
# Label to use when marking an issue as stale
1213
staleLabel: stale
1314
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)