Merge pull request #3065 from cdr/jsjoeio/fix-ranger-syntax
fix: update ranger file
This commit is contained in:
commit
c8b77a26c8
8
.github/ranger.yml
vendored
8
.github/ranger.yml
vendored
@ -4,12 +4,10 @@ default:
|
|||||||
close:
|
close:
|
||||||
# Default time to wait before closing the label. Can either be a number in milliseconds
|
# Default time to wait before closing the label. Can either be a number in milliseconds
|
||||||
# or a string specified by the `ms` package (https://www.npmjs.com/package/ms)
|
# or a string specified by the `ms` package (https://www.npmjs.com/package/ms)
|
||||||
delay: "3 days"
|
delay: "2 days"
|
||||||
|
|
||||||
# Default comment to post when an issue is first marked with a closing label
|
# Default comment to post when an issue is first marked with a closing label
|
||||||
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
|
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
|
||||||
close-faster:
|
|
||||||
delay: "1 minute"
|
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
duplicate: close
|
duplicate: close
|
||||||
@ -26,7 +24,7 @@ labels:
|
|||||||
delay: 5s
|
delay: 5s
|
||||||
message: "Thanks for making your first contribution! :slightly_smiling_face:"
|
message: "Thanks for making your first contribution! :slightly_smiling_face:"
|
||||||
extension-request:
|
extension-request:
|
||||||
action: close-faster
|
action: close
|
||||||
delay: 5s
|
delay: 5s
|
||||||
message: >
|
message: >
|
||||||
Thanks for opening an extension request!
|
Thanks for opening an extension request!
|
||||||
@ -38,7 +36,7 @@ labels:
|
|||||||
file and then installing into code-server as a temporary workaround.
|
file and then installing into code-server as a temporary workaround.
|
||||||
See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info."
|
See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info."
|
||||||
"upstream:vscode":
|
"upstream:vscode":
|
||||||
action: close-faster
|
action: close
|
||||||
delay: 5s
|
delay: 5s
|
||||||
comment: >
|
comment: >
|
||||||
This issue has been marked as 'upstream:vscode'.
|
This issue has been marked as 'upstream:vscode'.
|
||||||
|
Reference in New Issue
Block a user