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.
2 parents 2ee9234 + d2017f7 commit 4f80c28Copy full SHA for 4f80c28
cfg.production.toml
@@ -328,6 +328,27 @@ secret = "${HOMU_WEBHOOK_SECRET_MIRI}"
328
[repo.miri.checks.actions]
329
name = "bors build finished"
330
331
+###############
332
+# MEASUREME #
333
334
+
335
+[repo.measureme]
336
+owner = "rust-lang"
337
+name = "measureme"
338
+timeout = 7200
339
340
+# Permissions managed through rust-lang/team
341
+rust_team = true
342
+reviewers = []
343
+try_users = []
344
345
+[repo.measureme.branch]
346
+auto = "auto"
347
+[repo.measureme.github]
348
+secret = "${HOMU_WEBHOOK_SECRET_MEASUREME}"
349
+[repo.measureme.checks.actions]
350
+name = "bors build finished"
351
352
############
353
# Crater #
354
0 commit comments