mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore(ci): Make stale action to wait 30 days (#6828)
This commit is contained in:
parent
6ba726ba28
commit
1ef2347bdf
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user