diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-21 02:22:29 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-21 02:22:29 +0800 |
commit | 75ba724c2867092672b914e18b6f702459ffcb36 (patch) | |
tree | 6d660213bbeac9a1d909eab0d98e67365225bc80 /.github | |
parent | 2716374b2540953b946956c6b4203af637d9e873 (diff) | |
parent | bc3093e635e7753e897c9d7aa0f9d8dde49d752a (diff) | |
download | dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar.gz dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar.bz2 dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar.lz dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar.xz dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.tar.zst dexon-sol-tools-75ba724c2867092672b914e18b6f702459ffcb36.zip |
Merge branch 'development' into feature/website/new-logos
Diffstat (limited to '.github')
-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 |