From f40230dc3cebfe4120c9dce027f61c18dd8935cb Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 4 Feb 2020 18:45:33 +0100 Subject: [PATCH 1/2] Add GHA checks for the Clippy Repo --- homu.toml.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homu.toml.template b/homu.toml.template index 498235aa..1018591f 100644 --- a/homu.toml.template +++ b/homu.toml.template @@ -243,6 +243,12 @@ secret = "{{ homu.repo-secrets.clippy }}" name = "Travis CI - Branch" [repo.clippy.status.appveyor] context = "continuous-integration/appveyor/branch" +[repo.clippy.checks.action_test] +name = "bors test finished" +[repo.clippy.checks.action_dev_test] +name = "bors dev test finished" +[repo.clippy.checks.action_remark_test] +name = "bors remark test finished" [repo.rls] owner = "rust-lang" From 1e8000c557dd48362251ad5bfd29b40fc7885767 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 11 Feb 2020 12:04:11 +0100 Subject: [PATCH 2/2] Remove Travis+AppVeyor homu checks for Clippy --- homu.toml.template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homu.toml.template b/homu.toml.template index 1018591f..4cccb793 100644 --- a/homu.toml.template +++ b/homu.toml.template @@ -239,10 +239,6 @@ try_users = [] auto = "auto" [repo.clippy.github] secret = "{{ homu.repo-secrets.clippy }}" -[repo.clippy.checks.travis] -name = "Travis CI - Branch" -[repo.clippy.status.appveyor] -context = "continuous-integration/appveyor/branch" [repo.clippy.checks.action_test] name = "bors test finished" [repo.clippy.checks.action_dev_test]