From 058de3edb1e13e8b47b45909492486ff8ae85246 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Tue, 18 Oct 2022 17:48:48 +0200 Subject: [PATCH] Bug 1795675 - Copy `bors.toml` from `android-components` (#24) --- bors.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000000..d25239621da1 --- /dev/null +++ b/bors.toml @@ -0,0 +1,14 @@ +status = [ + "complete-push" +] +block_labels = [ + "blocked", + "work in progress" +] +required_approvals = 1 +use_codeowners = true +delete_merged_branches = true +cut_body_after = "---" +[committer] +name = "MozLando" +email = "skaspari+mozlando@mozilla.com"