From d62a95245c4242cfda4a2f72033a2caa7b3f5655 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 25 Sep 2022 07:24:40 +1000 Subject: [PATCH] bors: add config --- bors.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..38926ef --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +status = [ + "ci/hercules/derivations", + "ci/hercules/effects", + "ci/hercules/evaluation", +]