Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CI: Require 2 approvals for pullapprove
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jodh-intel committed Dec 18, 2017
1 parent 8f0d7f6 commit 5c7a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ group_defaults:

groups:
approvers:
required: 1
required: 2
teams:
- builder

0 comments on commit 5c7a685

Please sign in to comment.