[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:
parent
8122484c3d
commit
dbe4dc5d12
|
@ -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-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
|
||||
|
||||
stale-issue-label: "no-issue-activity"
|
||||
|
|
Loading…
Reference in New Issue