From b3ad25faf9563f160c3c61d74e32d6bb04a344d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 16 Apr 2022 03:49:17 +0300 Subject: [PATCH] chore(bors): require review for pull requests --- bors.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bors.toml b/bors.toml index 080ac46..1c66d3d 100644 --- a/bors.toml +++ b/bors.toml @@ -13,9 +13,11 @@ status = [ "Test", "Lint", ] +required_approvals = 1 up_to_date_approvals = true delete_merged_branches = true update_base_for_deletes = true +use_codeowners = true use_squash_merge = true commit_title = "Merge ${PR_REFS}" timeout_sec = 36000