diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
commit | 125a940560a01305781bfb6754f52fa64669a6f3 (patch) | |
tree | 70fc5d2aab95676245460eed72ba059c1661339f /.github/stale.yml | |
parent | a7f847bf3e693a275b0aa71bcdb12d947b445175 (diff) | |
parent | b3978b641c12c7bfe9bab1d561384eeaace25321 (diff) | |
download | dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.gz dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.zst dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.zip |
Merge branch 'development' into feature/website/0x-org
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index af12c62d5..09eb40a77 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - pinned |