diff options
author | amzrk2 | 2020-06-18 14:39:14 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-18 14:39:14 +0800 |
commit | a6b879af7e996485b326d0ee1d841a19560651db (patch) | |
tree | a91afef5976891c733dc7543582157300bbd9719 /.github | |
parent | f11691355ae9bd4dddf1f0ee3621d9064aaace6e (diff) | |
download | hugo-theme-fuji-a6b879af7e996485b326d0ee1d841a19560651db.tar.gz hugo-theme-fuji-a6b879af7e996485b326d0ee1d841a19560651db.tar.bz2 hugo-theme-fuji-a6b879af7e996485b326d0ee1d841a19560651db.zip |
Change stable bot setting
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 c21b773..fbc7b42 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 +daysUntilStale: 14 # Number of days of inactivity before a stale issue is closed daysUntilClose: 5 # Issues with these labels will never be considered stale |