We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9bcb0 commit ee10078Copy full SHA for ee10078
cfg.production.toml
@@ -386,3 +386,22 @@ try_users = []
386
secret = "${HOMU_WEBHOOK_SECRET_SEMVERVER}"
387
[repo.semverver.checks.actions]
388
name = "bors build finished"
389
+
390
+###################
391
+# rust-analyzer #
392
393
394
+[repo.rust-analyzer]
395
+owner = "rust-lang"
396
+name = "rust-analyzer"
397
+timeout = 5400
398
399
+# Permissions managed through rust-lang/team
400
+rust_team = true
401
+reviewers = []
402
+try_users = []
403
404
+[repo.rust-analyzer.github]
405
+secret = "${HOMU_WEBHOOK_SECRET_RLS}"
406
+[repo.rust-analyzer.checks.actions]
407
+name = "bors build finished"
0 commit comments