File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
1412labels :
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'.
You can’t perform that action at this time.
0 commit comments