From 7a6caf4de3ea5f6bae3c66a3b2b64a408ff6d17b Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 14:15:19 +0000 Subject: [PATCH] Add bors.toml --- bors.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..81bcfd1 --- /dev/null +++ b/bors.toml @@ -0,0 +1,6 @@ +delete_merged_branches = true +update_base_for_deletes = true + +status = [ + "test" +]