From 2d682fa4618c8c70535c55c20d51e73fc367c948 Mon Sep 17 00:00:00 2001 From: Kaushik B <45285388+kaushikb11@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:10:40 +0530 Subject: [PATCH] Add Ready to Go label only after two approvals (#8484) --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 4c2605d078..a2b1e8aede 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -41,7 +41,7 @@ pull_request_rules: - -conflict - -draft # filter-out GH draft PRs - -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case) - - "#approved-reviews-by>=1" # number of review approvals + - "#approved-reviews-by>=2" # number of review approvals - "#changes-requested-reviews-by=0" # no requested changes actions: label: