mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
[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:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user