Skip to content

Commit d2017f7

Browse files
committed
Add config for the measureme repo
1 parent 2ee9234 commit d2017f7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

cfg.production.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,27 @@ secret = "${HOMU_WEBHOOK_SECRET_MIRI}"
328328
[repo.miri.checks.actions]
329329
name = "bors build finished"
330330

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+
331352
############
332353
# Crater #
333354
############

0 commit comments

Comments
 (0)