From a44f86e3ca49285de4514049a8941bc05de4fe3d Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 1 Nov 2020 13:47:05 +0000 Subject: [PATCH] Add semverver bors configuration --- cfg.production.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cfg.production.toml b/cfg.production.toml index 5d561d8..ba7521a 100644 --- a/cfg.production.toml +++ b/cfg.production.toml @@ -326,3 +326,22 @@ try_users = [] secret = "${HOMU_WEBHOOK_SECRET_CRATER}" [repo.crater.checks.actions] name = "bors build finished" + +############### +# Semverver # +############### + +[repo.semverver] +owner = "rust-lang" +name = "rust-semverver" +timeout = 5400 + +# Permissions managed through rust-lang/team +rust_team = true +reviewers = [] +try_users = [] + +[repo.semverver.github] +secret = "${HOMU_WEBHOOK_SECRET_SEMVERVER}" +[repo.semverver.checks.actions] +name = "bors build finished"