Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 4a7b835

Browse files
authored
increasing the stale period to 2 months (prebid#1305)
1 parent 9e14f3c commit 4a7b835

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/stale.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 7
3-
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
5-
# Issues with these labels will never be considered stale
1+
pulls:
2+
daysUntilStale: 7
3+
daysUntilClose: 30
4+
issues:
5+
daysUntilStale: 30
6+
daysUntilClose: 60
7+
# Items with these labels will never be considered stale
68
exemptLabels:
79
- pinned
810
- security

0 commit comments

Comments
 (0)