From f09a081c9efd24aebe7ad0b6cb5bff82f2aba212 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 7 Apr 2021 09:55:54 -0700 Subject: [PATCH] fix: update ranger file --- .github/ranger.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ranger.yml b/.github/ranger.yml index e78f5732..a40bc4fb 100644 --- a/.github/ranger.yml +++ b/.github/ranger.yml @@ -4,12 +4,10 @@ default: close: # 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) - delay: "3 days" + delay: "2 days" # 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." - close-faster: - delay: "1 minute" labels: duplicate: close @@ -26,7 +24,7 @@ labels: delay: 5s message: "Thanks for making your first contribution! :slightly_smiling_face:" extension-request: - action: close-faster + action: close delay: 5s message: > Thanks for opening an extension request! @@ -38,7 +36,7 @@ labels: 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." "upstream:vscode": - action: close-faster + action: close delay: 5s comment: > This issue has been marked as 'upstream:vscode'.