Skip to content

Commit b978505

Browse files
committed
fix: update ranger file
1 parent 4ff7338 commit b978505

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/ranger.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ default:
44
close:
55
# Default time to wait before closing the label. Can either be a number in milliseconds
66
# or a string specified by the `ms` package (https://www.npmjs.com/package/ms)
7-
delay: "3 days"
7+
delay: "2 days"
88

99
# Default comment to post when an issue is first marked with a closing label
1010
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
11-
close-faster:
12-
delay: "1 minute"
1311

1412
labels:
1513
duplicate: close
@@ -26,7 +24,7 @@ labels:
2624
delay: 5s
2725
message: "Thanks for making your first contribution! :slightly_smiling_face:"
2826
extension-request:
29-
action: close-faster
27+
action: close
3028
delay: 5s
3129
message: >
3230
Thanks for opening an extension request!
@@ -38,7 +36,7 @@ labels:
3836
file and then installing into code-server as a temporary workaround.
3937
See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info."
4038
"upstream:vscode":
41-
action: close-faster
39+
action: close
4240
delay: 5s
4341
comment: >
4442
This issue has been marked as 'upstream:vscode'.

0 commit comments

Comments
 (0)