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 c6f8fc6 commit a44f86eCopy full SHA for a44f86e
cfg.production.toml
@@ -326,3 +326,22 @@ try_users = []
326
secret = "${HOMU_WEBHOOK_SECRET_CRATER}"
327
[repo.crater.checks.actions]
328
name = "bors build finished"
329
+
330
+###############
331
+# Semverver #
332
333
334
+[repo.semverver]
335
+owner = "rust-lang"
336
+name = "rust-semverver"
337
+timeout = 5400
338
339
+# Permissions managed through rust-lang/team
340
+rust_team = true
341
+reviewers = []
342
+try_users = []
343
344
+[repo.semverver.github]
345
+secret = "${HOMU_WEBHOOK_SECRET_SEMVERVER}"
346
+[repo.semverver.checks.actions]
347
+name = "bors build finished"
0 commit comments