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