From 64e56fdb86e5590b398f4ccda1fdab716f92c386 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 15 May 2022 23:14:54 +0200 Subject: [PATCH] Add minimal bors 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..6f20720 --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +status = [ + 'Rust project (stable)', + 'Rust project (beta)', + 'Documentation build', +]