[fix](stale bot): Make stale bot less aggressive [2/2]

This commit changes the configuration of the stale bot. It will now mark
issues as stale after 6 months. In days, this is 182(.5, if you want to
be super precise, but let's go with 182).

This should reduce the noise made by the bot.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2020-09-29 17:34:57 +01:00
parent 8122484c3d
commit dbe4dc5d12
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
close-issue-message: "This issue will now be closed due to inactivty. It may be reopened if the demand indicates it should be." close-issue-message: "This issue will now be closed due to inactivty. It may be reopened if the demand indicates it should be."
close-pr-message: "This PR will now be closed due to inactivty. It may be reopened if the demand indicates it should be." close-pr-message: "This PR will now be closed due to inactivty. It may be reopened if the demand indicates it should be."
days-before-stale: 60 days-before-stale: 182
days-before-close: -1 days-before-close: -1
stale-issue-label: "no-issue-activity" stale-issue-label: "no-issue-activity"