From 3caeeca8927da9096cf7a79a20e47b3fd95910ce Mon Sep 17 00:00:00 2001 From: CohenArthur Date: Tue, 9 Nov 2021 23:04:40 +0100 Subject: [PATCH] bors: Add base file --- .github/bors.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/bors.toml diff --git a/.github/bors.toml b/.github/bors.toml new file mode 100644 index 00000000..e23fdf07 --- /dev/null +++ b/.github/bors.toml @@ -0,0 +1 @@ +status = ["clippy", "build", "build-without-warnings","tests", "functional_tests" ]