CI: Require 2 approvals for pullapprove

Change the pullapprove configuration to require two acks before a PR
can be approved (for parity with the agent).

Fixes #10.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2017-12-18 21:52:55 +00:00
parent 8f0d7f6acb
commit 5c7a685f96

View File

@ -26,6 +26,6 @@ group_defaults:
groups: groups:
approvers: approvers:
required: 1 required: 2
teams: teams:
- builder - builder