2021-03-17 06:57:28 +07:00
|
|
|
# Configuration for the repo ranger bot
|
|
|
|
# See docs: https://www.notion.so/Documentation-8d7627bb1f3c42b7b1820e8d6f157a57#9879d1374fab4d1f9c607c230fd5123d
|
|
|
|
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)
|
2021-04-07 23:55:54 +07:00
|
|
|
delay: "2 days"
|
2021-03-17 06:57:28 +07:00
|
|
|
|
|
|
|
# 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."
|
|
|
|
|
|
|
|
labels:
|
|
|
|
duplicate: close
|
|
|
|
wontfix: close
|
|
|
|
"squash when passing": merge
|
|
|
|
"rebase when passing": merge
|
|
|
|
"merge when passing": merge
|
|
|
|
stale:
|
|
|
|
action: close
|
|
|
|
delay: 7 days
|
|
|
|
comment: "⚠️ This issue has been marked stale and will automatically be closed in $DELAY."
|
|
|
|
"new contributor":
|
|
|
|
action: comment
|
|
|
|
delay: 5s
|
|
|
|
message: "Thanks for making your first contribution! :slightly_smiling_face:"
|
2021-03-31 22:28:55 +07:00
|
|
|
extension-request:
|
2021-04-07 23:55:54 +07:00
|
|
|
action: close
|
2021-03-31 22:28:55 +07:00
|
|
|
delay: 5s
|
2021-04-21 00:27:06 +07:00
|
|
|
comment: >
|
2021-03-31 22:28:55 +07:00
|
|
|
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.
|
2021-04-13 05:34:02 +07:00
|
|
|
See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info.
|
2021-04-03 05:21:07 +07:00
|
|
|
"upstream:vscode":
|
2021-04-07 23:55:54 +07:00
|
|
|
action: close
|
2021-04-03 05:21:07 +07:00
|
|
|
delay: 5s
|
|
|
|
comment: >
|
|
|
|
This issue has been marked as 'upstream:vscode'.
|
2021-04-09 05:12:24 +07:00
|
|
|
Please file this upstream: [link to open issue](https://github.com/microsoft/vscode/issues/new/choose)
|
2021-04-03 05:21:07 +07:00
|
|
|
|
|
|
|
This issue will automatically close in $DELAY.
|