chore(ci): Make stale action to wait 30 days (#6828)

This commit is contained in:
Donny/강동윤 2023-01-17 15:54:17 +09:00 committed by GitHub
parent 6ba726ba28
commit 1ef2347bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
only-labels: "Need more info"
close-issue-message: "This issue has been automatically closed because it received no activity for a month and had no reproduction to investigate. If you think this was closed by accident, please leave a comment. If you are running into a similar issue, please open a new issue with a reproduction. Thank you."
days-before-issue-close: 1
days-before-issue-stale: 5
days-before-issue-stale: 30
days-before-pr-close: -1
days-before-pr-stale: -1
exempt-issue-labels: "blocked,must,should,keep"