Update stale.yaml

This commit is contained in:
Madison Oliver
2022-08-10 16:07:47 -04:00
committed by GitHub
parent 253e062761
commit d543259e92
+3 -1
View File
@@ -18,5 +18,7 @@ jobs:
stale-pr-label: "Stale"
exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale
days-before-pr-stale: 15 # when the PR is considered stale
days-before-pr-close: 30 # when the PR is closed by the bot
days-before-pr-close: 15 # when the PR is closed by the bot,
days-before-issue-stale: -1 # prevents issues from being tagged by the bot
days-before-issue-close: -1 # prevents issues from being closed by the bot
ascending: true