We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f8fc6 commit 817094dCopy full SHA for 817094d
cfg.production.toml
@@ -228,6 +228,25 @@ secret = "${HOMU_WEBHOOK_SECRET_RLS}"
228
[repo.rls.checks.azure]
229
name = "rust-lang.rls"
230
231
+################
232
+# vscode-rust #
233
234
+
235
+[repo.vscode-rust]
236
+owner = "rust-lang"
237
+name = "vscode-rust"
238
+timeout = 1800
239
240
+# Permissions managed through rust-lang/team
241
+rust_team = true
242
+reviewers = []
243
+try_users = []
244
245
+[repo.vscode-rust.github]
246
+secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}"
247
+[repo.vscode-rust.checks.actions]
248
+name = "bors build finished"
249
250
###############
251
# crates.io #
252
0 commit comments