Add Ready to Go label only after two approvals (#8484)

This commit is contained in:
Kaushik B 2021-07-20 15:10:40 +05:30 committed by GitHub
parent 0ac9e2ae60
commit 2d682fa461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/mergify.yml vendored
View File

@ -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: