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

Commit

Permalink
increasing the stale period to 2 months (prebid#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored May 29, 2020
1 parent 9e14f3c commit 4a7b835
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 7
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
pulls:
daysUntilStale: 7
daysUntilClose: 30
issues:
daysUntilStale: 30
daysUntilClose: 60
# Items with these labels will never be considered stale
exemptLabels:
- pinned
- security
Expand Down

0 comments on commit 4a7b835

Please sign in to comment.