File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ default:
4
4
close :
5
5
# Default time to wait before closing the label. Can either be a number in milliseconds
6
6
# or a string specified by the `ms` package (https://www.npmjs.com/package/ms)
7
- delay : " 3 days"
7
+ delay : " 2 days"
8
8
9
9
# Default comment to post when an issue is first marked with a closing label
10
10
comment : " ⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
11
- close-faster :
12
- delay : " 1 minute"
13
11
14
12
labels :
15
13
duplicate : close
@@ -26,7 +24,7 @@ labels:
26
24
delay : 5s
27
25
message : " Thanks for making your first contribution! :slightly_smiling_face:"
28
26
extension-request :
29
- action : close-faster
27
+ action : close
30
28
delay : 5s
31
29
message : >
32
30
Thanks for opening an extension request!
@@ -38,7 +36,7 @@ labels:
38
36
file and then installing into code-server as a temporary workaround.
39
37
See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info."
40
38
" upstream:vscode " :
41
- action : close-faster
39
+ action : close
42
40
delay : 5s
43
41
comment : >
44
42
This issue has been marked as 'upstream:vscode'.
You can’t perform that action at this time.
0 commit comments