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

Commit

Permalink
CI: Require doc team signoff for doc changes
Browse files Browse the repository at this point in the history
Require an additional approval from a `documentation` team member for
PRs containing documentation changes.

Fixes #37.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Jan 24, 2018
1 parent 3e3dacc commit 96a5970
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pullapprove.yml
Expand Up @@ -30,3 +30,14 @@ groups:
required: 2
teams:
- proxy

documentation:
required: 1
teams:
- documentation
conditions:
files:
include:
- "*.md"
exclude:
- "vendor/*"

0 comments on commit 96a5970

Please sign in to comment.