From b3bf245f19025d0f4da7d3ce7b39f4ce0968b5da Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 8 Nov 2022 15:18:46 +0100 Subject: Add bors configuration file Signed-off-by: Matthias Beyer --- bors.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..c50591c --- /dev/null +++ b/bors.toml @@ -0,0 +1,9 @@ +# Must pass on the merge with the master branch +status = [ + "CI" +] + +cut_body_after = "
" + +delete_merged_branches = true + -- cgit v1.2.3