Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60dbc75

Browse files
committedMar 25, 2021
feat(ranger): add action for extension-request
1 parent 1c5647c commit 60dbc75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/ranger.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ default:
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"
1113

1214
labels:
1315
duplicate: close
@@ -23,3 +25,7 @@ labels:
2325
action: comment
2426
delay: 5s
2527
message: "Thanks for making your first contribution! :slightly_smiling_face:"
28+
extension-request:
29+
action: close-faster
30+
delay: 5s
31+
message: "Thanks for opening an extension request! We are currently in the process of switching extension marketplaces and transitioning over to [Open VSX](https://open-vsx.org/). Once https://github.com/eclipse/openvsx/issues/249 is implemented, we can fully make this transition. Therefore, we are no longer accepting new requests for extension requests. We suggest installing the VSIX 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."

0 commit comments

Comments
 (0)
Please sign in to comment.